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>471</width>
10    <height>555</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="4" 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>Simplified 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>Traditional Chinese (正體中文)</string>
88           </property>
89          </item>
90         </widget>
91        </item>
92        <item row="2" column="1">
93         <widget class="QLineEdit" name="edit_username">
94          <property name="sizePolicy">
95           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
96            <horstretch>0</horstretch>
97            <verstretch>0</verstretch>
98           </sizepolicy>
99          </property>
100          <property name="maxLength">
101           <number>10</number>
102          </property>
103         </widget>
104        </item>
105        <item row="2" column="0">
106         <widget class="QLabel" name="label_username">
107          <property name="text">
108           <string>Username</string>
109          </property>
110         </widget>
111        </item>
112        <item row="5" column="1">
113         <widget class="QComboBox" name="combo_sound">
114          <item>
115           <property name="text">
116            <string>Mono</string>
117           </property>
118          </item>
119          <item>
120           <property name="text">
121            <string>Stereo</string>
122           </property>
123          </item>
124          <item>
125           <property name="text">
126            <string>Surround</string>
127           </property>
128          </item>
129         </widget>
130        </item>
131        <item row="3" column="1">
132         <layout class="QHBoxLayout" name="horizontalLayout_birthday2">
133          <item>
134           <widget class="QComboBox" name="combo_birthmonth">
135            <item>
136             <property name="text">
137              <string>January</string>
138             </property>
139            </item>
140            <item>
141             <property name="text">
142              <string>February</string>
143             </property>
144            </item>
145            <item>
146             <property name="text">
147              <string>March</string>
148             </property>
149            </item>
150            <item>
151             <property name="text">
152              <string>April</string>
153             </property>
154            </item>
155            <item>
156             <property name="text">
157              <string>May</string>
158             </property>
159            </item>
160            <item>
161             <property name="text">
162              <string>June</string>
163             </property>
164            </item>
165            <item>
166             <property name="text">
167              <string>July</string>
168             </property>
169            </item>
170            <item>
171             <property name="text">
172              <string>August</string>
173             </property>
174            </item>
175            <item>
176             <property name="text">
177              <string>September</string>
178             </property>
179            </item>
180            <item>
181             <property name="text">
182              <string>October</string>
183             </property>
184            </item>
185            <item>
186             <property name="text">
187              <string>November</string>
188             </property>
189            </item>
190            <item>
191             <property name="text">
192              <string>December</string>
193             </property>
194            </item>
195           </widget>
196          </item>
197          <item>
198           <widget class="QComboBox" name="combo_birthday"/>
199          </item>
200         </layout>
201        </item>
202        <item row="4" column="0">
203         <widget class="QLabel" name="label_language">
204          <property name="text">
205           <string>Language</string>
206          </property>
207         </widget>
208        </item>
209        <item row="3" column="0">
210         <widget class="QLabel" name="label_birthday">
211          <property name="text">
212           <string>Birthday</string>
213          </property>
214         </widget>
215        </item>
216        <item row="5" column="0">
217         <widget class="QLabel" name="label_sound">
218          <property name="text">
219           <string>Sound output mode</string>
220          </property>
221         </widget>
222        </item>
223        <item row="6" column="1">
224         <widget class="QComboBox" name="combo_country"/>
225        </item>
226        <item row="6" column="0">
227         <widget class="QLabel" name="label_country">
228          <property name="text">
229           <string>Country</string>
230          </property>
231         </widget>
232        </item>
233        <item row="7" column="1">
234         <widget class="QComboBox" name="combo_init_clock">
235          <item>
236           <property name="text">
237            <string>System Clock</string>
238           </property>
239          </item>
240          <item>
241           <property name="text">
242            <string>Fixed Time</string>
243           </property>
244          </item>
245         </widget>
246        </item>
247        <item row="7" column="0">
248         <widget class="QLabel" name="label_init_clock">
249          <property name="text">
250           <string>Clock</string>
251          </property>
252         </widget>
253        </item>
254        <item row="8" column="0">
255         <widget class="QLabel" name="label_init_time">
256          <property name="text">
257           <string>Startup time</string>
258          </property>
259         </widget>
260        </item>
261        <item row="9" column="1">
262         <widget class="QSpinBox" name="spinBox_play_coins">
263          <property name="maximum">
264           <number>300</number>
265          </property>
266         </widget>
267        </item>
268        <item row="9" column="0">
269         <widget class="QLabel" name="label_play_coins">
270          <property name="text">
271           <string>Play Coins:</string>
272          </property>
273         </widget>
274        </item>
275        <item row="12" column="1">
276         <widget class="QPushButton" name="button_regenerate_console_id">
277          <property name="sizePolicy">
278           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
279            <horstretch>0</horstretch>
280            <verstretch>0</verstretch>
281           </sizepolicy>
282          </property>
283          <property name="layoutDirection">
284           <enum>Qt::RightToLeft</enum>
285          </property>
286          <property name="text">
287           <string>Regenerate</string>
288          </property>
289         </widget>
290        </item>
291        <item row="12" column="0">
292         <widget class="QLabel" name="label_console_id">
293          <property name="text">
294           <string>Console ID:</string>
295          </property>
296         </widget>
297        </item>
298        <item row="8" column="1">
299         <widget class="QDateTimeEdit" name="edit_init_time">
300          <property name="displayFormat">
301           <string>yyyy-MM-ddTHH:mm:ss</string>
302          </property>
303         </widget>
304        </item>
305        <item row="1" column="0">
306         <widget class="QCheckBox" name="toggle_new_3ds">
307          <property name="text">
308           <string>Enable New 3DS mode</string>
309          </property>
310         </widget>
311        </item>
312       </layout>
313      </widget>
314     </item>
315     <item>
316      <widget class="QGroupBox" name="groupBox">
317       <property name="title">
318        <string>Advanced</string>
319       </property>
320       <layout class="QGridLayout" name="gridLayout_2">
321        <item row="0" column="0">
322         <widget class="QLabel" name="label_3">
323          <property name="text">
324           <string>CPU Clock Speed</string>
325          </property>
326         </widget>
327        </item>
328        <item row="0" column="2">
329         <widget class="QSlider" name="slider_clock_speed">
330          <property name="toolTip">
331           <string>&lt;html&gt;&lt;body&gt;Changes the emulated CPU clock frequency.&lt;br&gt;Underclocking can increase performance but may cause the game to freeze.&lt;br&gt;Overclocking may reduce in game lag but also might cause freezes&lt;/body&gt;&lt;/html&gt;</string>
332          </property>
333          <property name="minimum">
334           <number>0</number>
335          </property>
336          <property name="maximum">
337           <number>79</number>
338          </property>
339          <property name="singleStep">
340           <number>5</number>
341          </property>
342          <property name="pageStep">
343           <number>15</number>
344          </property>
345          <property name="value">
346           <number>25</number>
347          </property>
348          <property name="orientation">
349           <enum>Qt::Horizontal</enum>
350          </property>
351          <property name="tickPosition">
352           <enum>QSlider::TicksBelow</enum>
353          </property>
354         </widget>
355        </item>
356        <item row="0" column="1">
357         <widget class="QLabel" name="clock_display_label">
358          <property name="text">
359           <string/>
360          </property>
361          <property name="alignment">
362           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
363          </property>
364         </widget>
365        </item>
366       </layout>
367      </widget>
368     </item>
369     <item>
370      <layout class="QHBoxLayout" name="horizontalLayout_2"/>
371     </item>
372     <item>
373      <widget class="QLabel" name="label_disable_info">
374       <property name="text">
375        <string>System settings are available only when game is not running.</string>
376       </property>
377       <property name="wordWrap">
378        <bool>true</bool>
379       </property>
380      </widget>
381     </item>
382     <item>
383      <widget class="QLabel" name="label_cpu_clock_info">
384       <property name="text">
385        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;CPU Clock Speed Information&lt;br/&gt;Underclocking can increase performance but may cause the game to freeze.&lt;br/&gt;Overclocking may reduce in game lag but also might cause freezes&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
386       </property>
387       <property name="textFormat">
388        <enum>Qt::RichText</enum>
389       </property>
390      </widget>
391     </item>
392     <item>
393      <spacer name="verticalSpacer">
394       <property name="orientation">
395        <enum>Qt::Vertical</enum>
396       </property>
397       <property name="sizeHint" stdset="0">
398        <size>
399         <width>20</width>
400         <height>40</height>
401        </size>
402       </property>
403      </spacer>
404     </item>
405    </layout>
406   </item>
407  </layout>
408 </widget>
409 <resources/>
410 <connections/>
411</ui>
412