Qt: Re-organize setup of debugging widgets

This commit is contained in:
Yuri Kunde Schlesner 2017-02-18 02:16:24 -08:00
parent e823c908ea
commit 4cb1f36896
4 changed files with 51 additions and 39 deletions

View file

@ -79,8 +79,16 @@
<property name="title">
<string>&amp;View</string>
</property>
<widget class="QMenu" name="menu_View_Debugging">
<property name="title">
<string>Debugging</string>
</property>
<addaction name="action_Create_Pica_Surface_Viewer"/>
<addaction name="separator"/>
</widget>
<addaction name="action_Single_Window_Mode"/>
<addaction name="action_Display_Dock_Widget_Headers"/>
<addaction name="menu_View_Debugging"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
@ -167,6 +175,11 @@
<string>Selects a folder to display in the game list</string>
</property>
</action>
<action name="action_Create_Pica_Surface_Viewer">
<property name="text">
<string>Create Pica Surface Viewer</string>
</property>
</action>
</widget>
<resources/>
<connections>