main.ui 11 KB

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