Skip to content

Commit

Permalink
@mbridak Add menu item to show command buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 3, 2024
1 parent dd3e41f commit 2c8d3fc
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions not1mm/data/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>855</width>
<height>621</height>
<height>641</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1302,7 +1302,7 @@
<enum>Qt::FocusPolicy::NoFocus</enum>
</property>
<property name="text">
<string>Edit</string>
<string>---</string>
</property>
</widget>
</item>
Expand All @@ -1322,7 +1322,7 @@
<enum>Qt::FocusPolicy::NoFocus</enum>
</property>
<property name="text">
<string>Store</string>
<string>---</string>
</property>
</widget>
</item>
Expand All @@ -1342,7 +1342,7 @@
<enum>Qt::FocusPolicy::NoFocus</enum>
</property>
<property name="text">
<string>QRZ</string>
<string>---</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1504,6 +1504,7 @@
</property>
<addaction name="actionCW_Macros"/>
<addaction name="actionDark_Mode_2"/>
<addaction name="actionCommand_Buttons_2"/>
</widget>
<widget class="QMenu" name="menuWindow">
<property name="title">
Expand Down Expand Up @@ -1991,6 +1992,19 @@
<string>Load Call History File</string>
</property>
</action>
<action name="actionShow_Command_Buttons">
<property name="text">
<string>Command Buttons</string>
</property>
</action>
<action name="actionCommand_Buttons_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Command Buttons</string>
</property>
</action>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 2c8d3fc

Please sign in to comment.