configure_system.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  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="3" 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="4" 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="2" column="0">
  178. <widget class="QLabel" name="label_timezone">
  179. <property name="text">
  180. <string>Time Zone:</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="2" column="1">
  185. <widget class="QComboBox" name="combo_time_zone">
  186. <item>
  187. <property name="text">
  188. <string>Auto</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>Default</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>CET</string>
  199. </property>
  200. </item>
  201. <item>
  202. <property name="text">
  203. <string>CST6CDT</string>
  204. </property>
  205. </item>
  206. <item>
  207. <property name="text">
  208. <string>Cuba</string>
  209. </property>
  210. </item>
  211. <item>
  212. <property name="text">
  213. <string>EET</string>
  214. </property>
  215. </item>
  216. <item>
  217. <property name="text">
  218. <string>Egypt</string>
  219. </property>
  220. </item>
  221. <item>
  222. <property name="text">
  223. <string>Eire</string>
  224. </property>
  225. </item>
  226. <item>
  227. <property name="text">
  228. <string>EST</string>
  229. </property>
  230. </item>
  231. <item>
  232. <property name="text">
  233. <string>EST5EDT</string>
  234. </property>
  235. </item>
  236. <item>
  237. <property name="text">
  238. <string>GB</string>
  239. </property>
  240. </item>
  241. <item>
  242. <property name="text">
  243. <string>GB-Eire</string>
  244. </property>
  245. </item>
  246. <item>
  247. <property name="text">
  248. <string>GMT</string>
  249. </property>
  250. </item>
  251. <item>
  252. <property name="text">
  253. <string>GMT+0</string>
  254. </property>
  255. </item>
  256. <item>
  257. <property name="text">
  258. <string>GMT-0</string>
  259. </property>
  260. </item>
  261. <item>
  262. <property name="text">
  263. <string>GMT0</string>
  264. </property>
  265. </item>
  266. <item>
  267. <property name="text">
  268. <string>Greenwich</string>
  269. </property>
  270. </item>
  271. <item>
  272. <property name="text">
  273. <string>Hongkong</string>
  274. </property>
  275. </item>
  276. <item>
  277. <property name="text">
  278. <string>HST</string>
  279. </property>
  280. </item>
  281. <item>
  282. <property name="text">
  283. <string>Iceland</string>
  284. </property>
  285. </item>
  286. <item>
  287. <property name="text">
  288. <string>Iran</string>
  289. </property>
  290. </item>
  291. <item>
  292. <property name="text">
  293. <string>Israel</string>
  294. </property>
  295. </item>
  296. <item>
  297. <property name="text">
  298. <string>Jamaica</string>
  299. </property>
  300. </item>
  301. <item>
  302. <property name="text">
  303. <string>Japan</string>
  304. </property>
  305. </item>
  306. <item>
  307. <property name="text">
  308. <string>Kwajalein</string>
  309. </property>
  310. </item>
  311. <item>
  312. <property name="text">
  313. <string>Libya</string>
  314. </property>
  315. </item>
  316. <item>
  317. <property name="text">
  318. <string>MET</string>
  319. </property>
  320. </item>
  321. <item>
  322. <property name="text">
  323. <string>MST</string>
  324. </property>
  325. </item>
  326. <item>
  327. <property name="text">
  328. <string>MST7MDT</string>
  329. </property>
  330. </item>
  331. <item>
  332. <property name="text">
  333. <string>Navajo</string>
  334. </property>
  335. </item>
  336. <item>
  337. <property name="text">
  338. <string>NZ</string>
  339. </property>
  340. </item>
  341. <item>
  342. <property name="text">
  343. <string>NZ-CHAT</string>
  344. </property>
  345. </item>
  346. <item>
  347. <property name="text">
  348. <string>Poland</string>
  349. </property>
  350. </item>
  351. <item>
  352. <property name="text">
  353. <string>Portugal</string>
  354. </property>
  355. </item>
  356. <item>
  357. <property name="text">
  358. <string>PRC</string>
  359. </property>
  360. </item>
  361. <item>
  362. <property name="text">
  363. <string>PST8PDT</string>
  364. </property>
  365. </item>
  366. <item>
  367. <property name="text">
  368. <string>ROC</string>
  369. </property>
  370. </item>
  371. <item>
  372. <property name="text">
  373. <string>ROK</string>
  374. </property>
  375. </item>
  376. <item>
  377. <property name="text">
  378. <string>Singapore</string>
  379. </property>
  380. </item>
  381. <item>
  382. <property name="text">
  383. <string>Turkey</string>
  384. </property>
  385. </item>
  386. <item>
  387. <property name="text">
  388. <string>UCT</string>
  389. </property>
  390. </item>
  391. <item>
  392. <property name="text">
  393. <string>Universal</string>
  394. </property>
  395. </item>
  396. <item>
  397. <property name="text">
  398. <string>UTC</string>
  399. </property>
  400. </item>
  401. <item>
  402. <property name="text">
  403. <string>W-SU</string>
  404. </property>
  405. </item>
  406. <item>
  407. <property name="text">
  408. <string>WET</string>
  409. </property>
  410. </item>
  411. <item>
  412. <property name="text">
  413. <string>Zulu</string>
  414. </property>
  415. </item>
  416. </widget>
  417. </item>
  418. <item row="6" column="0">
  419. <widget class="QCheckBox" name="rng_seed_checkbox">
  420. <property name="text">
  421. <string>RNG Seed</string>
  422. </property>
  423. </widget>
  424. </item>
  425. <item row="3" column="1">
  426. <widget class="QComboBox" name="combo_sound">
  427. <item>
  428. <property name="text">
  429. <string>Mono</string>
  430. </property>
  431. </item>
  432. <item>
  433. <property name="text">
  434. <string>Stereo</string>
  435. </property>
  436. </item>
  437. <item>
  438. <property name="text">
  439. <string>Surround</string>
  440. </property>
  441. </item>
  442. </widget>
  443. </item>
  444. <item row="0" column="0">
  445. <widget class="QLabel" name="label_language">
  446. <property name="text">
  447. <string>Language</string>
  448. </property>
  449. </widget>
  450. </item>
  451. <item row="4" column="1">
  452. <widget class="QPushButton" name="button_regenerate_console_id">
  453. <property name="sizePolicy">
  454. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  455. <horstretch>0</horstretch>
  456. <verstretch>0</verstretch>
  457. </sizepolicy>
  458. </property>
  459. <property name="layoutDirection">
  460. <enum>Qt::RightToLeft</enum>
  461. </property>
  462. <property name="text">
  463. <string>Regenerate</string>
  464. </property>
  465. </widget>
  466. </item>
  467. <item row="5" column="0">
  468. <widget class="QCheckBox" name="custom_rtc_checkbox">
  469. <property name="text">
  470. <string>Custom RTC</string>
  471. </property>
  472. </widget>
  473. </item>
  474. <item row="5" column="1">
  475. <widget class="QDateTimeEdit" name="custom_rtc_edit">
  476. <property name="minimumDate">
  477. <date>
  478. <year>1970</year>
  479. <month>1</month>
  480. <day>1</day>
  481. </date>
  482. </property>
  483. <property name="displayFormat">
  484. <string>d MMM yyyy h:mm:ss AP</string>
  485. </property>
  486. </widget>
  487. </item>
  488. <item row="6" column="1">
  489. <widget class="QLineEdit" name="rng_seed_edit">
  490. <property name="sizePolicy">
  491. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  492. <horstretch>0</horstretch>
  493. <verstretch>0</verstretch>
  494. </sizepolicy>
  495. </property>
  496. <property name="font">
  497. <font>
  498. <family>Lucida Console</family>
  499. </font>
  500. </property>
  501. <property name="inputMask">
  502. <string notr="true">HHHHHHHH</string>
  503. </property>
  504. <property name="maxLength">
  505. <number>8</number>
  506. </property>
  507. </widget>
  508. </item>
  509. </layout>
  510. </widget>
  511. </item>
  512. <item>
  513. <spacer name="verticalSpacer">
  514. <property name="orientation">
  515. <enum>Qt::Vertical</enum>
  516. </property>
  517. <property name="sizeHint" stdset="0">
  518. <size>
  519. <width>20</width>
  520. <height>40</height>
  521. </size>
  522. </property>
  523. </spacer>
  524. </item>
  525. <item>
  526. <widget class="QLabel" name="label_disable_info">
  527. <property name="text">
  528. <string>System settings are available only when game is not running.</string>
  529. </property>
  530. <property name="wordWrap">
  531. <bool>true</bool>
  532. </property>
  533. </widget>
  534. </item>
  535. </layout>
  536. </item>
  537. </layout>
  538. </widget>
  539. <resources/>
  540. <connections/>
  541. </ui>