main.ui 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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_Start"/>
  70. <addaction name="action_Pause"/>
  71. <addaction name="action_Stop"/>
  72. <addaction name="action_Restart"/>
  73. <addaction name="separator"/>
  74. <addaction name="action_Configure"/>
  75. <addaction name="action_Configure_Current_Game"/>
  76. </widget>
  77. <widget class="QMenu" name="menu_View">
  78. <property name="title">
  79. <string>&amp;View</string>
  80. </property>
  81. <widget class="QMenu" name="menu_Reset_Window_Size">
  82. <property name="title">
  83. <string>&amp;Reset Window Size</string>
  84. </property>
  85. </widget>
  86. <action name="action_Reset_Window_Size_720">
  87. <property name="text">
  88. <string>Reset Window Size to &amp;720p</string>
  89. </property>
  90. <property name="iconText">
  91. <string>Reset Window Size to 720p</string>
  92. </property>
  93. </action>
  94. <action name="action_Reset_Window_Size_900">
  95. <property name="text">
  96. <string>Reset Window Size to &amp;900p</string>
  97. </property>
  98. <property name="iconText">
  99. <string>Reset Window Size to 900p</string>
  100. </property>
  101. </action>
  102. <action name="action_Reset_Window_Size_1080">
  103. <property name="text">
  104. <string>Reset Window Size to &amp;1080p</string>
  105. </property>
  106. <property name="iconText">
  107. <string>Reset Window Size to 1080p</string>
  108. </property>
  109. </action>
  110. <widget class="QMenu" name="menu_View_Debugging">
  111. <property name="title">
  112. <string>&amp;Debugging</string>
  113. </property>
  114. </widget>
  115. <addaction name="action_Fullscreen"/>
  116. <addaction name="action_Single_Window_Mode"/>
  117. <addaction name="action_Display_Dock_Widget_Headers"/>
  118. <addaction name="action_Show_Filter_Bar"/>
  119. <addaction name="action_Show_Status_Bar"/>
  120. <addaction name="separator"/>
  121. <addaction name="menu_Reset_Window_Size"/>
  122. <addaction name="menu_View_Debugging"/>
  123. </widget>
  124. <widget class="QMenu" name="menu_Tools">
  125. <property name="title">
  126. <string>&amp;Tools</string>
  127. </property>
  128. <addaction name="action_Rederive"/>
  129. <addaction name="separator"/>
  130. <addaction name="action_Capture_Screenshot"/>
  131. <addaction name="action_Configure_Tas"/>
  132. </widget>
  133. <widget class="QMenu" name="menu_Help">
  134. <property name="title">
  135. <string>&amp;Help</string>
  136. </property>
  137. <addaction name="action_Report_Compatibility"/>
  138. <addaction name="action_Open_Mods_Page"/>
  139. <addaction name="action_Open_Quickstart_Guide"/>
  140. <addaction name="action_Open_FAQ"/>
  141. <addaction name="separator"/>
  142. <addaction name="action_About"/>
  143. </widget>
  144. <addaction name="menu_File"/>
  145. <addaction name="menu_Emulation"/>
  146. <addaction name="menu_View"/>
  147. <addaction name="menu_Tools"/>
  148. <addaction name="menu_Help"/>
  149. </widget>
  150. <action name="action_Install_File_NAND">
  151. <property name="enabled">
  152. <bool>true</bool>
  153. </property>
  154. <property name="text">
  155. <string>&amp;Install Files to NAND...</string>
  156. </property>
  157. </action>
  158. <action name="action_Load_File">
  159. <property name="text">
  160. <string>L&amp;oad File...</string>
  161. </property>
  162. </action>
  163. <action name="action_Load_Folder">
  164. <property name="text">
  165. <string>Load &amp;Folder...</string>
  166. </property>
  167. </action>
  168. <action name="action_Exit">
  169. <property name="text">
  170. <string>E&amp;xit</string>
  171. </property>
  172. </action>
  173. <action name="action_Start">
  174. <property name="enabled">
  175. <bool>false</bool>
  176. </property>
  177. <property name="text">
  178. <string>&amp;Start</string>
  179. </property>
  180. </action>
  181. <action name="action_Pause">
  182. <property name="enabled">
  183. <bool>false</bool>
  184. </property>
  185. <property name="text">
  186. <string>&amp;Pause</string>
  187. </property>
  188. </action>
  189. <action name="action_Stop">
  190. <property name="enabled">
  191. <bool>false</bool>
  192. </property>
  193. <property name="text">
  194. <string>&amp;Stop</string>
  195. </property>
  196. </action>
  197. <action name="action_Rederive">
  198. <property name="text">
  199. <string>&amp;Reinitialize keys...</string>
  200. </property>
  201. </action>
  202. <action name="action_About">
  203. <property name="text">
  204. <string>&amp;About yuzu</string>
  205. </property>
  206. </action>
  207. <action name="action_Single_Window_Mode">
  208. <property name="checkable">
  209. <bool>true</bool>
  210. </property>
  211. <property name="text">
  212. <string>Single &amp;Window Mode</string>
  213. </property>
  214. </action>
  215. <action name="action_Configure">
  216. <property name="text">
  217. <string>Con&amp;figure...</string>
  218. </property>
  219. </action>
  220. <action name="action_Display_Dock_Widget_Headers">
  221. <property name="checkable">
  222. <bool>true</bool>
  223. </property>
  224. <property name="text">
  225. <string>Display D&amp;ock Widget Headers</string>
  226. </property>
  227. </action>
  228. <action name="action_Show_Filter_Bar">
  229. <property name="checkable">
  230. <bool>true</bool>
  231. </property>
  232. <property name="text">
  233. <string>Show &amp;Filter Bar</string>
  234. </property>
  235. </action>
  236. <action name="action_Show_Status_Bar">
  237. <property name="checkable">
  238. <bool>true</bool>
  239. </property>
  240. <property name="text">
  241. <string>Show &amp;Status Bar</string>
  242. </property>
  243. <property name="iconText">
  244. <string>Show Status Bar</string>
  245. </property>
  246. </action>
  247. <action name="action_Fullscreen">
  248. <property name="checkable">
  249. <bool>true</bool>
  250. </property>
  251. <property name="text">
  252. <string>F&amp;ullscreen</string>
  253. </property>
  254. </action>
  255. <action name="action_Restart">
  256. <property name="enabled">
  257. <bool>false</bool>
  258. </property>
  259. <property name="text">
  260. <string>&amp;Restart</string>
  261. </property>
  262. </action>
  263. <action name="action_Load_Amiibo">
  264. <property name="enabled">
  265. <bool>false</bool>
  266. </property>
  267. <property name="text">
  268. <string>Load &amp;Amiibo...</string>
  269. </property>
  270. </action>
  271. <action name="action_Report_Compatibility">
  272. <property name="enabled">
  273. <bool>false</bool>
  274. </property>
  275. <property name="text">
  276. <string>&amp;Report Compatibility</string>
  277. </property>
  278. <property name="visible">
  279. <bool>false</bool>
  280. </property>
  281. </action>
  282. <action name="action_Open_Mods_Page">
  283. <property name="text">
  284. <string>Open &amp;Mods Page</string>
  285. </property>
  286. </action>
  287. <action name="action_Open_Quickstart_Guide">
  288. <property name="text">
  289. <string>Open &amp;Quickstart Guide</string>
  290. </property>
  291. </action>
  292. <action name="action_Open_FAQ">
  293. <property name="text">
  294. <string>&amp;FAQ</string>
  295. </property>
  296. </action>
  297. <action name="action_Open_yuzu_Folder">
  298. <property name="text">
  299. <string>Open &amp;yuzu Folder</string>
  300. </property>
  301. </action>
  302. <action name="action_Capture_Screenshot">
  303. <property name="enabled">
  304. <bool>false</bool>
  305. </property>
  306. <property name="text">
  307. <string>&amp;Capture Screenshot</string>
  308. </property>
  309. </action>
  310. <action name="action_Configure_Tas">
  311. <property name="text">
  312. <string>Configure &amp;TAS...</string>
  313. </property>
  314. </action>
  315. <action name="action_Configure_Current_Game">
  316. <property name="enabled">
  317. <bool>false</bool>
  318. </property>
  319. <property name="text">
  320. <string>Configure C&amp;urrent Game...</string>
  321. </property>
  322. </action>
  323. </widget>
  324. <resources>
  325. <include location="yuzu.qrc"/>
  326. </resources>
  327. <connections/>
  328. </ui>