main.ui 13 KB

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