main.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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_Select_NAND_Directory"/>
  69. <addaction name="action_Select_SDMC_Directory"/>
  70. <addaction name="separator"/>
  71. <addaction name="action_Exit"/>
  72. </widget>
  73. <widget class="QMenu" name="menu_Emulation">
  74. <property name="title">
  75. <string>&amp;Emulation</string>
  76. </property>
  77. <addaction name="action_Start"/>
  78. <addaction name="action_Pause"/>
  79. <addaction name="action_Stop"/>
  80. <addaction name="action_Restart"/>
  81. <addaction name="separator"/>
  82. <addaction name="action_Configure"/>
  83. </widget>
  84. <widget class="QMenu" name="menu_View">
  85. <property name="title">
  86. <string>&amp;View</string>
  87. </property>
  88. <widget class="QMenu" name="menu_View_Debugging">
  89. <property name="title">
  90. <string>Debugging</string>
  91. </property>
  92. </widget>
  93. <addaction name="action_Fullscreen"/>
  94. <addaction name="action_Single_Window_Mode"/>
  95. <addaction name="action_Display_Dock_Widget_Headers"/>
  96. <addaction name="action_Show_Filter_Bar"/>
  97. <addaction name="action_Show_Status_Bar"/>
  98. <addaction name="menu_View_Debugging"/>
  99. </widget>
  100. <widget class="QMenu" name="menu_Help">
  101. <property name="title">
  102. <string>&amp;Help</string>
  103. </property>
  104. <addaction name="action_About"/>
  105. </widget>
  106. <addaction name="menu_File"/>
  107. <addaction name="menu_Emulation"/>
  108. <addaction name="menu_View"/>
  109. <addaction name="menu_Help"/>
  110. </widget>
  111. <action name="action_Install_File_NAND">
  112. <property name="text">
  113. <string>Install File to NAND...</string>
  114. </property>
  115. </action>
  116. <action name="action_Load_File">
  117. <property name="text">
  118. <string>Load File...</string>
  119. </property>
  120. </action>
  121. <action name="action_Load_Folder">
  122. <property name="text">
  123. <string>Load Folder...</string>
  124. </property>
  125. </action>
  126. <action name="action_Load_Symbol_Map">
  127. <property name="text">
  128. <string>Load Symbol Map...</string>
  129. </property>
  130. </action>
  131. <action name="action_Exit">
  132. <property name="text">
  133. <string>E&amp;xit</string>
  134. </property>
  135. </action>
  136. <action name="action_Start">
  137. <property name="enabled">
  138. <bool>false</bool>
  139. </property>
  140. <property name="text">
  141. <string>&amp;Start</string>
  142. </property>
  143. </action>
  144. <action name="action_Pause">
  145. <property name="enabled">
  146. <bool>false</bool>
  147. </property>
  148. <property name="text">
  149. <string>&amp;Pause</string>
  150. </property>
  151. </action>
  152. <action name="action_Stop">
  153. <property name="enabled">
  154. <bool>false</bool>
  155. </property>
  156. <property name="text">
  157. <string>&amp;Stop</string>
  158. </property>
  159. </action>
  160. <action name="action_About">
  161. <property name="text">
  162. <string>About yuzu</string>
  163. </property>
  164. </action>
  165. <action name="action_Single_Window_Mode">
  166. <property name="checkable">
  167. <bool>true</bool>
  168. </property>
  169. <property name="text">
  170. <string>Single Window Mode</string>
  171. </property>
  172. </action>
  173. <action name="action_Configure">
  174. <property name="text">
  175. <string>Configure...</string>
  176. </property>
  177. </action>
  178. <action name="action_Display_Dock_Widget_Headers">
  179. <property name="checkable">
  180. <bool>true</bool>
  181. </property>
  182. <property name="text">
  183. <string>Display Dock Widget Headers</string>
  184. </property>
  185. </action>
  186. <action name="action_Show_Filter_Bar">
  187. <property name="checkable">
  188. <bool>true</bool>
  189. </property>
  190. <property name="text">
  191. <string>Show Filter Bar</string>
  192. </property>
  193. </action>
  194. <action name="action_Show_Status_Bar">
  195. <property name="checkable">
  196. <bool>true</bool>
  197. </property>
  198. <property name="text">
  199. <string>Show Status Bar</string>
  200. </property>
  201. </action>
  202. <action name="action_Select_Game_List_Root">
  203. <property name="text">
  204. <string>Select Game Directory...</string>
  205. </property>
  206. <property name="toolTip">
  207. <string>Selects a folder to display in the game list</string>
  208. </property>
  209. </action>
  210. <action name="action_Select_NAND_Directory">
  211. <property name="text">
  212. <string>Select NAND Directory...</string>
  213. </property>
  214. <property name="toolTip">
  215. <string>Selects a folder to use as the root of the emulated NAND</string>
  216. </property>
  217. </action>
  218. <action name="action_Select_SDMC_Directory">
  219. <property name="text">
  220. <string>Select SD Card Directory...</string>
  221. </property>
  222. <property name="toolTip">
  223. <string>Selects a folder to use as the root of the emulated SD card</string>
  224. </property>
  225. </action>
  226. <action name="action_Fullscreen">
  227. <property name="checkable">
  228. <bool>true</bool>
  229. </property>
  230. <property name="text">
  231. <string>Fullscreen</string>
  232. </property>
  233. </action>
  234. <action name="action_Restart">
  235. <property name="enabled">
  236. <bool>false</bool>
  237. </property>
  238. <property name="text">
  239. <string>Restart</string>
  240. </property>
  241. </action>
  242. </widget>
  243. <resources/>
  244. </ui>