configure_system.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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. <property name="accessibleName">
  17. <string>System</string>
  18. </property>
  19. <layout class="QHBoxLayout" name="horizontalLayout">
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <widget class="QGroupBox" name="group_system_settings">
  24. <property name="title">
  25. <string>System Settings</string>
  26. </property>
  27. <layout class="QVBoxLayout" name="verticalLayout_2">
  28. <item>
  29. <layout class="QGridLayout" name="gridLayout_2">
  30. <item row="1" column="0">
  31. <widget class="QLabel" name="label_region">
  32. <property name="text">
  33. <string>Region:</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="2" column="1">
  38. <widget class="QComboBox" name="combo_time_zone">
  39. <item>
  40. <property name="text">
  41. <string>Auto</string>
  42. </property>
  43. </item>
  44. <item>
  45. <property name="text">
  46. <string>Default</string>
  47. </property>
  48. </item>
  49. <item>
  50. <property name="text">
  51. <string>CET</string>
  52. </property>
  53. </item>
  54. <item>
  55. <property name="text">
  56. <string>CST6CDT</string>
  57. </property>
  58. </item>
  59. <item>
  60. <property name="text">
  61. <string>Cuba</string>
  62. </property>
  63. </item>
  64. <item>
  65. <property name="text">
  66. <string>EET</string>
  67. </property>
  68. </item>
  69. <item>
  70. <property name="text">
  71. <string>Egypt</string>
  72. </property>
  73. </item>
  74. <item>
  75. <property name="text">
  76. <string>Eire</string>
  77. </property>
  78. </item>
  79. <item>
  80. <property name="text">
  81. <string>EST</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>EST5EDT</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>GB</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>GB-Eire</string>
  97. </property>
  98. </item>
  99. <item>
  100. <property name="text">
  101. <string>GMT</string>
  102. </property>
  103. </item>
  104. <item>
  105. <property name="text">
  106. <string>GMT+0</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>GMT-0</string>
  112. </property>
  113. </item>
  114. <item>
  115. <property name="text">
  116. <string>GMT0</string>
  117. </property>
  118. </item>
  119. <item>
  120. <property name="text">
  121. <string>Greenwich</string>
  122. </property>
  123. </item>
  124. <item>
  125. <property name="text">
  126. <string>Hongkong</string>
  127. </property>
  128. </item>
  129. <item>
  130. <property name="text">
  131. <string>HST</string>
  132. </property>
  133. </item>
  134. <item>
  135. <property name="text">
  136. <string>Iceland</string>
  137. </property>
  138. </item>
  139. <item>
  140. <property name="text">
  141. <string>Iran</string>
  142. </property>
  143. </item>
  144. <item>
  145. <property name="text">
  146. <string>Israel</string>
  147. </property>
  148. </item>
  149. <item>
  150. <property name="text">
  151. <string>Jamaica</string>
  152. </property>
  153. </item>
  154. <item>
  155. <property name="text">
  156. <string>Japan</string>
  157. </property>
  158. </item>
  159. <item>
  160. <property name="text">
  161. <string>Kwajalein</string>
  162. </property>
  163. </item>
  164. <item>
  165. <property name="text">
  166. <string>Libya</string>
  167. </property>
  168. </item>
  169. <item>
  170. <property name="text">
  171. <string>MET</string>
  172. </property>
  173. </item>
  174. <item>
  175. <property name="text">
  176. <string>MST</string>
  177. </property>
  178. </item>
  179. <item>
  180. <property name="text">
  181. <string>MST7MDT</string>
  182. </property>
  183. </item>
  184. <item>
  185. <property name="text">
  186. <string>Navajo</string>
  187. </property>
  188. </item>
  189. <item>
  190. <property name="text">
  191. <string>NZ</string>
  192. </property>
  193. </item>
  194. <item>
  195. <property name="text">
  196. <string>NZ-CHAT</string>
  197. </property>
  198. </item>
  199. <item>
  200. <property name="text">
  201. <string>Poland</string>
  202. </property>
  203. </item>
  204. <item>
  205. <property name="text">
  206. <string>Portugal</string>
  207. </property>
  208. </item>
  209. <item>
  210. <property name="text">
  211. <string>PRC</string>
  212. </property>
  213. </item>
  214. <item>
  215. <property name="text">
  216. <string>PST8PDT</string>
  217. </property>
  218. </item>
  219. <item>
  220. <property name="text">
  221. <string>ROC</string>
  222. </property>
  223. </item>
  224. <item>
  225. <property name="text">
  226. <string>ROK</string>
  227. </property>
  228. </item>
  229. <item>
  230. <property name="text">
  231. <string>Singapore</string>
  232. </property>
  233. </item>
  234. <item>
  235. <property name="text">
  236. <string>Turkey</string>
  237. </property>
  238. </item>
  239. <item>
  240. <property name="text">
  241. <string>UCT</string>
  242. </property>
  243. </item>
  244. <item>
  245. <property name="text">
  246. <string>Universal</string>
  247. </property>
  248. </item>
  249. <item>
  250. <property name="text">
  251. <string>UTC</string>
  252. </property>
  253. </item>
  254. <item>
  255. <property name="text">
  256. <string>W-SU</string>
  257. </property>
  258. </item>
  259. <item>
  260. <property name="text">
  261. <string>WET</string>
  262. </property>
  263. </item>
  264. <item>
  265. <property name="text">
  266. <string>Zulu</string>
  267. </property>
  268. </item>
  269. </widget>
  270. </item>
  271. <item row="1" column="1">
  272. <widget class="QComboBox" name="combo_region">
  273. <item>
  274. <property name="text">
  275. <string>Japan</string>
  276. </property>
  277. </item>
  278. <item>
  279. <property name="text">
  280. <string>USA</string>
  281. </property>
  282. </item>
  283. <item>
  284. <property name="text">
  285. <string>Europe</string>
  286. </property>
  287. </item>
  288. <item>
  289. <property name="text">
  290. <string>Australia</string>
  291. </property>
  292. </item>
  293. <item>
  294. <property name="text">
  295. <string>China</string>
  296. </property>
  297. </item>
  298. <item>
  299. <property name="text">
  300. <string>Korea</string>
  301. </property>
  302. </item>
  303. <item>
  304. <property name="text">
  305. <string>Taiwan</string>
  306. </property>
  307. </item>
  308. </widget>
  309. </item>
  310. <item row="2" column="0">
  311. <widget class="QLabel" name="label_timezone">
  312. <property name="text">
  313. <string>Time Zone:</string>
  314. </property>
  315. </widget>
  316. </item>
  317. <item row="0" column="1">
  318. <widget class="QComboBox" name="combo_language">
  319. <property name="toolTip">
  320. <string>Note: this can be overridden when region setting is auto-select</string>
  321. </property>
  322. <item>
  323. <property name="text">
  324. <string>Japanese (日本語)</string>
  325. </property>
  326. </item>
  327. <item>
  328. <property name="text">
  329. <string>American English</string>
  330. </property>
  331. </item>
  332. <item>
  333. <property name="text">
  334. <string>French (français)</string>
  335. </property>
  336. </item>
  337. <item>
  338. <property name="text">
  339. <string>German (Deutsch)</string>
  340. </property>
  341. </item>
  342. <item>
  343. <property name="text">
  344. <string>Italian (italiano)</string>
  345. </property>
  346. </item>
  347. <item>
  348. <property name="text">
  349. <string>Spanish (español)</string>
  350. </property>
  351. </item>
  352. <item>
  353. <property name="text">
  354. <string>Chinese</string>
  355. </property>
  356. </item>
  357. <item>
  358. <property name="text">
  359. <string>Korean (한국어)</string>
  360. </property>
  361. </item>
  362. <item>
  363. <property name="text">
  364. <string>Dutch (Nederlands)</string>
  365. </property>
  366. </item>
  367. <item>
  368. <property name="text">
  369. <string>Portuguese (português)</string>
  370. </property>
  371. </item>
  372. <item>
  373. <property name="text">
  374. <string>Russian (Русский)</string>
  375. </property>
  376. </item>
  377. <item>
  378. <property name="text">
  379. <string>Taiwanese</string>
  380. </property>
  381. </item>
  382. <item>
  383. <property name="text">
  384. <string>British English</string>
  385. </property>
  386. </item>
  387. <item>
  388. <property name="text">
  389. <string>Canadian French</string>
  390. </property>
  391. </item>
  392. <item>
  393. <property name="text">
  394. <string>Latin American Spanish</string>
  395. </property>
  396. </item>
  397. <item>
  398. <property name="text">
  399. <string>Simplified Chinese</string>
  400. </property>
  401. </item>
  402. <item>
  403. <property name="text">
  404. <string>Traditional Chinese (正體中文)</string>
  405. </property>
  406. </item>
  407. <item>
  408. <property name="text">
  409. <string>Brazilian Portuguese (português do Brasil)</string>
  410. </property>
  411. </item>
  412. </widget>
  413. </item>
  414. <item row="4" column="0">
  415. <widget class="QCheckBox" name="custom_rtc_checkbox">
  416. <property name="text">
  417. <string>Custom RTC</string>
  418. </property>
  419. </widget>
  420. </item>
  421. <item row="0" column="0">
  422. <widget class="QLabel" name="label_language">
  423. <property name="text">
  424. <string>Language</string>
  425. </property>
  426. </widget>
  427. </item>
  428. <item row="5" column="0">
  429. <widget class="QCheckBox" name="rng_seed_checkbox">
  430. <property name="text">
  431. <string>RNG Seed</string>
  432. </property>
  433. </widget>
  434. </item>
  435. <item row="6" column="0">
  436. <widget class="QLabel" name="device_name_label">
  437. <property name="text">
  438. <string>Device Name</string>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="4" column="1">
  443. <widget class="QDateTimeEdit" name="custom_rtc_edit">
  444. <property name="minimumDate">
  445. <date>
  446. <year>1970</year>
  447. <month>1</month>
  448. <day>1</day>
  449. </date>
  450. </property>
  451. </widget>
  452. </item>
  453. <item row="6" column="1">
  454. <widget class="QLineEdit" name="device_name_edit">
  455. <property name="maxLength">
  456. <number>128</number>
  457. </property>
  458. </widget>
  459. </item>
  460. <item row="5" column="1">
  461. <widget class="QLineEdit" name="rng_seed_edit">
  462. <property name="sizePolicy">
  463. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  464. <horstretch>0</horstretch>
  465. <verstretch>0</verstretch>
  466. </sizepolicy>
  467. </property>
  468. <property name="font">
  469. <font>
  470. <family>Lucida Console</family>
  471. </font>
  472. </property>
  473. <property name="inputMask">
  474. <string notr="true">HHHHHHHH</string>
  475. </property>
  476. <property name="maxLength">
  477. <number>8</number>
  478. </property>
  479. </widget>
  480. </item>
  481. </layout>
  482. </item>
  483. </layout>
  484. </widget>
  485. </item>
  486. <item>
  487. <spacer name="verticalSpacer">
  488. <property name="orientation">
  489. <enum>Qt::Vertical</enum>
  490. </property>
  491. <property name="sizeHint" stdset="0">
  492. <size>
  493. <width>20</width>
  494. <height>40</height>
  495. </size>
  496. </property>
  497. </spacer>
  498. </item>
  499. <item>
  500. <widget class="QLabel" name="label_warn_invalid_locale">
  501. <property name="text">
  502. <string></string>
  503. </property>
  504. <property name="wordWrap">
  505. <bool>true</bool>
  506. </property>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QLabel" name="label_disable_info">
  511. <property name="text">
  512. <string>System settings are available only when game is not running.</string>
  513. </property>
  514. <property name="wordWrap">
  515. <bool>true</bool>
  516. </property>
  517. </widget>
  518. </item>
  519. </layout>
  520. </item>
  521. </layout>
  522. </widget>
  523. <resources/>
  524. <connections/>
  525. </ui>