--- 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>
