Added a mode menu
This commit is contained in:
parent
32fcabd2af
commit
d2210dc8c9
@ -4797,8 +4797,15 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<addaction name="actionCQ"/>
|
<addaction name="actionCQ"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuModeJS8">
|
||||||
|
<property name="title">
|
||||||
|
<string>Mode</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="actionModeJS8"/>
|
||||||
|
</widget>
|
||||||
<addaction name="menuFile"/>
|
<addaction name="menuFile"/>
|
||||||
<addaction name="menuConfig"/>
|
<addaction name="menuConfig"/>
|
||||||
|
<addaction name="menuModeJS8"/>
|
||||||
<addaction name="menuDecode"/>
|
<addaction name="menuDecode"/>
|
||||||
<addaction name="menuSave"/>
|
<addaction name="menuSave"/>
|
||||||
<addaction name="menu_Log"/>
|
<addaction name="menu_Log"/>
|
||||||
@ -4916,7 +4923,7 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Save all</string>
|
<string>Save audio for all</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionOnline_User_Guide">
|
<action name="actionOnline_User_Guide">
|
||||||
@ -4980,7 +4987,7 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Save decoded</string>
|
<string>Save audio for decoded</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionMediumDecode">
|
<action name="actionMediumDecode">
|
||||||
@ -5719,6 +5726,25 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<string>Ctrl+Alt+A</string>
|
<string>Ctrl+Alt+A</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</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>
|
</widget>
|
||||||
<layoutdefault spacing="6" margin="11"/>
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Loading…
Reference in New Issue
Block a user