configure_system.ui 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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 notr="true">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. <spacer name="verticalSpacer">
  284. <property name="orientation">
  285. <enum>Qt::Vertical</enum>
  286. </property>
  287. <property name="sizeHint" stdset="0">
  288. <size>
  289. <width>20</width>
  290. <height>40</height>
  291. </size>
  292. </property>
  293. </spacer>
  294. </item>
  295. <item>
  296. <widget class="QLabel" name="label_disable_info">
  297. <property name="text">
  298. <string>System settings are available only when game is not running.</string>
  299. </property>
  300. <property name="wordWrap">
  301. <bool>true</bool>
  302. </property>
  303. </widget>
  304. </item>
  305. </layout>
  306. </item>
  307. </layout>
  308. </widget>
  309. <resources/>
  310. <connections/>
  311. </ui>