main.ui 5.7 KB

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