main.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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="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="menuTAS">
  141. <property name="title">
  142. <string>&amp;TAS</string>
  143. </property>
  144. <addaction name="action_TAS_Start"/>
  145. <addaction name="action_TAS_Record"/>
  146. <addaction name="action_TAS_Reset"/>
  147. <addaction name="separator"/>
  148. <addaction name="action_Configure_Tas"/>
  149. </widget>
  150. <addaction name="action_Rederive"/>
  151. <addaction name="separator"/>
  152. <addaction name="action_Capture_Screenshot"/>
  153. <addaction name="menuTAS"/>
  154. </widget>
  155. <widget class="QMenu" name="menu_Help">
  156. <property name="title">
  157. <string>&amp;Help</string>
  158. </property>
  159. <addaction name="action_Report_Compatibility"/>
  160. <addaction name="action_Open_Mods_Page"/>
  161. <addaction name="action_Open_Quickstart_Guide"/>
  162. <addaction name="action_Open_FAQ"/>
  163. <addaction name="separator"/>
  164. <addaction name="action_About"/>
  165. </widget>
  166. <addaction name="menu_File"/>
  167. <addaction name="menu_Emulation"/>
  168. <addaction name="menu_View"/>
  169. <addaction name="menu_Tools"/>
  170. <addaction name="menu_Multiplayer"/>
  171. <addaction name="menu_Help"/>
  172. </widget>
  173. <action name="action_Install_File_NAND">
  174. <property name="enabled">
  175. <bool>true</bool>
  176. </property>
  177. <property name="text">
  178. <string>&amp;Install Files to NAND...</string>
  179. </property>
  180. </action>
  181. <action name="action_Load_File">
  182. <property name="text">
  183. <string>L&amp;oad File...</string>
  184. </property>
  185. </action>
  186. <action name="action_Load_Folder">
  187. <property name="text">
  188. <string>Load &amp;Folder...</string>
  189. </property>
  190. </action>
  191. <action name="action_Exit">
  192. <property name="text">
  193. <string>E&amp;xit</string>
  194. </property>
  195. </action>
  196. <action name="action_Pause">
  197. <property name="enabled">
  198. <bool>false</bool>
  199. </property>
  200. <property name="text">
  201. <string>&amp;Pause</string>
  202. </property>
  203. </action>
  204. <action name="action_Stop">
  205. <property name="enabled">
  206. <bool>false</bool>
  207. </property>
  208. <property name="text">
  209. <string>&amp;Stop</string>
  210. </property>
  211. </action>
  212. <action name="action_Rederive">
  213. <property name="text">
  214. <string>&amp;Reinitialize keys...</string>
  215. </property>
  216. </action>
  217. <action name="action_About">
  218. <property name="text">
  219. <string>&amp;About yuzu</string>
  220. </property>
  221. </action>
  222. <action name="action_Single_Window_Mode">
  223. <property name="checkable">
  224. <bool>true</bool>
  225. </property>
  226. <property name="text">
  227. <string>Single &amp;Window Mode</string>
  228. </property>
  229. </action>
  230. <action name="action_Configure">
  231. <property name="text">
  232. <string>Con&amp;figure...</string>
  233. </property>
  234. <property name="menuRole">
  235. <enum>QAction::PreferencesRole</enum>
  236. </property>
  237. </action>
  238. <action name="action_Display_Dock_Widget_Headers">
  239. <property name="checkable">
  240. <bool>true</bool>
  241. </property>
  242. <property name="text">
  243. <string>Display D&amp;ock Widget Headers</string>
  244. </property>
  245. </action>
  246. <action name="action_Show_Filter_Bar">
  247. <property name="checkable">
  248. <bool>true</bool>
  249. </property>
  250. <property name="text">
  251. <string>Show &amp;Filter Bar</string>
  252. </property>
  253. </action>
  254. <action name="action_Show_Status_Bar">
  255. <property name="checkable">
  256. <bool>true</bool>
  257. </property>
  258. <property name="text">
  259. <string>Show &amp;Status Bar</string>
  260. </property>
  261. <property name="iconText">
  262. <string>Show Status Bar</string>
  263. </property>
  264. </action>
  265. <action name="action_View_Lobby">
  266. <property name="enabled">
  267. <bool>true</bool>
  268. </property>
  269. <property name="text">
  270. <string>&amp;Browse Public Game Lobby</string>
  271. </property>
  272. </action>
  273. <action name="action_Start_Room">
  274. <property name="enabled">
  275. <bool>true</bool>
  276. </property>
  277. <property name="text">
  278. <string>&amp;Create Room</string>
  279. </property>
  280. </action>
  281. <action name="action_Leave_Room">
  282. <property name="enabled">
  283. <bool>false</bool>
  284. </property>
  285. <property name="text">
  286. <string>&amp;Leave Room</string>
  287. </property>
  288. </action>
  289. <action name="action_Connect_To_Room">
  290. <property name="text">
  291. <string>&amp;Direct Connect to Room</string>
  292. </property>
  293. </action>
  294. <action name="action_Show_Room">
  295. <property name="enabled">
  296. <bool>false</bool>
  297. </property>
  298. <property name="text">
  299. <string>&amp;Show Current Room</string>
  300. </property>
  301. </action>
  302. <action name="action_Fullscreen">
  303. <property name="checkable">
  304. <bool>true</bool>
  305. </property>
  306. <property name="text">
  307. <string>F&amp;ullscreen</string>
  308. </property>
  309. </action>
  310. <action name="action_Restart">
  311. <property name="enabled">
  312. <bool>false</bool>
  313. </property>
  314. <property name="text">
  315. <string>&amp;Restart</string>
  316. </property>
  317. </action>
  318. <action name="action_Load_Amiibo">
  319. <property name="enabled">
  320. <bool>false</bool>
  321. </property>
  322. <property name="text">
  323. <string>Load/Remove &amp;Amiibo...</string>
  324. </property>
  325. </action>
  326. <action name="action_Report_Compatibility">
  327. <property name="enabled">
  328. <bool>false</bool>
  329. </property>
  330. <property name="text">
  331. <string>&amp;Report Compatibility</string>
  332. </property>
  333. <property name="visible">
  334. <bool>false</bool>
  335. </property>
  336. </action>
  337. <action name="action_Open_Mods_Page">
  338. <property name="text">
  339. <string>Open &amp;Mods Page</string>
  340. </property>
  341. </action>
  342. <action name="action_Open_Quickstart_Guide">
  343. <property name="text">
  344. <string>Open &amp;Quickstart Guide</string>
  345. </property>
  346. </action>
  347. <action name="action_Open_FAQ">
  348. <property name="text">
  349. <string>&amp;FAQ</string>
  350. </property>
  351. </action>
  352. <action name="action_Open_yuzu_Folder">
  353. <property name="text">
  354. <string>Open &amp;yuzu Folder</string>
  355. </property>
  356. </action>
  357. <action name="action_Capture_Screenshot">
  358. <property name="enabled">
  359. <bool>false</bool>
  360. </property>
  361. <property name="text">
  362. <string>&amp;Capture Screenshot</string>
  363. </property>
  364. </action>
  365. <action name="action_Configure_Tas">
  366. <property name="text">
  367. <string>&amp;Configure TAS...</string>
  368. </property>
  369. <property name="menuRole">
  370. <enum>QAction::NoRole</enum>
  371. </property>
  372. </action>
  373. <action name="action_Configure_Current_Game">
  374. <property name="enabled">
  375. <bool>false</bool>
  376. </property>
  377. <property name="text">
  378. <string>Configure C&amp;urrent Game...</string>
  379. </property>
  380. <property name="menuRole">
  381. <enum>QAction::NoRole</enum>
  382. </property>
  383. </action>
  384. <action name="action_TAS_Start">
  385. <property name="enabled">
  386. <bool>false</bool>
  387. </property>
  388. <property name="text">
  389. <string>&amp;Start</string>
  390. </property>
  391. </action>
  392. <action name="action_TAS_Reset">
  393. <property name="enabled">
  394. <bool>false</bool>
  395. </property>
  396. <property name="text">
  397. <string>&amp;Reset</string>
  398. </property>
  399. </action>
  400. <action name="action_TAS_Record">
  401. <property name="enabled">
  402. <bool>false</bool>
  403. </property>
  404. <property name="text">
  405. <string>R&amp;ecord</string>
  406. </property>
  407. </action>
  408. </widget>
  409. <resources>
  410. <include location="yuzu.qrc"/>
  411. </resources>
  412. <connections/>
  413. </ui>