configure_system.ui 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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="1" column="1">
  33. <widget class="QComboBox" name="combo_language">
  34. <property name="toolTip">
  35. <string>Note: this can be overridden when region setting is auto-select</string>
  36. </property>
  37. <item>
  38. <property name="text">
  39. <string>Japanese (日本語)</string>
  40. </property>
  41. </item>
  42. <item>
  43. <property name="text">
  44. <string>English</string>
  45. </property>
  46. </item>
  47. <item>
  48. <property name="text">
  49. <string>French (français)</string>
  50. </property>
  51. </item>
  52. <item>
  53. <property name="text">
  54. <string>German (Deutsch)</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string>Italian (italiano)</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>Spanish (español)</string>
  65. </property>
  66. </item>
  67. <item>
  68. <property name="text">
  69. <string>Chinese</string>
  70. </property>
  71. </item>
  72. <item>
  73. <property name="text">
  74. <string>Korean (한국어)</string>
  75. </property>
  76. </item>
  77. <item>
  78. <property name="text">
  79. <string>Dutch (Nederlands)</string>
  80. </property>
  81. </item>
  82. <item>
  83. <property name="text">
  84. <string>Portuguese (português)</string>
  85. </property>
  86. </item>
  87. <item>
  88. <property name="text">
  89. <string>Russian (Русский)</string>
  90. </property>
  91. </item>
  92. <item>
  93. <property name="text">
  94. <string>Taiwanese</string>
  95. </property>
  96. </item>
  97. <item>
  98. <property name="text">
  99. <string>British English</string>
  100. </property>
  101. </item>
  102. <item>
  103. <property name="text">
  104. <string>Canadian French</string>
  105. </property>
  106. </item>
  107. <item>
  108. <property name="text">
  109. <string>Latin American Spanish</string>
  110. </property>
  111. </item>
  112. <item>
  113. <property name="text">
  114. <string>Simplified Chinese</string>
  115. </property>
  116. </item>
  117. <item>
  118. <property name="text">
  119. <string>Traditional Chinese (正體中文)</string>
  120. </property>
  121. </item>
  122. </widget>
  123. </item>
  124. <item row="0" column="1">
  125. <layout class="QHBoxLayout" name="horizontalLayout_birthday2">
  126. <item>
  127. <widget class="QComboBox" name="combo_birthmonth">
  128. <item>
  129. <property name="text">
  130. <string>January</string>
  131. </property>
  132. </item>
  133. <item>
  134. <property name="text">
  135. <string>February</string>
  136. </property>
  137. </item>
  138. <item>
  139. <property name="text">
  140. <string>March</string>
  141. </property>
  142. </item>
  143. <item>
  144. <property name="text">
  145. <string>April</string>
  146. </property>
  147. </item>
  148. <item>
  149. <property name="text">
  150. <string>May</string>
  151. </property>
  152. </item>
  153. <item>
  154. <property name="text">
  155. <string>June</string>
  156. </property>
  157. </item>
  158. <item>
  159. <property name="text">
  160. <string>July</string>
  161. </property>
  162. </item>
  163. <item>
  164. <property name="text">
  165. <string>August</string>
  166. </property>
  167. </item>
  168. <item>
  169. <property name="text">
  170. <string>September</string>
  171. </property>
  172. </item>
  173. <item>
  174. <property name="text">
  175. <string>October</string>
  176. </property>
  177. </item>
  178. <item>
  179. <property name="text">
  180. <string>November</string>
  181. </property>
  182. </item>
  183. <item>
  184. <property name="text">
  185. <string>December</string>
  186. </property>
  187. </item>
  188. </widget>
  189. </item>
  190. <item>
  191. <widget class="QComboBox" name="combo_birthday"/>
  192. </item>
  193. </layout>
  194. </item>
  195. <item row="3" column="0">
  196. <widget class="QLabel" name="label_console_id">
  197. <property name="text">
  198. <string>Console ID:</string>
  199. </property>
  200. </widget>
  201. </item>
  202. <item row="0" column="0">
  203. <widget class="QLabel" name="label_birthday">
  204. <property name="text">
  205. <string>Birthday</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item row="3" column="1">
  210. <widget class="QPushButton" name="button_regenerate_console_id">
  211. <property name="sizePolicy">
  212. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  213. <horstretch>0</horstretch>
  214. <verstretch>0</verstretch>
  215. </sizepolicy>
  216. </property>
  217. <property name="layoutDirection">
  218. <enum>Qt::RightToLeft</enum>
  219. </property>
  220. <property name="text">
  221. <string>Regenerate</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item row="2" column="1">
  226. <widget class="QComboBox" name="combo_sound">
  227. <item>
  228. <property name="text">
  229. <string>Mono</string>
  230. </property>
  231. </item>
  232. <item>
  233. <property name="text">
  234. <string>Stereo</string>
  235. </property>
  236. </item>
  237. <item>
  238. <property name="text">
  239. <string>Surround</string>
  240. </property>
  241. </item>
  242. </widget>
  243. </item>
  244. <item row="5" column="0">
  245. <widget class="QCheckBox" name="rng_seed_checkbox">
  246. <property name="text">
  247. <string>RNG Seed</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item row="1" column="0">
  252. <widget class="QLabel" name="label_language">
  253. <property name="text">
  254. <string>Language</string>
  255. </property>
  256. </widget>
  257. </item>
  258. <item row="5" column="1">
  259. <widget class="QLineEdit" name="rng_seed_edit">
  260. <property name="sizePolicy">
  261. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  262. <horstretch>0</horstretch>
  263. <verstretch>0</verstretch>
  264. </sizepolicy>
  265. </property>
  266. <property name="font">
  267. <font>
  268. <family>Lucida Console</family>
  269. </font>
  270. </property>
  271. <property name="inputMask">
  272. <string notr="true">HHHHHHHH</string>
  273. </property>
  274. <property name="maxLength">
  275. <number>8</number>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="4" column="0">
  280. <widget class="QCheckBox" name="custom_rtc_checkbox">
  281. <property name="text">
  282. <string>Custom RTC</string>
  283. </property>
  284. </widget>
  285. </item>
  286. <item row="4" column="1">
  287. <widget class="QDateTimeEdit" name="custom_rtc_edit">
  288. <property name="minimumDate">
  289. <date>
  290. <year>1970</year>
  291. <month>1</month>
  292. <day>1</day>
  293. </date>
  294. </property>
  295. <property name="displayFormat">
  296. <string>d MMM yyyy h:mm:ss AP</string>
  297. </property>
  298. </widget>
  299. </item>
  300. </layout>
  301. </widget>
  302. </item>
  303. <item>
  304. <spacer name="verticalSpacer">
  305. <property name="orientation">
  306. <enum>Qt::Vertical</enum>
  307. </property>
  308. <property name="sizeHint" stdset="0">
  309. <size>
  310. <width>20</width>
  311. <height>40</height>
  312. </size>
  313. </property>
  314. </spacer>
  315. </item>
  316. <item>
  317. <widget class="QLabel" name="label_disable_info">
  318. <property name="text">
  319. <string>System settings are available only when game is not running.</string>
  320. </property>
  321. <property name="wordWrap">
  322. <bool>true</bool>
  323. </property>
  324. </widget>
  325. </item>
  326. </layout>
  327. </item>
  328. </layout>
  329. </widget>
  330. <resources/>
  331. <connections/>
  332. </ui>