Added a mode menu

This commit is contained in:
Jordan Sherer 2019-08-26 10:33:20 -04:00
parent 32fcabd2af
commit d2210dc8c9

View File

@ -4797,8 +4797,15 @@ list. The list can be maintained in Settings (F2).</string>
<addaction name="actionCQ"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menuModeJS8">
<property name="title">
<string>Mode</string>
</property>
<addaction name="actionModeJS8"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuConfig"/>
<addaction name="menuModeJS8"/>
<addaction name="menuDecode"/>
<addaction name="menuSave"/>
<addaction name="menu_Log"/>
@ -4916,7 +4923,7 @@ list. The list can be maintained in Settings (F2).</string>
<bool>true</bool>
</property>
<property name="text">
<string>Save all</string>
<string>Save audio for all</string>
</property>
</action>
<action name="actionOnline_User_Guide">
@ -4980,7 +4987,7 @@ list. The list can be maintained in Settings (F2).</string>
<bool>true</bool>
</property>
<property name="text">
<string>Save decoded</string>
<string>Save audio for decoded</string>
</property>
</action>
<action name="actionMediumDecode">
@ -5719,6 +5726,25 @@ list. The list can be maintained in Settings (F2).</string>
<string>Ctrl+Alt+A</string>
</property>
</action>
<action name="actionModeJS8">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>JS8</string>
</property>
</action>
<action name="actionAUTO">
<property name="text">
<string>AUTO</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>