main.ui 8.4 KB

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