1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
--- a/unixforms/mainwindow.ui
+++ b/unixforms/mainwindow.ui
@@ -533,9 +533,16 @@
</property>
<addaction name="actionNoise_Processing"/>
</widget>
+ <widget class="QMenu" name="menuTransmit">
+ <property name="title">
+ <string>Transmit</string>
+ </property>
+ <addaction name="actionFile_Send"/>
+ </widget>
<addaction name="menuFile"/>
<addaction name="menuSetup"/>
<addaction name="menuDemod"/>
+ <addaction name="menuTransmit"/>
<addaction name="menuNoise"/>
<addaction name="menuAbout"/>
</widget>
@@ -602,6 +609,11 @@
<string>Record Setup</string>
</property>
</action>
+ <action name="actionFile_Send">
+ <property name="text">
+ <string>File Send..</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
--- a/unixforms/filetxdlg.ui
+++ b/unixforms/filetxdlg.ui
@@ -332,6 +332,47 @@
<number>0</number>
</property>
</widget>
+ <widget class="QCheckBox" name="checkBoxRepeat">
+ <property name="geometry">
+ <rect>
+ <x>230</x>
+ <y>90</y>
+ <width>70</width>
+ <height>17</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Repeat</string>
+ </property>
+ </widget>
+ <widget class="QLabel" name="labelFileInfo">
+ <property name="geometry">
+ <rect>
+ <x>40</x>
+ <y>120</y>
+ <width>321</width>
+ <height>61</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::Panel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::PlainText</enum>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
</widget>
<customwidgets>
<customwidget>
|