main.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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>1081</width>
  10. <height>730</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>yuzu</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.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>1081</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>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="action_Select_Game_List_Root"/>
  66. <addaction name="menu_recent_files"/>
  67. <addaction name="separator"/>
  68. <addaction name="action_Select_NAND_Directory"/>
  69. <addaction name="action_Select_SDMC_Directory"/>
  70. <addaction name="separator"/>
  71. <addaction name="action_Load_Amiibo"/>
  72. <addaction name="separator"/>
  73. <addaction name="action_Exit"/>
  74. </widget>
  75. <widget class="QMenu" name="menu_Emulation">
  76. <property name="title">
  77. <string>&amp;Emulation</string>
  78. </property>
  79. <addaction name="action_Start"/>
  80. <addaction name="action_Pause"/>
  81. <addaction name="action_Stop"/>
  82. <addaction name="action_Restart"/>
  83. <addaction name="separator"/>
  84. <addaction name="action_Configure"/>
  85. </widget>
  86. <widget class="QMenu" name="menu_View">
  87. <property name="title">
  88. <string>&amp;View</string>
  89. </property>
  90. <widget class="QMenu" name="menu_View_Debugging">
  91. <property name="title">
  92. <string>Debugging</string>
  93. </property>
  94. </widget>
  95. <addaction name="action_Fullscreen"/>
  96. <addaction name="action_Single_Window_Mode"/>
  97. <addaction name="action_Display_Dock_Widget_Headers"/>
  98. <addaction name="action_Show_Filter_Bar"/>
  99. <addaction name="action_Show_Status_Bar"/>
  100. <addaction name="menu_View_Debugging"/>
  101. </widget>
  102. <widget class ="QMenu" name="menu_Tools">
  103. <property name="title">
  104. <string>Tools</string>
  105. </property>
  106. <addaction name="action_Rederive" />
  107. </widget>
  108. <widget class="QMenu" name="menu_Help">
  109. <property name="title">
  110. <string>&amp;Help</string>
  111. </property>
  112. <addaction name="action_Report_Compatibility"/>
  113. <addaction name="separator"/>
  114. <addaction name="action_About"/>
  115. </widget>
  116. <addaction name="menu_File"/>
  117. <addaction name="menu_Emulation"/>
  118. <addaction name="menu_View"/>
  119. <addaction name="menu_Tools" />
  120. <addaction name="menu_Help"/>
  121. </widget>
  122. <action name="action_Install_File_NAND">
  123. <property name="enabled">
  124. <bool>true</bool>
  125. </property>
  126. <property name="text">
  127. <string>Install File to NAND...</string>
  128. </property>
  129. </action>
  130. <action name="action_Load_File">
  131. <property name="text">
  132. <string>Load File...</string>
  133. </property>
  134. </action>
  135. <action name="action_Load_Folder">
  136. <property name="text">
  137. <string>Load Folder...</string>
  138. </property>
  139. </action>
  140. <action name="action_Load_Symbol_Map">
  141. <property name="text">
  142. <string>Load Symbol Map...</string>
  143. </property>
  144. </action>
  145. <action name="action_Exit">
  146. <property name="text">
  147. <string>E&amp;xit</string>
  148. </property>
  149. </action>
  150. <action name="action_Start">
  151. <property name="enabled">
  152. <bool>false</bool>
  153. </property>
  154. <property name="text">
  155. <string>&amp;Start</string>
  156. </property>
  157. </action>
  158. <action name="action_Pause">
  159. <property name="enabled">
  160. <bool>false</bool>
  161. </property>
  162. <property name="text">
  163. <string>&amp;Pause</string>
  164. </property>
  165. </action>
  166. <action name="action_Stop">
  167. <property name="enabled">
  168. <bool>false</bool>
  169. </property>
  170. <property name="text">
  171. <string>&amp;Stop</string>
  172. </property>
  173. </action>
  174. <action name="action_Rederive">
  175. <property name="text">
  176. <string>Reinitialize keys...</string>
  177. </property>
  178. </action>
  179. <action name="action_About">
  180. <property name="text">
  181. <string>About yuzu</string>
  182. </property>
  183. </action>
  184. <action name="action_Single_Window_Mode">
  185. <property name="checkable">
  186. <bool>true</bool>
  187. </property>
  188. <property name="text">
  189. <string>Single Window Mode</string>
  190. </property>
  191. </action>
  192. <action name="action_Configure">
  193. <property name="text">
  194. <string>Configure...</string>
  195. </property>
  196. </action>
  197. <action name="action_Display_Dock_Widget_Headers">
  198. <property name="checkable">
  199. <bool>true</bool>
  200. </property>
  201. <property name="text">
  202. <string>Display Dock Widget Headers</string>
  203. </property>
  204. </action>
  205. <action name="action_Show_Filter_Bar">
  206. <property name="checkable">
  207. <bool>true</bool>
  208. </property>
  209. <property name="text">
  210. <string>Show Filter Bar</string>
  211. </property>
  212. </action>
  213. <action name="action_Show_Status_Bar">
  214. <property name="checkable">
  215. <bool>true</bool>
  216. </property>
  217. <property name="text">
  218. <string>Show Status Bar</string>
  219. </property>
  220. </action>
  221. <action name="action_Select_Game_List_Root">
  222. <property name="text">
  223. <string>Select Game Directory...</string>
  224. </property>
  225. <property name="toolTip">
  226. <string>Selects a folder to display in the game list</string>
  227. </property>
  228. </action>
  229. <action name="action_Select_NAND_Directory">
  230. <property name="text">
  231. <string>Select NAND Directory...</string>
  232. </property>
  233. <property name="toolTip">
  234. <string>Selects a folder to use as the root of the emulated NAND</string>
  235. </property>
  236. </action>
  237. <action name="action_Select_SDMC_Directory">
  238. <property name="text">
  239. <string>Select SD Card Directory...</string>
  240. </property>
  241. <property name="toolTip">
  242. <string>Selects a folder to use as the root of the emulated SD card</string>
  243. </property>
  244. </action>
  245. <action name="action_Fullscreen">
  246. <property name="checkable">
  247. <bool>true</bool>
  248. </property>
  249. <property name="text">
  250. <string>Fullscreen</string>
  251. </property>
  252. </action>
  253. <action name="action_Restart">
  254. <property name="enabled">
  255. <bool>false</bool>
  256. </property>
  257. <property name="text">
  258. <string>Restart</string>
  259. </property>
  260. </action>
  261. <action name="action_Load_Amiibo">
  262. <property name="enabled">
  263. <bool>false</bool>
  264. </property>
  265. <property name="text">
  266. <string>Load Amiibo...</string>
  267. </property>
  268. </action>
  269. <action name="action_Report_Compatibility">
  270. <property name="enabled">
  271. <bool>false</bool>
  272. </property>
  273. <property name="text">
  274. <string>Report Compatibility</string>
  275. </property>
  276. <property name="visible">
  277. <bool>false</bool>
  278. </property>
  279. </action>
  280. </widget>
  281. <resources/>
  282. <connections/>
  283. </ui>