main.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1081</width>
  10. <height>730</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Citra</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.ico</iconset>
  19. </property>
  20. <property name="tabShape">
  21. <enum>QTabWidget::Rounded</enum>
  22. </property>
  23. <property name="dockNestingEnabled">
  24. <bool>true</bool>
  25. </property>
  26. <widget class="QWidget" name="centralwidget">
  27. <layout class="QHBoxLayout" name="horizontalLayout">
  28. <property name="leftMargin">
  29. <number>0</number>
  30. </property>
  31. <property name="topMargin">
  32. <number>0</number>
  33. </property>
  34. <property name="rightMargin">
  35. <number>0</number>
  36. </property>
  37. <property name="bottomMargin">
  38. <number>0</number>
  39. </property>
  40. </layout>
  41. </widget>
  42. <widget class="QMenuBar" name="menubar">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>1081</width>
  48. <height>22</height>
  49. </rect>
  50. </property>
  51. <widget class="QMenu" name="menu_File">
  52. <property name="title">
  53. <string>&amp;File</string>
  54. </property>
  55. <widget class="QMenu" name="menu_recent_files">
  56. <property name="title">
  57. <string>Recent Files</string>
  58. </property>
  59. </widget>
  60. <addaction name="action_Load_File"/>
  61. <addaction name="action_Load_Symbol_Map"/>
  62. <addaction name="separator"/>
  63. <addaction name="action_Select_Game_List_Root"/>
  64. <addaction name="menu_recent_files"/>
  65. <addaction name="separator"/>
  66. <addaction name="action_Exit"/>
  67. </widget>
  68. <widget class="QMenu" name="menu_Emulation">
  69. <property name="title">
  70. <string>&amp;Emulation</string>
  71. </property>
  72. <addaction name="action_Start"/>
  73. <addaction name="action_Pause"/>
  74. <addaction name="action_Stop"/>
  75. <addaction name="separator"/>
  76. <addaction name="action_Use_Hardware_Renderer"/>
  77. <addaction name="action_Use_Shader_JIT"/>
  78. <addaction name="action_Configure"/>
  79. </widget>
  80. <widget class="QMenu" name="menu_View">
  81. <property name="title">
  82. <string>&amp;View</string>
  83. </property>
  84. <addaction name="action_Single_Window_Mode"/>
  85. <addaction name="actionDisplay_widget_title_bars"/>
  86. <addaction name="action_Hotkeys"/>
  87. </widget>
  88. <widget class="QMenu" name="menu_Help">
  89. <property name="title">
  90. <string>&amp;Help</string>
  91. </property>
  92. <addaction name="action_About"/>
  93. </widget>
  94. <addaction name="menu_File"/>
  95. <addaction name="menu_Emulation"/>
  96. <addaction name="menu_View"/>
  97. <addaction name="menu_Help"/>
  98. </widget>
  99. <widget class="QStatusBar" name="statusbar"/>
  100. <action name="action_Load_File">
  101. <property name="text">
  102. <string>Load File...</string>
  103. </property>
  104. </action>
  105. <action name="action_Load_Symbol_Map">
  106. <property name="text">
  107. <string>Load Symbol Map...</string>
  108. </property>
  109. </action>
  110. <action name="action_Exit">
  111. <property name="text">
  112. <string>E&amp;xit</string>
  113. </property>
  114. </action>
  115. <action name="action_Start">
  116. <property name="enabled">
  117. <bool>false</bool>
  118. </property>
  119. <property name="text">
  120. <string>&amp;Start</string>
  121. </property>
  122. </action>
  123. <action name="action_Pause">
  124. <property name="enabled">
  125. <bool>false</bool>
  126. </property>
  127. <property name="text">
  128. <string>&amp;Pause</string>
  129. </property>
  130. </action>
  131. <action name="action_Stop">
  132. <property name="enabled">
  133. <bool>false</bool>
  134. </property>
  135. <property name="text">
  136. <string>&amp;Stop</string>
  137. </property>
  138. </action>
  139. <action name="action_About">
  140. <property name="text">
  141. <string>About Citra</string>
  142. </property>
  143. </action>
  144. <action name="action_Single_Window_Mode">
  145. <property name="checkable">
  146. <bool>true</bool>
  147. </property>
  148. <property name="text">
  149. <string>Single Window Mode</string>
  150. </property>
  151. </action>
  152. <action name="action_Hotkeys">
  153. <property name="text">
  154. <string>Configure &amp;Hotkeys ...</string>
  155. </property>
  156. </action>
  157. <action name="action_Use_Hardware_Renderer">
  158. <property name="checkable">
  159. <bool>true</bool>
  160. </property>
  161. <property name="text">
  162. <string>Use Hardware Renderer</string>
  163. </property>
  164. </action>
  165. <action name="action_Use_Shader_JIT">
  166. <property name="checkable">
  167. <bool>true</bool>
  168. </property>
  169. <property name="text">
  170. <string>Use Shader JIT</string>
  171. </property>
  172. </action>
  173. <action name="action_Configure">
  174. <property name="text">
  175. <string>Configure ...</string>
  176. </property>
  177. </action>
  178. <action name="actionDisplay_widget_title_bars">
  179. <property name="checkable">
  180. <bool>true</bool>
  181. </property>
  182. <property name="text">
  183. <string>Display Dock Widget Headers</string>
  184. </property>
  185. </action>
  186. <action name="action_Select_Game_List_Root">
  187. <property name="text">
  188. <string>Select Game Directory...</string>
  189. </property>
  190. <property name="toolTip">
  191. <string>Selects a folder to display in the game list</string>
  192. </property>
  193. </action>
  194. </widget>
  195. <resources/>
  196. <connections>
  197. <connection>
  198. <sender>action_Exit</sender>
  199. <signal>triggered()</signal>
  200. <receiver>MainWindow</receiver>
  201. <slot>close()</slot>
  202. <hints>
  203. <hint type="sourcelabel">
  204. <x>-1</x>
  205. <y>-1</y>
  206. </hint>
  207. <hint type="destinationlabel">
  208. <x>367</x>
  209. <y>314</y>
  210. </hint>
  211. </hints>
  212. </connection>
  213. <connection>
  214. <sender>action_Configure</sender>
  215. <signal>triggered()</signal>
  216. <receiver>MainWindow</receiver>
  217. <slot>OnConfigure()</slot>
  218. <hints>
  219. <hint type="sourcelabel">
  220. <x>-1</x>
  221. <y>-1</y>
  222. </hint>
  223. <hint type="destinationlabel">
  224. <x>540</x>
  225. <y>364</y>
  226. </hint>
  227. </hints>
  228. </connection>
  229. <connection>
  230. <sender>actionDisplay_widget_title_bars</sender>
  231. <signal>triggered(bool)</signal>
  232. <receiver>MainWindow</receiver>
  233. <slot>OnDisplayTitleBars(bool)</slot>
  234. <hints>
  235. <hint type="sourcelabel">
  236. <x>-1</x>
  237. <y>-1</y>
  238. </hint>
  239. <hint type="destinationlabel">
  240. <x>540</x>
  241. <y>364</y>
  242. </hint>
  243. </hints>
  244. </connection>
  245. </connections>
  246. <slots>
  247. <slot>OnConfigure()</slot>
  248. <slot>OnDisplayTitleBars(bool)</slot>
  249. </slots>
  250. </ui>