configure_system.ui 12 KB

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