summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.ui')
-rw-r--r--src/citra_qt/main.ui65
1 files changed, 24 insertions, 41 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui
index adfa3689e..47dbb6ef7 100644
--- a/src/citra_qt/main.ui
+++ b/src/citra_qt/main.ui
@@ -79,8 +79,17 @@
79 <property name="title"> 79 <property name="title">
80 <string>&amp;View</string> 80 <string>&amp;View</string>
81 </property> 81 </property>
82 <widget class="QMenu" name="menu_View_Debugging">
83 <property name="title">
84 <string>Debugging</string>
85 </property>
86 <addaction name="action_Create_Pica_Surface_Viewer"/>
87 <addaction name="separator"/>
88 </widget>
82 <addaction name="action_Single_Window_Mode"/> 89 <addaction name="action_Single_Window_Mode"/>
83 <addaction name="actionDisplay_widget_title_bars"/> 90 <addaction name="action_Display_Dock_Widget_Headers"/>
91 <addaction name="action_Show_Status_Bar"/>
92 <addaction name="menu_View_Debugging"/>
84 </widget> 93 </widget>
85 <widget class="QMenu" name="menu_Help"> 94 <widget class="QMenu" name="menu_Help">
86 <property name="title"> 95 <property name="title">
@@ -93,7 +102,6 @@
93 <addaction name="menu_View"/> 102 <addaction name="menu_View"/>
94 <addaction name="menu_Help"/> 103 <addaction name="menu_Help"/>
95 </widget> 104 </widget>
96 <widget class="QStatusBar" name="statusbar"/>
97 <action name="action_Load_File"> 105 <action name="action_Load_File">
98 <property name="text"> 106 <property name="text">
99 <string>Load File...</string> 107 <string>Load File...</string>
@@ -151,7 +159,7 @@
151 <string>Configure...</string> 159 <string>Configure...</string>
152 </property> 160 </property>
153 </action> 161 </action>
154 <action name="actionDisplay_widget_title_bars"> 162 <action name="action_Display_Dock_Widget_Headers">
155 <property name="checkable"> 163 <property name="checkable">
156 <bool>true</bool> 164 <bool>true</bool>
157 </property> 165 </property>
@@ -159,6 +167,14 @@
159 <string>Display Dock Widget Headers</string> 167 <string>Display Dock Widget Headers</string>
160 </property> 168 </property>
161 </action> 169 </action>
170 <action name="action_Show_Status_Bar">
171 <property name="checkable">
172 <bool>true</bool>
173 </property>
174 <property name="text">
175 <string>Show Status Bar</string>
176 </property>
177 </action>
162 <action name="action_Select_Game_List_Root"> 178 <action name="action_Select_Game_List_Root">
163 <property name="text"> 179 <property name="text">
164 <string>Select Game Directory...</string> 180 <string>Select Game Directory...</string>
@@ -167,44 +183,11 @@
167 <string>Selects a folder to display in the game list</string> 183 <string>Selects a folder to display in the game list</string>
168 </property> 184 </property>
169 </action> 185 </action>
186 <action name="action_Create_Pica_Surface_Viewer">
187 <property name="text">
188 <string>Create Pica Surface Viewer</string>
189 </property>
190 </action>
170 </widget> 191 </widget>
171 <resources/> 192 <resources/>
172 <connections>
173 <connection>
174 <sender>action_Exit</sender>
175 <signal>triggered()</signal>
176 <receiver>MainWindow</receiver>
177 <slot>close()</slot>
178 <hints>
179 <hint type="sourcelabel">
180 <x>-1</x>
181 <y>-1</y>
182 </hint>
183 <hint type="destinationlabel">
184 <x>367</x>
185 <y>314</y>
186 </hint>
187 </hints>
188 </connection>
189 <connection>
190 <sender>actionDisplay_widget_title_bars</sender>
191 <signal>triggered(bool)</signal>
192 <receiver>MainWindow</receiver>
193 <slot>OnDisplayTitleBars(bool)</slot>
194 <hints>
195 <hint type="sourcelabel">
196 <x>-1</x>
197 <y>-1</y>
198 </hint>
199 <hint type="destinationlabel">
200 <x>540</x>
201 <y>364</y>
202 </hint>
203 </hints>
204 </connection>
205 </connections>
206 <slots>
207 <slot>OnConfigure()</slot>
208 <slot>OnDisplayTitleBars(bool)</slot>
209 </slots>
210</ui> 193</ui>