main.ui 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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>19</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_Configure"/>
  77. </widget>
  78. <widget class="QMenu" name="menu_View">
  79. <property name="title">
  80. <string>&amp;View</string>
  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>
  89. <addaction name="action_Single_Window_Mode"/>
  90. <addaction name="action_Display_Dock_Widget_Headers"/>
  91. <addaction name="action_Show_Filter_Bar"/>
  92. <addaction name="action_Show_Status_Bar"/>
  93. <addaction name="menu_View_Debugging"/>
  94. </widget>
  95. <widget class="QMenu" name="menu_Help">
  96. <property name="title">
  97. <string>&amp;Help</string>
  98. </property>
  99. <addaction name="action_About"/>
  100. </widget>
  101. <addaction name="menu_File"/>
  102. <addaction name="menu_Emulation"/>
  103. <addaction name="menu_View"/>
  104. <addaction name="menu_Help"/>
  105. </widget>
  106. <action name="action_Load_File">
  107. <property name="text">
  108. <string>Load File...</string>
  109. </property>
  110. </action>
  111. <action name="action_Load_Symbol_Map">
  112. <property name="text">
  113. <string>Load Symbol Map...</string>
  114. </property>
  115. </action>
  116. <action name="action_Exit">
  117. <property name="text">
  118. <string>E&amp;xit</string>
  119. </property>
  120. </action>
  121. <action name="action_Start">
  122. <property name="enabled">
  123. <bool>false</bool>
  124. </property>
  125. <property name="text">
  126. <string>&amp;Start</string>
  127. </property>
  128. </action>
  129. <action name="action_Pause">
  130. <property name="enabled">
  131. <bool>false</bool>
  132. </property>
  133. <property name="text">
  134. <string>&amp;Pause</string>
  135. </property>
  136. </action>
  137. <action name="action_Stop">
  138. <property name="enabled">
  139. <bool>false</bool>
  140. </property>
  141. <property name="text">
  142. <string>&amp;Stop</string>
  143. </property>
  144. </action>
  145. <action name="action_About">
  146. <property name="text">
  147. <string>About Citra</string>
  148. </property>
  149. </action>
  150. <action name="action_Single_Window_Mode">
  151. <property name="checkable">
  152. <bool>true</bool>
  153. </property>
  154. <property name="text">
  155. <string>Single Window Mode</string>
  156. </property>
  157. </action>
  158. <action name="action_Configure">
  159. <property name="text">
  160. <string>Configure...</string>
  161. </property>
  162. </action>
  163. <action name="action_Display_Dock_Widget_Headers">
  164. <property name="checkable">
  165. <bool>true</bool>
  166. </property>
  167. <property name="text">
  168. <string>Display Dock Widget Headers</string>
  169. </property>
  170. </action>
  171. <action name="action_Show_Filter_Bar">
  172. <property name="checkable">
  173. <bool>true</bool>
  174. </property>
  175. <property name="text">
  176. <string>Show Filter Bar</string>
  177. </property>
  178. </action>
  179. <action name="action_Show_Status_Bar">
  180. <property name="checkable">
  181. <bool>true</bool>
  182. </property>
  183. <property name="text">
  184. <string>Show Status Bar</string>
  185. </property>
  186. </action>
  187. <action name="action_Select_Game_List_Root">
  188. <property name="text">
  189. <string>Select Game Directory...</string>
  190. </property>
  191. <property name="toolTip">
  192. <string>Selects a folder to display in the game list</string>
  193. </property>
  194. </action>
  195. <action name="action_Create_Pica_Surface_Viewer">
  196. <property name="text">
  197. <string>Create Pica Surface Viewer</string>
  198. </property>
  199. </action>
  200. </widget>
  201. <resources/>
  202. </ui>