configure_system.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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="1" column="1">
  26. <widget class="QComboBox" name="combo_language">
  27. <property name="toolTip">
  28. <string>Note: this can be overridden when region setting is auto-select</string>
  29. </property>
  30. <item>
  31. <property name="text">
  32. <string>Japanese (日本語)</string>
  33. </property>
  34. </item>
  35. <item>
  36. <property name="text">
  37. <string>English</string>
  38. </property>
  39. </item>
  40. <item>
  41. <property name="text">
  42. <string>French (français)</string>
  43. </property>
  44. </item>
  45. <item>
  46. <property name="text">
  47. <string>German (Deutsch)</string>
  48. </property>
  49. </item>
  50. <item>
  51. <property name="text">
  52. <string>Italian (italiano)</string>
  53. </property>
  54. </item>
  55. <item>
  56. <property name="text">
  57. <string>Spanish (español)</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>Chinese</string>
  63. </property>
  64. </item>
  65. <item>
  66. <property name="text">
  67. <string>Korean (한국어)</string>
  68. </property>
  69. </item>
  70. <item>
  71. <property name="text">
  72. <string>Dutch (Nederlands)</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>Portuguese (português)</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>Russian (Русский)</string>
  83. </property>
  84. </item>
  85. <item>
  86. <property name="text">
  87. <string>Taiwanese</string>
  88. </property>
  89. </item>
  90. <item>
  91. <property name="text">
  92. <string>British English</string>
  93. </property>
  94. </item>
  95. <item>
  96. <property name="text">
  97. <string>Canadian French</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>Latin American Spanish</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>Simplified Chinese</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>Traditional Chinese (正體中文)</string>
  113. </property>
  114. </item>
  115. </widget>
  116. </item>
  117. <item row="3" column="0">
  118. <widget class="QLabel" name="label_console_id">
  119. <property name="text">
  120. <string>Console ID:</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="2" column="0">
  125. <widget class="QLabel" name="label_sound">
  126. <property name="text">
  127. <string>Sound output mode</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item row="0" column="0">
  132. <widget class="QLabel" name="label_birthday">
  133. <property name="text">
  134. <string>Birthday</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="0" column="1">
  139. <layout class="QHBoxLayout" name="horizontalLayout_birthday2">
  140. <item>
  141. <widget class="QComboBox" name="combo_birthmonth">
  142. <item>
  143. <property name="text">
  144. <string>January</string>
  145. </property>
  146. </item>
  147. <item>
  148. <property name="text">
  149. <string>February</string>
  150. </property>
  151. </item>
  152. <item>
  153. <property name="text">
  154. <string>March</string>
  155. </property>
  156. </item>
  157. <item>
  158. <property name="text">
  159. <string>April</string>
  160. </property>
  161. </item>
  162. <item>
  163. <property name="text">
  164. <string>May</string>
  165. </property>
  166. </item>
  167. <item>
  168. <property name="text">
  169. <string>June</string>
  170. </property>
  171. </item>
  172. <item>
  173. <property name="text">
  174. <string>July</string>
  175. </property>
  176. </item>
  177. <item>
  178. <property name="text">
  179. <string>August</string>
  180. </property>
  181. </item>
  182. <item>
  183. <property name="text">
  184. <string>September</string>
  185. </property>
  186. </item>
  187. <item>
  188. <property name="text">
  189. <string>October</string>
  190. </property>
  191. </item>
  192. <item>
  193. <property name="text">
  194. <string>November</string>
  195. </property>
  196. </item>
  197. <item>
  198. <property name="text">
  199. <string>December</string>
  200. </property>
  201. </item>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QComboBox" name="combo_birthday"/>
  206. </item>
  207. </layout>
  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="1" column="0">
  245. <widget class="QLabel" name="label_language">
  246. <property name="text">
  247. <string>Language</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item row="4" column="0">
  252. <widget class="QCheckBox" name="rng_seed_checkbox">
  253. <property name="text">
  254. <string>RNG Seed</string>
  255. </property>
  256. </widget>
  257. </item>
  258. <item row="4" 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>HHHHHHHH</string>
  273. </property>
  274. <property name="maxLength">
  275. <number>8</number>
  276. </property>
  277. </widget>
  278. </item>
  279. </layout>
  280. </widget>
  281. </item>
  282. <item>
  283. <widget class="QGroupBox" name="gridGroupBox">
  284. <property name="title">
  285. <string>Profile Manager</string>
  286. </property>
  287. <layout class="QGridLayout" name="gridLayout_2">
  288. <property name="sizeConstraint">
  289. <enum>QLayout::SetNoConstraint</enum>
  290. </property>
  291. <item row="0" column="0">
  292. <layout class="QHBoxLayout" name="horizontalLayout_2">
  293. <item>
  294. <widget class="QLabel" name="label">
  295. <property name="sizePolicy">
  296. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  297. <horstretch>0</horstretch>
  298. <verstretch>0</verstretch>
  299. </sizepolicy>
  300. </property>
  301. <property name="text">
  302. <string>Current User</string>
  303. </property>
  304. </widget>
  305. </item>
  306. <item>
  307. <widget class="QGraphicsView" name="current_user_icon">
  308. <property name="minimumSize">
  309. <size>
  310. <width>48</width>
  311. <height>48</height>
  312. </size>
  313. </property>
  314. <property name="maximumSize">
  315. <size>
  316. <width>48</width>
  317. <height>48</height>
  318. </size>
  319. </property>
  320. <property name="verticalScrollBarPolicy">
  321. <enum>Qt::ScrollBarAlwaysOff</enum>
  322. </property>
  323. <property name="horizontalScrollBarPolicy">
  324. <enum>Qt::ScrollBarAlwaysOff</enum>
  325. </property>
  326. <property name="interactive">
  327. <bool>false</bool>
  328. </property>
  329. </widget>
  330. </item>
  331. <item>
  332. <widget class="QLabel" name="current_user_username">
  333. <property name="sizePolicy">
  334. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  335. <horstretch>0</horstretch>
  336. <verstretch>0</verstretch>
  337. </sizepolicy>
  338. </property>
  339. <property name="text">
  340. <string>Username</string>
  341. </property>
  342. </widget>
  343. </item>
  344. </layout>
  345. </item>
  346. <item row="1" column="0">
  347. <widget class="QScrollArea" name="scrollArea">
  348. <property name="sizePolicy">
  349. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  350. <horstretch>0</horstretch>
  351. <verstretch>0</verstretch>
  352. </sizepolicy>
  353. </property>
  354. <property name="frameShape">
  355. <enum>QFrame::StyledPanel</enum>
  356. </property>
  357. <property name="widgetResizable">
  358. <bool>false</bool>
  359. </property>
  360. </widget>
  361. </item>
  362. <item row="2" column="0">
  363. <layout class="QHBoxLayout" name="horizontalLayout_3">
  364. <item>
  365. <widget class="QPushButton" name="pm_set_image">
  366. <property name="enabled">
  367. <bool>false</bool>
  368. </property>
  369. <property name="text">
  370. <string>Set Image</string>
  371. </property>
  372. </widget>
  373. </item>
  374. <item>
  375. <spacer name="horizontalSpacer">
  376. <property name="orientation">
  377. <enum>Qt::Horizontal</enum>
  378. </property>
  379. <property name="sizeHint" stdset="0">
  380. <size>
  381. <width>40</width>
  382. <height>20</height>
  383. </size>
  384. </property>
  385. </spacer>
  386. </item>
  387. <item>
  388. <widget class="QPushButton" name="pm_add">
  389. <property name="text">
  390. <string>Add</string>
  391. </property>
  392. </widget>
  393. </item>
  394. <item>
  395. <widget class="QPushButton" name="pm_rename">
  396. <property name="enabled">
  397. <bool>false</bool>
  398. </property>
  399. <property name="text">
  400. <string>Rename</string>
  401. </property>
  402. </widget>
  403. </item>
  404. <item>
  405. <widget class="QPushButton" name="pm_remove">
  406. <property name="enabled">
  407. <bool>false</bool>
  408. </property>
  409. <property name="text">
  410. <string>Remove</string>
  411. </property>
  412. </widget>
  413. </item>
  414. </layout>
  415. </item>
  416. </layout>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QLabel" name="label_disable_info">
  421. <property name="text">
  422. <string>System settings are available only when game is not running.</string>
  423. </property>
  424. <property name="wordWrap">
  425. <bool>true</bool>
  426. </property>
  427. </widget>
  428. </item>
  429. </layout>
  430. </item>
  431. </layout>
  432. </widget>
  433. <resources/>
  434. <connections/>
  435. </ui>