Finish the Qt main menu
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
<string>Tools</string>
|
||||
</property>
|
||||
<addaction name="actionSettings"/>
|
||||
<addaction name="actionUpdate_status_bar_icons"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionTake_screenshot"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuView">
|
||||
<property name="title">
|
||||
@@ -496,6 +499,19 @@
|
||||
<string>Documentation...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUpdate_status_bar_icons">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Update status bar icons</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTake_screenshot">
|
||||
<property name="text">
|
||||
<string>Take screenshot...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user