|
|
@ -6,8 +6,8 @@ |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>1711</width> |
|
|
|
<height>1138</height> |
|
|
|
<width>1617</width> |
|
|
|
<height>1371</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
@ -116,7 +116,7 @@ |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>1711</width> |
|
|
|
<width>1617</width> |
|
|
|
<height>25</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
@ -204,11 +204,18 @@ |
|
|
|
<addaction name="debugStepBackInto"/> |
|
|
|
<addaction name="debugStepBackOut"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menuWhispe"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Whisper</string> |
|
|
|
</property> |
|
|
|
<addaction name="newIdentity"/> |
|
|
|
</widget> |
|
|
|
<addaction name="menu_File"/> |
|
|
|
<addaction name="menu_View"/> |
|
|
|
<addaction name="menu_Network"/> |
|
|
|
<addaction name="menu_Tools"/> |
|
|
|
<addaction name="menuDebugger"/> |
|
|
|
<addaction name="menuWhispe"/> |
|
|
|
<addaction name="menu_Debug"/> |
|
|
|
<addaction name="menu_Help"/> |
|
|
|
</widget> |
|
|
@ -1514,6 +1521,205 @@ font-size: 14pt</string> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QDockWidget" name="dockWidget_14"> |
|
|
|
<property name="features"> |
|
|
|
<set>QDockWidget::DockWidgetFeatureMask</set> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>Whisper</string> |
|
|
|
</property> |
|
|
|
<attribute name="dockWidgetArea"> |
|
|
|
<number>1</number> |
|
|
|
</attribute> |
|
|
|
<widget class="QWidget" name="dockWidgetContents_14"> |
|
|
|
<layout class="QGridLayout" name="gridLayout_4"> |
|
|
|
<item row="2" column="4"> |
|
|
|
<widget class="QSpinBox" name="shhWork"> |
|
|
|
<property name="suffix"> |
|
|
|
<string> ms</string> |
|
|
|
</property> |
|
|
|
<property name="minimum"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>1000</number> |
|
|
|
</property> |
|
|
|
<property name="value"> |
|
|
|
<number>50</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="0"> |
|
|
|
<widget class="QLabel" name="label_9"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Topic</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>data</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="1" colspan="4"> |
|
|
|
<widget class="QPlainTextEdit" name="shhTopic"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="5" column="1" colspan="4"> |
|
|
|
<widget class="QPlainTextEdit" name="shhData"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="6" column="4"> |
|
|
|
<widget class="QPushButton" name="post"> |
|
|
|
<property name="text"> |
|
|
|
<string>Post</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="2" column="0"> |
|
|
|
<widget class="QLabel" name="label5_5"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>TTL</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QLabel" name="label5_4"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>From</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="0" column="0"> |
|
|
|
<widget class="QLabel" name="label5_3"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>To</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="1" colspan="4"> |
|
|
|
<widget class="QComboBox" name="shhFrom"> |
|
|
|
<property name="editable"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="0" column="1" colspan="4"> |
|
|
|
<widget class="QComboBox" name="shhTo"> |
|
|
|
<property name="editable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="4" column="0" rowspan="2"> |
|
|
|
<widget class="QLabel" name="label_8"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Data</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>data</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="2" column="1"> |
|
|
|
<widget class="QSpinBox" name="shhTtl"> |
|
|
|
<property name="suffix"> |
|
|
|
<string> seconds</string> |
|
|
|
</property> |
|
|
|
<property name="minimum"> |
|
|
|
<number>5</number> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>259200</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="2" column="2" colspan="2"> |
|
|
|
<widget class="QLabel" name="label5_6"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Work to Prove</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<action name="quit"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Quit</string> |
|
|
@ -1801,6 +2007,11 @@ font-size: 14pt</string> |
|
|
|
<string>Go!</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
<action name="newIdentity"> |
|
|
|
<property name="text"> |
|
|
|
<string>New Identity</string> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</widget> |
|
|
|
<layoutdefault spacing="6" margin="11"/> |
|
|
|
<customwidgets> |
|
|
|