configure_system.ui 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureSystem</class>
  4. <widget class="QWidget" name="ConfigureSystem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>366</width>
  10. <height>483</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="QGroupBox" name="group_system_settings">
  21. <property name="title">
  22. <string>System Settings</string>
  23. </property>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="2" column="0">
  26. <widget class="QLabel" name="label_sound">
  27. <property name="text">
  28. <string>Sound output mode</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="3" column="0">
  33. <widget class="QLabel" name="label_console_id">
  34. <property name="text">
  35. <string>Console ID:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="1">
  40. <widget class="QComboBox" name="combo_language">
  41. <property name="toolTip">
  42. <string>Note: this can be overridden when region setting is auto-select</string>
  43. </property>
  44. <item>
  45. <property name="text">
  46. <string>Japanese (日本語)</string>
  47. </property>
  48. </item>
  49. <item>
  50. <property name="text">
  51. <string>English</string>
  52. </property>
  53. </item>
  54. <item>
  55. <property name="text">
  56. <string>French (français)</string>
  57. </property>
  58. </item>
  59. <item>
  60. <property name="text">
  61. <string>German (Deutsch)</string>
  62. </property>
  63. </item>
  64. <item>
  65. <property name="text">
  66. <string>Italian (italiano)</string>
  67. </property>
  68. </item>
  69. <item>
  70. <property name="text">
  71. <string>Spanish (español)</string>
  72. </property>
  73. </item>
  74. <item>
  75. <property name="text">
  76. <string>Chinese</string>
  77. </property>
  78. </item>
  79. <item>
  80. <property name="text">
  81. <string>Korean (한국어)</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>Dutch (Nederlands)</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>Portuguese (português)</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>Russian (Русский)</string>
  97. </property>
  98. </item>
  99. <item>
  100. <property name="text">
  101. <string>Taiwanese</string>
  102. </property>
  103. </item>
  104. <item>
  105. <property name="text">
  106. <string>British English</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>Canadian French</string>
  112. </property>
  113. </item>
  114. <item>
  115. <property name="text">
  116. <string>Latin American Spanish</string>
  117. </property>
  118. </item>
  119. <item>
  120. <property name="text">
  121. <string>Simplified Chinese</string>
  122. </property>
  123. </item>
  124. <item>
  125. <property name="text">
  126. <string>Traditional Chinese (正體中文)</string>
  127. </property>
  128. </item>
  129. </widget>
  130. </item>
  131. <item row="1" column="0">
  132. <widget class="QLabel" name="label_region">
  133. <property name="text">
  134. <string>Region:</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="1" column="1">
  139. <widget class="QComboBox" name="combo_region">
  140. <item>
  141. <property name="text">
  142. <string>Japan</string>
  143. </property>
  144. </item>
  145. <item>
  146. <property name="text">
  147. <string>USA</string>
  148. </property>
  149. </item>
  150. <item>
  151. <property name="text">
  152. <string>Europe</string>
  153. </property>
  154. </item>
  155. <item>
  156. <property name="text">
  157. <string>Australia</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>China</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>Korea</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>Taiwan</string>
  173. </property>
  174. </item>
  175. </widget>
  176. </item>
  177. <item row="5" column="0">
  178. <widget class="QCheckBox" name="rng_seed_checkbox">
  179. <property name="text">
  180. <string>RNG Seed</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="2" column="1">
  185. <widget class="QComboBox" name="combo_sound">
  186. <item>
  187. <property name="text">
  188. <string>Mono</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>Stereo</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>Surround</string>
  199. </property>
  200. </item>
  201. </widget>
  202. </item>
  203. <item row="0" column="0">
  204. <widget class="QLabel" name="label_language">
  205. <property name="text">
  206. <string>Language</string>
  207. </property>
  208. </widget>
  209. </item>
  210. <item row="3" column="1">
  211. <widget class="QPushButton" name="button_regenerate_console_id">
  212. <property name="sizePolicy">
  213. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  214. <horstretch>0</horstretch>
  215. <verstretch>0</verstretch>
  216. </sizepolicy>
  217. </property>
  218. <property name="layoutDirection">
  219. <enum>Qt::RightToLeft</enum>
  220. </property>
  221. <property name="text">
  222. <string>Regenerate</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="4" column="0">
  227. <widget class="QCheckBox" name="custom_rtc_checkbox">
  228. <property name="text">
  229. <string>Custom RTC</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item row="4" column="1">
  234. <widget class="QDateTimeEdit" name="custom_rtc_edit">
  235. <property name="minimumDate">
  236. <date>
  237. <year>1970</year>
  238. <month>1</month>
  239. <day>1</day>
  240. </date>
  241. </property>
  242. <property name="displayFormat">
  243. <string>d MMM yyyy h:mm:ss AP</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="5" column="1">
  248. <widget class="QLineEdit" name="rng_seed_edit">
  249. <property name="sizePolicy">
  250. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  251. <horstretch>0</horstretch>
  252. <verstretch>0</verstretch>
  253. </sizepolicy>
  254. </property>
  255. <property name="font">
  256. <font>
  257. <family>Lucida Console</family>
  258. </font>
  259. </property>
  260. <property name="inputMask">
  261. <string notr="true">HHHHHHHH</string>
  262. </property>
  263. <property name="maxLength">
  264. <number>8</number>
  265. </property>
  266. </widget>
  267. </item>
  268. </layout>
  269. </widget>
  270. </item>
  271. <item>
  272. <spacer name="verticalSpacer">
  273. <property name="orientation">
  274. <enum>Qt::Vertical</enum>
  275. </property>
  276. <property name="sizeHint" stdset="0">
  277. <size>
  278. <width>20</width>
  279. <height>40</height>
  280. </size>
  281. </property>
  282. </spacer>
  283. </item>
  284. <item>
  285. <widget class="QLabel" name="label_disable_info">
  286. <property name="text">
  287. <string>System settings are available only when game is not running.</string>
  288. </property>
  289. <property name="wordWrap">
  290. <bool>true</bool>
  291. </property>
  292. </widget>
  293. </item>
  294. </layout>
  295. </item>
  296. </layout>
  297. </widget>
  298. <resources/>
  299. <connections/>
  300. </ui>