Skip to content

Commit

Permalink
update menu shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrussmill committed Dec 10, 2019
1 parent 2b46094 commit 5da2a3f
Showing 1 changed file with 52 additions and 29 deletions.
81 changes: 52 additions & 29 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -364,96 +364,116 @@
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save As...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About...</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionZoom_Fit">
<property name="text">
<string>Zoom Fit</string>
</property>
<property name="shortcut">
<string>Shift+F</string>
<string>Ctrl+F</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionZoom_In">
<property name="text">
<string>Zoom In</string>
</property>
<property name="shortcut">
<string>Shift+I</string>
<string>Ctrl+=</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionZoom_Out">
<property name="text">
<string>Zoom Out</string>
</property>
<property name="shortcut">
<string>Shift+O</string>
<string>Ctrl+-</string>
</property>
</action>
<action name="actionZoom_Actual">
<property name="text">
<string>Zoom Actual</string>
</property>
<property name="shortcut">
<string>Shift+A</string>
<property name="visible">
<bool>true</bool>
</property>
</action>
<action name="actionClear">
<property name="text">
<string>Clear</string>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionHistogram">
<action name="actionZoom_Actual">
<property name="text">
<string>Histogram...</string>
<string>Zoom Actual</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
<string>Ctrl+A</string>
</property>
</action>
<action name="actionQt">
<property name="text">
<string>Qt...</string>
<property name="visible">
<bool>true</bool>
</property>
</action>
<action name="actionOpenCV">
<property name="text">
<string>OpenCV...</string>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionAdjust">
<property name="text">
<string>Adjust...</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionFilter">
<property name="text">
<string>Filter...</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionTemperature">
<property name="text">
<string>Temperature...</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionTransform">
<property name="text">
<string>Transform...</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
<action name="actionTracking">
<property name="checkable">
Expand All @@ -465,6 +485,9 @@
<property name="text">
<string>Tracking</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 5da2a3f

Please sign in to comment.