main.ui 5.5 KB

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