main.ui 5.0 KB

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