main.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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>21</height>
  49. </rect>
  50. </property>
  51. <widget class="QMenu" name="menu_File">
  52. <property name="title">
  53. <string>&amp;File</string>
  54. </property>
  55. <addaction name="action_Load_File"/>
  56. <addaction name="action_Load_Symbol_Map"/>
  57. <addaction name="separator"/>
  58. <addaction name="action_Exit"/>
  59. </widget>
  60. <widget class="QMenu" name="menu_Emulation">
  61. <property name="title">
  62. <string>&amp;Emulation</string>
  63. </property>
  64. <addaction name="action_Start"/>
  65. <addaction name="action_Pause"/>
  66. <addaction name="action_Stop"/>
  67. <addaction name="separator"/>
  68. <addaction name="action_Use_Hardware_Renderer"/>
  69. <addaction name="action_Configure"/>
  70. </widget>
  71. <widget class="QMenu" name="menu_View">
  72. <property name="title">
  73. <string>&amp;View</string>
  74. </property>
  75. <addaction name="action_Single_Window_Mode"/>
  76. <addaction name="actionDisplay_widget_title_bars"/>
  77. <addaction name="action_Hotkeys"/>
  78. </widget>
  79. <widget class="QMenu" name="menu_Help">
  80. <property name="title">
  81. <string>&amp;Help</string>
  82. </property>
  83. <addaction name="action_About"/>
  84. </widget>
  85. <addaction name="menu_File"/>
  86. <addaction name="menu_Emulation"/>
  87. <addaction name="menu_View"/>
  88. <addaction name="menu_Help"/>
  89. </widget>
  90. <widget class="QStatusBar" name="statusbar"/>
  91. <action name="action_Load_File">
  92. <property name="text">
  93. <string>Load File...</string>
  94. </property>
  95. </action>
  96. <action name="action_Load_Symbol_Map">
  97. <property name="text">
  98. <string>Load Symbol Map...</string>
  99. </property>
  100. </action>
  101. <action name="action_Exit">
  102. <property name="text">
  103. <string>E&amp;xit</string>
  104. </property>
  105. </action>
  106. <action name="action_Start">
  107. <property name="enabled">
  108. <bool>false</bool>
  109. </property>
  110. <property name="text">
  111. <string>&amp;Start</string>
  112. </property>
  113. </action>
  114. <action name="action_Pause">
  115. <property name="enabled">
  116. <bool>false</bool>
  117. </property>
  118. <property name="text">
  119. <string>&amp;Pause</string>
  120. </property>
  121. </action>
  122. <action name="action_Stop">
  123. <property name="enabled">
  124. <bool>false</bool>
  125. </property>
  126. <property name="text">
  127. <string>&amp;Stop</string>
  128. </property>
  129. </action>
  130. <action name="action_About">
  131. <property name="text">
  132. <string>About Citra</string>
  133. </property>
  134. </action>
  135. <action name="action_Single_Window_Mode">
  136. <property name="checkable">
  137. <bool>true</bool>
  138. </property>
  139. <property name="text">
  140. <string>Single Window Mode</string>
  141. </property>
  142. </action>
  143. <action name="action_Hotkeys">
  144. <property name="text">
  145. <string>Configure &amp;Hotkeys ...</string>
  146. </property>
  147. </action>
  148. <action name="action_Use_Hardware_Renderer">
  149. <property name="checkable">
  150. <bool>true</bool>
  151. </property>
  152. <property name="text">
  153. <string>Use Hardware Renderer</string>
  154. </property>
  155. </action>
  156. <action name="action_Configure">
  157. <property name="text">
  158. <string>Configure ...</string>
  159. </property>
  160. </action>
  161. <action name="actionDisplay_widget_title_bars">
  162. <property name="checkable">
  163. <bool>true</bool>
  164. </property>
  165. <property name="text">
  166. <string>Display Dock Widget Headers</string>
  167. </property>
  168. </action>
  169. </widget>
  170. <resources/>
  171. <connections>
  172. <connection>
  173. <sender>action_Exit</sender>
  174. <signal>triggered()</signal>
  175. <receiver>MainWindow</receiver>
  176. <slot>close()</slot>
  177. <hints>
  178. <hint type="sourcelabel">
  179. <x>-1</x>
  180. <y>-1</y>
  181. </hint>
  182. <hint type="destinationlabel">
  183. <x>367</x>
  184. <y>314</y>
  185. </hint>
  186. </hints>
  187. </connection>
  188. <connection>
  189. <sender>action_Configure</sender>
  190. <signal>triggered()</signal>
  191. <receiver>MainWindow</receiver>
  192. <slot>OnConfigure()</slot>
  193. <hints>
  194. <hint type="sourcelabel">
  195. <x>-1</x>
  196. <y>-1</y>
  197. </hint>
  198. <hint type="destinationlabel">
  199. <x>540</x>
  200. <y>364</y>
  201. </hint>
  202. </hints>
  203. </connection>
  204. <connection>
  205. <sender>actionDisplay_widget_title_bars</sender>
  206. <signal>triggered(bool)</signal>
  207. <receiver>MainWindow</receiver>
  208. <slot>OnDisplayTitleBars(bool)</slot>
  209. <hints>
  210. <hint type="sourcelabel">
  211. <x>-1</x>
  212. <y>-1</y>
  213. </hint>
  214. <hint type="destinationlabel">
  215. <x>540</x>
  216. <y>364</y>
  217. </hint>
  218. </hints>
  219. </connection>
  220. </connections>
  221. <slots>
  222. <slot>OnConfigure()</slot>
  223. <slot>OnDisplayTitleBars(bool)</slot>
  224. </slots>
  225. </ui>