main.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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>21</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="menu_recent_files"/>
  66. <addaction name="separator"/>
  67. <addaction name="action_Select_NAND_Directory"/>
  68. <addaction name="action_Select_SDMC_Directory"/>
  69. <addaction name="separator"/>
  70. <addaction name="action_Load_Amiibo"/>
  71. <addaction name="separator"/>
  72. <addaction name="action_Open_yuzu_Folder"/>
  73. <addaction name="separator"/>
  74. <addaction name="action_Exit"/>
  75. </widget>
  76. <widget class="QMenu" name="menu_Emulation">
  77. <property name="title">
  78. <string>&amp;Emulation</string>
  79. </property>
  80. <addaction name="action_Start"/>
  81. <addaction name="action_Pause"/>
  82. <addaction name="action_Stop"/>
  83. <addaction name="action_Restart"/>
  84. <addaction name="separator"/>
  85. <addaction name="action_Configure"/>
  86. </widget>
  87. <widget class="QMenu" name="menu_View">
  88. <property name="title">
  89. <string>&amp;View</string>
  90. </property>
  91. <widget class="QMenu" name="menu_View_Debugging">
  92. <property name="title">
  93. <string>Debugging</string>
  94. </property>
  95. </widget>
  96. <addaction name="action_Fullscreen"/>
  97. <addaction name="action_Single_Window_Mode"/>
  98. <addaction name="action_Display_Dock_Widget_Headers"/>
  99. <addaction name="action_Show_Filter_Bar"/>
  100. <addaction name="action_Show_Status_Bar"/>
  101. <addaction name="menu_View_Debugging"/>
  102. </widget>
  103. <widget class="QMenu" name="menu_Tools">
  104. <property name="title">
  105. <string>Tools</string>
  106. </property>
  107. <addaction name="action_Rederive"/>
  108. <addaction name="separator"/>
  109. <addaction name="action_Capture_Screenshot"/>
  110. </widget>
  111. <widget class="QMenu" name="menu_Help">
  112. <property name="title">
  113. <string>&amp;Help</string>
  114. </property>
  115. <addaction name="action_Report_Compatibility"/>
  116. <addaction name="separator"/>
  117. <addaction name="action_About"/>
  118. </widget>
  119. <addaction name="menu_File"/>
  120. <addaction name="menu_Emulation"/>
  121. <addaction name="menu_View"/>
  122. <addaction name="menu_Tools"/>
  123. <addaction name="menu_Help"/>
  124. </widget>
  125. <action name="action_Install_File_NAND">
  126. <property name="enabled">
  127. <bool>true</bool>
  128. </property>
  129. <property name="text">
  130. <string>Install File to NAND...</string>
  131. </property>
  132. </action>
  133. <action name="action_Load_File">
  134. <property name="text">
  135. <string>Load File...</string>
  136. </property>
  137. </action>
  138. <action name="action_Load_Folder">
  139. <property name="text">
  140. <string>Load Folder...</string>
  141. </property>
  142. </action>
  143. <action name="action_Load_Symbol_Map">
  144. <property name="text">
  145. <string>Load Symbol Map...</string>
  146. </property>
  147. </action>
  148. <action name="action_Exit">
  149. <property name="text">
  150. <string>E&amp;xit</string>
  151. </property>
  152. </action>
  153. <action name="action_Start">
  154. <property name="enabled">
  155. <bool>false</bool>
  156. </property>
  157. <property name="text">
  158. <string>&amp;Start</string>
  159. </property>
  160. </action>
  161. <action name="action_Pause">
  162. <property name="enabled">
  163. <bool>false</bool>
  164. </property>
  165. <property name="text">
  166. <string>&amp;Pause</string>
  167. </property>
  168. </action>
  169. <action name="action_Stop">
  170. <property name="enabled">
  171. <bool>false</bool>
  172. </property>
  173. <property name="text">
  174. <string>&amp;Stop</string>
  175. </property>
  176. </action>
  177. <action name="action_Rederive">
  178. <property name="text">
  179. <string>Reinitialize keys...</string>
  180. </property>
  181. </action>
  182. <action name="action_About">
  183. <property name="text">
  184. <string>About yuzu</string>
  185. </property>
  186. </action>
  187. <action name="action_Single_Window_Mode">
  188. <property name="checkable">
  189. <bool>true</bool>
  190. </property>
  191. <property name="text">
  192. <string>Single Window Mode</string>
  193. </property>
  194. </action>
  195. <action name="action_Configure">
  196. <property name="text">
  197. <string>Configure...</string>
  198. </property>
  199. </action>
  200. <action name="action_Display_Dock_Widget_Headers">
  201. <property name="checkable">
  202. <bool>true</bool>
  203. </property>
  204. <property name="text">
  205. <string>Display Dock Widget Headers</string>
  206. </property>
  207. </action>
  208. <action name="action_Show_Filter_Bar">
  209. <property name="checkable">
  210. <bool>true</bool>
  211. </property>
  212. <property name="text">
  213. <string>Show Filter Bar</string>
  214. </property>
  215. </action>
  216. <action name="action_Show_Status_Bar">
  217. <property name="checkable">
  218. <bool>true</bool>
  219. </property>
  220. <property name="text">
  221. <string>Show Status Bar</string>
  222. </property>
  223. </action>
  224. <action name="action_Select_Game_List_Root">
  225. <property name="text">
  226. <string>Select Game Directory...</string>
  227. </property>
  228. <property name="toolTip">
  229. <string>Selects a folder to display in the game list</string>
  230. </property>
  231. </action>
  232. <action name="action_Select_NAND_Directory">
  233. <property name="text">
  234. <string>Select NAND Directory...</string>
  235. </property>
  236. <property name="toolTip">
  237. <string>Selects a folder to use as the root of the emulated NAND</string>
  238. </property>
  239. </action>
  240. <action name="action_Select_SDMC_Directory">
  241. <property name="text">
  242. <string>Select SD Card Directory...</string>
  243. </property>
  244. <property name="toolTip">
  245. <string>Selects a folder to use as the root of the emulated SD card</string>
  246. </property>
  247. </action>
  248. <action name="action_Fullscreen">
  249. <property name="checkable">
  250. <bool>true</bool>
  251. </property>
  252. <property name="text">
  253. <string>Fullscreen</string>
  254. </property>
  255. </action>
  256. <action name="action_Restart">
  257. <property name="enabled">
  258. <bool>false</bool>
  259. </property>
  260. <property name="text">
  261. <string>Restart</string>
  262. </property>
  263. </action>
  264. <action name="action_Load_Amiibo">
  265. <property name="enabled">
  266. <bool>false</bool>
  267. </property>
  268. <property name="text">
  269. <string>Load Amiibo...</string>
  270. </property>
  271. </action>
  272. <action name="action_Report_Compatibility">
  273. <property name="enabled">
  274. <bool>false</bool>
  275. </property>
  276. <property name="text">
  277. <string>Report Compatibility</string>
  278. </property>
  279. <property name="visible">
  280. <bool>false</bool>
  281. </property>
  282. </action>
  283. <action name="action_Open_yuzu_Folder">
  284. <property name="text">
  285. <string>Open yuzu Folder</string>
  286. </property>
  287. </action>
  288. <action name="action_Capture_Screenshot">
  289. <property name="enabled">
  290. <bool>false</bool>
  291. </property>
  292. <property name="text">
  293. <string>Capture Screenshot</string>
  294. </property>
  295. </action>
  296. </widget>
  297. <resources/>
  298. <connections/>
  299. </ui>