main.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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" stdset="0">
  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>21</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="action_Load_Amiibo"/>
  59. <addaction name="separator"/>
  60. <addaction name="action_Open_yuzu_Folder"/>
  61. <addaction name="separator"/>
  62. <addaction name="action_Exit"/>
  63. </widget>
  64. <widget class="QMenu" name="menu_Emulation">
  65. <property name="title">
  66. <string>&amp;Emulation</string>
  67. </property>
  68. <addaction name="action_Pause"/>
  69. <addaction name="action_Stop"/>
  70. <addaction name="action_Restart"/>
  71. <addaction name="separator"/>
  72. <addaction name="action_Configure"/>
  73. <addaction name="action_Configure_Current_Game"/>
  74. </widget>
  75. <widget class="QMenu" name="menu_View">
  76. <property name="title">
  77. <string>&amp;View</string>
  78. </property>
  79. <widget class="QMenu" name="menu_Reset_Window_Size">
  80. <property name="title">
  81. <string>&amp;Reset Window Size</string>
  82. </property>
  83. </widget>
  84. <widget class="QMenu" name="menu_View_Debugging">
  85. <property name="title">
  86. <string>&amp;Debugging</string>
  87. </property>
  88. </widget>
  89. <action name="action_Reset_Window_Size_720">
  90. <property name="text">
  91. <string>Reset Window Size to &amp;720p</string>
  92. </property>
  93. <property name="iconText">
  94. <string>Reset Window Size to 720p</string>
  95. </property>
  96. </action>
  97. <action name="action_Reset_Window_Size_900">
  98. <property name="text">
  99. <string>Reset Window Size to &amp;900p</string>
  100. </property>
  101. <property name="iconText">
  102. <string>Reset Window Size to 900p</string>
  103. </property>
  104. </action>
  105. <action name="action_Reset_Window_Size_1080">
  106. <property name="text">
  107. <string>Reset Window Size to &amp;1080p</string>
  108. </property>
  109. <property name="iconText">
  110. <string>Reset Window Size to 1080p</string>
  111. </property>
  112. </action>
  113. <addaction name="action_Fullscreen"/>
  114. <addaction name="action_Single_Window_Mode"/>
  115. <addaction name="action_Display_Dock_Widget_Headers"/>
  116. <addaction name="action_Show_Filter_Bar"/>
  117. <addaction name="action_Show_Status_Bar"/>
  118. <addaction name="separator"/>
  119. <addaction name="menu_Reset_Window_Size"/>
  120. <addaction name="menu_View_Debugging"/>
  121. </widget>
  122. <widget class="QMenu" name="menu_Multiplayer">
  123. <property name="enabled">
  124. <bool>true</bool>
  125. </property>
  126. <property name="title">
  127. <string>&amp;Multiplayer</string>
  128. </property>
  129. <addaction name="action_View_Lobby"/>
  130. <addaction name="action_Start_Room"/>
  131. <addaction name="action_Connect_To_Room"/>
  132. <addaction name="separator"/>
  133. <addaction name="action_Show_Room"/>
  134. <addaction name="action_Leave_Room"/>
  135. </widget>
  136. <widget class="QMenu" name="menu_Tools">
  137. <property name="title">
  138. <string>&amp;Tools</string>
  139. </property>
  140. <widget class="QMenu" name="menu_cabinet_applet">
  141. <property name="title">
  142. <string>&amp;Amiibo</string>
  143. </property>
  144. <addaction name="action_Load_Cabinet_Nickname_Owner"/>
  145. <addaction name="action_Load_Cabinet_Eraser"/>
  146. <addaction name="action_Load_Cabinet_Restorer"/>
  147. <addaction name="action_Load_Cabinet_Formatter"/>
  148. </widget>
  149. <widget class="QMenu" name="menuTAS">
  150. <property name="title">
  151. <string>&amp;TAS</string>
  152. </property>
  153. <addaction name="action_TAS_Start"/>
  154. <addaction name="action_TAS_Record"/>
  155. <addaction name="action_TAS_Reset"/>
  156. <addaction name="separator"/>
  157. <addaction name="action_Configure_Tas"/>
  158. </widget>
  159. <addaction name="action_Rederive"/>
  160. <addaction name="action_Verify_installed_contents"/>
  161. <addaction name="separator"/>
  162. <addaction name="menu_cabinet_applet"/>
  163. <addaction name="action_Load_Album"/>
  164. <addaction name="action_Load_Mii_Edit"/>
  165. <addaction name="action_Open_Controller_Menu"/>
  166. <addaction name="separator"/>
  167. <addaction name="action_Capture_Screenshot"/>
  168. <addaction name="menuTAS"/>
  169. </widget>
  170. <widget class="QMenu" name="menu_Help">
  171. <property name="title">
  172. <string>&amp;Help</string>
  173. </property>
  174. <addaction name="action_Report_Compatibility"/>
  175. <addaction name="action_Open_Mods_Page"/>
  176. <addaction name="action_Open_Quickstart_Guide"/>
  177. <addaction name="action_Open_FAQ"/>
  178. <addaction name="separator"/>
  179. <addaction name="action_About"/>
  180. </widget>
  181. <addaction name="menu_File"/>
  182. <addaction name="menu_Emulation"/>
  183. <addaction name="menu_View"/>
  184. <addaction name="menu_Tools"/>
  185. <addaction name="menu_Multiplayer"/>
  186. <addaction name="menu_Help"/>
  187. </widget>
  188. <action name="action_Install_File_NAND">
  189. <property name="enabled">
  190. <bool>true</bool>
  191. </property>
  192. <property name="text">
  193. <string>&amp;Install Files to NAND...</string>
  194. </property>
  195. </action>
  196. <action name="action_Load_File">
  197. <property name="text">
  198. <string>L&amp;oad File...</string>
  199. </property>
  200. </action>
  201. <action name="action_Load_Folder">
  202. <property name="text">
  203. <string>Load &amp;Folder...</string>
  204. </property>
  205. </action>
  206. <action name="action_Exit">
  207. <property name="text">
  208. <string>E&amp;xit</string>
  209. </property>
  210. </action>
  211. <action name="action_Pause">
  212. <property name="enabled">
  213. <bool>false</bool>
  214. </property>
  215. <property name="text">
  216. <string>&amp;Pause</string>
  217. </property>
  218. </action>
  219. <action name="action_Stop">
  220. <property name="enabled">
  221. <bool>false</bool>
  222. </property>
  223. <property name="text">
  224. <string>&amp;Stop</string>
  225. </property>
  226. </action>
  227. <action name="action_Verify_installed_contents">
  228. <property name="text">
  229. <string>&amp;Verify Installed Contents</string>
  230. </property>
  231. </action>
  232. <action name="action_About">
  233. <property name="text">
  234. <string>&amp;About yuzu</string>
  235. </property>
  236. </action>
  237. <action name="action_Single_Window_Mode">
  238. <property name="checkable">
  239. <bool>true</bool>
  240. </property>
  241. <property name="text">
  242. <string>Single &amp;Window Mode</string>
  243. </property>
  244. </action>
  245. <action name="action_Configure">
  246. <property name="text">
  247. <string>Con&amp;figure...</string>
  248. </property>
  249. <property name="menuRole">
  250. <enum>QAction::PreferencesRole</enum>
  251. </property>
  252. </action>
  253. <action name="action_Display_Dock_Widget_Headers">
  254. <property name="checkable">
  255. <bool>true</bool>
  256. </property>
  257. <property name="text">
  258. <string>Display D&amp;ock Widget Headers</string>
  259. </property>
  260. </action>
  261. <action name="action_Show_Filter_Bar">
  262. <property name="checkable">
  263. <bool>true</bool>
  264. </property>
  265. <property name="text">
  266. <string>Show &amp;Filter Bar</string>
  267. </property>
  268. </action>
  269. <action name="action_Show_Status_Bar">
  270. <property name="checkable">
  271. <bool>true</bool>
  272. </property>
  273. <property name="text">
  274. <string>Show &amp;Status Bar</string>
  275. </property>
  276. <property name="iconText">
  277. <string>Show Status Bar</string>
  278. </property>
  279. </action>
  280. <action name="action_View_Lobby">
  281. <property name="enabled">
  282. <bool>true</bool>
  283. </property>
  284. <property name="text">
  285. <string>&amp;Browse Public Game Lobby</string>
  286. </property>
  287. </action>
  288. <action name="action_Start_Room">
  289. <property name="enabled">
  290. <bool>true</bool>
  291. </property>
  292. <property name="text">
  293. <string>&amp;Create Room</string>
  294. </property>
  295. </action>
  296. <action name="action_Leave_Room">
  297. <property name="enabled">
  298. <bool>false</bool>
  299. </property>
  300. <property name="text">
  301. <string>&amp;Leave Room</string>
  302. </property>
  303. </action>
  304. <action name="action_Connect_To_Room">
  305. <property name="text">
  306. <string>&amp;Direct Connect to Room</string>
  307. </property>
  308. </action>
  309. <action name="action_Show_Room">
  310. <property name="enabled">
  311. <bool>false</bool>
  312. </property>
  313. <property name="text">
  314. <string>&amp;Show Current Room</string>
  315. </property>
  316. </action>
  317. <action name="action_Fullscreen">
  318. <property name="checkable">
  319. <bool>true</bool>
  320. </property>
  321. <property name="text">
  322. <string>F&amp;ullscreen</string>
  323. </property>
  324. </action>
  325. <action name="action_Restart">
  326. <property name="enabled">
  327. <bool>false</bool>
  328. </property>
  329. <property name="text">
  330. <string>&amp;Restart</string>
  331. </property>
  332. </action>
  333. <action name="action_Load_Amiibo">
  334. <property name="enabled">
  335. <bool>false</bool>
  336. </property>
  337. <property name="text">
  338. <string>Load/Remove &amp;Amiibo...</string>
  339. </property>
  340. </action>
  341. <action name="action_Report_Compatibility">
  342. <property name="enabled">
  343. <bool>false</bool>
  344. </property>
  345. <property name="text">
  346. <string>&amp;Report Compatibility</string>
  347. </property>
  348. <property name="visible">
  349. <bool>false</bool>
  350. </property>
  351. </action>
  352. <action name="action_Open_Mods_Page">
  353. <property name="text">
  354. <string>Open &amp;Mods Page</string>
  355. </property>
  356. </action>
  357. <action name="action_Open_Quickstart_Guide">
  358. <property name="text">
  359. <string>Open &amp;Quickstart Guide</string>
  360. </property>
  361. </action>
  362. <action name="action_Open_FAQ">
  363. <property name="text">
  364. <string>&amp;FAQ</string>
  365. </property>
  366. </action>
  367. <action name="action_Open_yuzu_Folder">
  368. <property name="text">
  369. <string>Open &amp;yuzu Folder</string>
  370. </property>
  371. </action>
  372. <action name="action_Capture_Screenshot">
  373. <property name="enabled">
  374. <bool>false</bool>
  375. </property>
  376. <property name="text">
  377. <string>&amp;Capture Screenshot</string>
  378. </property>
  379. </action>
  380. <action name="action_Load_Album">
  381. <property name="text">
  382. <string>Open &amp;Album</string>
  383. </property>
  384. </action>
  385. <action name="action_Load_Cabinet_Nickname_Owner">
  386. <property name="text">
  387. <string>&amp;Set Nickname and Owner</string>
  388. </property>
  389. </action>
  390. <action name="action_Load_Cabinet_Eraser">
  391. <property name="text">
  392. <string>&amp;Delete Game Data</string>
  393. </property>
  394. </action>
  395. <action name="action_Load_Cabinet_Restorer">
  396. <property name="text">
  397. <string>&amp;Restore Amiibo</string>
  398. </property>
  399. </action>
  400. <action name="action_Load_Cabinet_Formatter">
  401. <property name="text">
  402. <string>&amp;Format Amiibo</string>
  403. </property>
  404. </action>
  405. <action name="action_Load_Mii_Edit">
  406. <property name="text">
  407. <string>Open &amp;Mii Editor</string>
  408. </property>
  409. </action>
  410. <action name="action_Configure_Tas">
  411. <property name="text">
  412. <string>&amp;Configure TAS...</string>
  413. </property>
  414. <property name="menuRole">
  415. <enum>QAction::NoRole</enum>
  416. </property>
  417. </action>
  418. <action name="action_Configure_Current_Game">
  419. <property name="enabled">
  420. <bool>false</bool>
  421. </property>
  422. <property name="text">
  423. <string>Configure C&amp;urrent Game...</string>
  424. </property>
  425. <property name="menuRole">
  426. <enum>QAction::NoRole</enum>
  427. </property>
  428. </action>
  429. <action name="action_TAS_Start">
  430. <property name="enabled">
  431. <bool>false</bool>
  432. </property>
  433. <property name="text">
  434. <string>&amp;Start</string>
  435. </property>
  436. </action>
  437. <action name="action_TAS_Reset">
  438. <property name="enabled">
  439. <bool>false</bool>
  440. </property>
  441. <property name="text">
  442. <string>&amp;Reset</string>
  443. </property>
  444. </action>
  445. <action name="action_TAS_Record">
  446. <property name="enabled">
  447. <bool>false</bool>
  448. </property>
  449. <property name="text">
  450. <string>R&amp;ecord</string>
  451. </property>
  452. </action>
  453. <action name="action_Open_Controller_Menu">
  454. <property name="text">
  455. <string>Open &amp;Controller Menu</string>
  456. </property>
  457. </action>
  458. </widget>
  459. <resources>
  460. <include location="yuzu.qrc"/>
  461. </resources>
  462. <connections/>
  463. </ui>