main.ui 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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>1280</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>yuzu</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="yuzu.qrc">
  18. <normaloff>:/img/yuzu.ico</normaloff>:/img/yuzu.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="margin">
  29. <number>0</number>
  30. </property>
  31. </layout>
  32. </widget>
  33. <widget class="QMenuBar" name="menubar">
  34. <property name="geometry">
  35. <rect>
  36. <x>0</x>
  37. <y>0</y>
  38. <width>1280</width>
  39. <height>26</height>
  40. </rect>
  41. </property>
  42. <widget class="QMenu" name="menu_File">
  43. <property name="title">
  44. <string>&amp;File</string>
  45. </property>
  46. <widget class="QMenu" name="menu_recent_files">
  47. <property name="title">
  48. <string>&amp;Recent Files</string>
  49. </property>
  50. </widget>
  51. <addaction name="action_Install_File_NAND"/>
  52. <addaction name="separator"/>
  53. <addaction name="action_Load_File"/>
  54. <addaction name="action_Load_Folder"/>
  55. <addaction name="separator"/>
  56. <addaction name="menu_recent_files"/>
  57. <addaction name="separator"/>
  58. <addaction name="separator"/>
  59. <addaction name="action_Load_Amiibo"/>
  60. <addaction name="separator"/>
  61. <addaction name="action_Open_yuzu_Folder"/>
  62. <addaction name="separator"/>
  63. <addaction name="action_Exit"/>
  64. </widget>
  65. <widget class="QMenu" name="menu_Emulation">
  66. <property name="title">
  67. <string>&amp;Emulation</string>
  68. </property>
  69. <addaction name="action_Pause"/>
  70. <addaction name="action_Stop"/>
  71. <addaction name="action_Restart"/>
  72. <addaction name="separator"/>
  73. <addaction name="action_Configure"/>
  74. <addaction name="action_Configure_Current_Game"/>
  75. </widget>
  76. <widget class="QMenu" name="menu_View">
  77. <property name="title">
  78. <string>&amp;View</string>
  79. </property>
  80. <widget class="QMenu" name="menu_Reset_Window_Size">
  81. <property name="title">
  82. <string>&amp;Reset Window Size</string>
  83. </property>
  84. </widget>
  85. <widget class="QMenu" name="menu_View_Debugging">
  86. <property name="title">
  87. <string>&amp;Debugging</string>
  88. </property>
  89. </widget>
  90. <action name="action_Reset_Window_Size_720">
  91. <property name="text">
  92. <string>Reset Window Size to &amp;720p</string>
  93. </property>
  94. <property name="iconText">
  95. <string>Reset Window Size to 720p</string>
  96. </property>
  97. </action>
  98. <action name="action_Reset_Window_Size_900">
  99. <property name="text">
  100. <string>Reset Window Size to &amp;900p</string>
  101. </property>
  102. <property name="iconText">
  103. <string>Reset Window Size to 900p</string>
  104. </property>
  105. </action>
  106. <action name="action_Reset_Window_Size_1080">
  107. <property name="text">
  108. <string>Reset Window Size to &amp;1080p</string>
  109. </property>
  110. <property name="iconText">
  111. <string>Reset Window Size to 1080p</string>
  112. </property>
  113. </action>
  114. <addaction name="action_Fullscreen"/>
  115. <addaction name="action_Single_Window_Mode"/>
  116. <addaction name="action_Display_Dock_Widget_Headers"/>
  117. <addaction name="action_Show_Filter_Bar"/>
  118. <addaction name="action_Show_Status_Bar"/>
  119. <addaction name="separator"/>
  120. <addaction name="menu_Reset_Window_Size"/>
  121. <addaction name="menu_View_Debugging"/>
  122. </widget>
  123. <widget class="QMenu" name="menu_Tools">
  124. <property name="title">
  125. <string>&amp;Tools</string>
  126. </property>
  127. <widget class="QMenu" name="menuTAS">
  128. <property name="title">
  129. <string>&amp;TAS</string>
  130. </property>
  131. <addaction name="action_TAS_Start"/>
  132. <addaction name="action_TAS_Record"/>
  133. <addaction name="action_TAS_Reset"/>
  134. <addaction name="separator"/>
  135. <addaction name="action_Configure_Tas"/>
  136. </widget>
  137. <addaction name="action_Rederive"/>
  138. <addaction name="separator"/>
  139. <addaction name="action_Capture_Screenshot"/>
  140. <addaction name="menuTAS"/>
  141. </widget>
  142. <widget class="QMenu" name="menu_Help">
  143. <property name="title">
  144. <string>&amp;Help</string>
  145. </property>
  146. <addaction name="action_Report_Compatibility"/>
  147. <addaction name="action_Open_Mods_Page"/>
  148. <addaction name="action_Open_Quickstart_Guide"/>
  149. <addaction name="action_Open_FAQ"/>
  150. <addaction name="separator"/>
  151. <addaction name="action_About"/>
  152. </widget>
  153. <addaction name="menu_File"/>
  154. <addaction name="menu_Emulation"/>
  155. <addaction name="menu_View"/>
  156. <addaction name="menu_Tools"/>
  157. <addaction name="menu_Help"/>
  158. </widget>
  159. <action name="action_Install_File_NAND">
  160. <property name="enabled">
  161. <bool>true</bool>
  162. </property>
  163. <property name="text">
  164. <string>&amp;Install Files to NAND...</string>
  165. </property>
  166. </action>
  167. <action name="action_Load_File">
  168. <property name="text">
  169. <string>L&amp;oad File...</string>
  170. </property>
  171. </action>
  172. <action name="action_Load_Folder">
  173. <property name="text">
  174. <string>Load &amp;Folder...</string>
  175. </property>
  176. </action>
  177. <action name="action_Exit">
  178. <property name="text">
  179. <string>E&amp;xit</string>
  180. </property>
  181. </action>
  182. <action name="action_Pause">
  183. <property name="enabled">
  184. <bool>false</bool>
  185. </property>
  186. <property name="text">
  187. <string>&amp;Pause</string>
  188. </property>
  189. </action>
  190. <action name="action_Stop">
  191. <property name="enabled">
  192. <bool>false</bool>
  193. </property>
  194. <property name="text">
  195. <string>&amp;Stop</string>
  196. </property>
  197. </action>
  198. <action name="action_Rederive">
  199. <property name="text">
  200. <string>&amp;Reinitialize keys...</string>
  201. </property>
  202. </action>
  203. <action name="action_About">
  204. <property name="text">
  205. <string>&amp;About yuzu</string>
  206. </property>
  207. </action>
  208. <action name="action_Single_Window_Mode">
  209. <property name="checkable">
  210. <bool>true</bool>
  211. </property>
  212. <property name="text">
  213. <string>Single &amp;Window Mode</string>
  214. </property>
  215. </action>
  216. <action name="action_Configure">
  217. <property name="text">
  218. <string>Con&amp;figure...</string>
  219. </property>
  220. </action>
  221. <action name="action_Display_Dock_Widget_Headers">
  222. <property name="checkable">
  223. <bool>true</bool>
  224. </property>
  225. <property name="text">
  226. <string>Display D&amp;ock Widget Headers</string>
  227. </property>
  228. </action>
  229. <action name="action_Show_Filter_Bar">
  230. <property name="checkable">
  231. <bool>true</bool>
  232. </property>
  233. <property name="text">
  234. <string>Show &amp;Filter Bar</string>
  235. </property>
  236. </action>
  237. <action name="action_Show_Status_Bar">
  238. <property name="checkable">
  239. <bool>true</bool>
  240. </property>
  241. <property name="text">
  242. <string>Show &amp;Status Bar</string>
  243. </property>
  244. <property name="iconText">
  245. <string>Show Status Bar</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>F&amp;ullscreen</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>&amp;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 &amp;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>&amp;Report Compatibility</string>
  278. </property>
  279. <property name="visible">
  280. <bool>false</bool>
  281. </property>
  282. </action>
  283. <action name="action_Open_Mods_Page">
  284. <property name="text">
  285. <string>Open &amp;Mods Page</string>
  286. </property>
  287. </action>
  288. <action name="action_Open_Quickstart_Guide">
  289. <property name="text">
  290. <string>Open &amp;Quickstart Guide</string>
  291. </property>
  292. </action>
  293. <action name="action_Open_FAQ">
  294. <property name="text">
  295. <string>&amp;FAQ</string>
  296. </property>
  297. </action>
  298. <action name="action_Open_yuzu_Folder">
  299. <property name="text">
  300. <string>Open &amp;yuzu Folder</string>
  301. </property>
  302. </action>
  303. <action name="action_Capture_Screenshot">
  304. <property name="enabled">
  305. <bool>false</bool>
  306. </property>
  307. <property name="text">
  308. <string>&amp;Capture Screenshot</string>
  309. </property>
  310. </action>
  311. <action name="action_Configure_Tas">
  312. <property name="text">
  313. <string>&amp;Configure TAS...</string>
  314. </property>
  315. </action>
  316. <action name="action_Configure_Current_Game">
  317. <property name="enabled">
  318. <bool>false</bool>
  319. </property>
  320. <property name="text">
  321. <string>Configure C&amp;urrent Game...</string>
  322. </property>
  323. </action>
  324. <action name="action_TAS_Start">
  325. <property name="enabled">
  326. <bool>false</bool>
  327. </property>
  328. <property name="text">
  329. <string>&amp;Start</string>
  330. </property>
  331. </action>
  332. <action name="action_TAS_Reset">
  333. <property name="enabled">
  334. <bool>false</bool>
  335. </property>
  336. <property name="text">
  337. <string>&amp;Reset</string>
  338. </property>
  339. </action>
  340. <action name="action_TAS_Record">
  341. <property name="enabled">
  342. <bool>false</bool>
  343. </property>
  344. <property name="text">
  345. <string>R&amp;ecord</string>
  346. </property>
  347. </action>
  348. </widget>
  349. <resources>
  350. <include location="yuzu.qrc"/>
  351. </resources>
  352. <connections/>
  353. </ui>