src/platform/qt/OverrideView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OverrideView</class>
4 <widget class="QWidget" name="OverrideView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>444</width>
10 <height>284</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Game Overrides</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QTabWidget" name="tabWidget">
25 <property name="currentIndex">
26 <number>0</number>
27 </property>
28 <widget class="QWidget" name="tabGBA">
29 <attribute name="title">
30 <string>Game Boy Advance</string>
31 </attribute>
32 <layout class="QGridLayout" name="gridLayout">
33 <item row="0" column="0" rowspan="3">
34 <widget class="QGroupBox" name="groupBox">
35 <property name="title">
36 <string/>
37 </property>
38 <layout class="QVBoxLayout" name="verticalLayout_2">
39 <item>
40 <widget class="QCheckBox" name="hwAutodetect">
41 <property name="text">
42 <string>Autodetect</string>
43 </property>
44 <property name="checked">
45 <bool>true</bool>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QCheckBox" name="hwRTC">
51 <property name="enabled">
52 <bool>false</bool>
53 </property>
54 <property name="text">
55 <string>Realtime clock</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QCheckBox" name="hwGyro">
61 <property name="enabled">
62 <bool>false</bool>
63 </property>
64 <property name="text">
65 <string>Gyroscope</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QCheckBox" name="hwTilt">
71 <property name="enabled">
72 <bool>false</bool>
73 </property>
74 <property name="text">
75 <string>Tilt</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QCheckBox" name="hwLight">
81 <property name="enabled">
82 <bool>false</bool>
83 </property>
84 <property name="text">
85 <string>Light sensor</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QCheckBox" name="hwRumble">
91 <property name="enabled">
92 <bool>false</bool>
93 </property>
94 <property name="text">
95 <string>Rumble</string>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </widget>
101 </item>
102 <item row="0" column="1">
103 <widget class="QGroupBox" name="groupBox_2">
104 <property name="title">
105 <string/>
106 </property>
107 <layout class="QVBoxLayout" name="verticalLayout_3">
108 <item>
109 <layout class="QFormLayout" name="formLayout">
110 <item row="0" column="0">
111 <widget class="QLabel" name="label">
112 <property name="text">
113 <string>Save type</string>
114 </property>
115 </widget>
116 </item>
117 <item row="0" column="1">
118 <widget class="QComboBox" name="savetype">
119 <item>
120 <property name="text">
121 <string>Autodetect</string>
122 </property>
123 </item>
124 <item>
125 <property name="text">
126 <string>None</string>
127 </property>
128 </item>
129 <item>
130 <property name="text">
131 <string>SRAM</string>
132 </property>
133 </item>
134 <item>
135 <property name="text">
136 <string>Flash 512kb</string>
137 </property>
138 </item>
139 <item>
140 <property name="text">
141 <string>Flash 1Mb</string>
142 </property>
143 </item>
144 <item>
145 <property name="text">
146 <string>EEPROM</string>
147 </property>
148 </item>
149 </widget>
150 </item>
151 <item row="2" column="0">
152 <widget class="QLabel" name="label_3">
153 <property name="text">
154 <string>Idle loop</string>
155 </property>
156 </widget>
157 </item>
158 <item row="2" column="1">
159 <widget class="QLineEdit" name="idleLoop"/>
160 </item>
161 <item row="1" column="0" colspan="2">
162 <widget class="Line" name="line">
163 <property name="orientation">
164 <enum>Qt::Horizontal</enum>
165 </property>
166 </widget>
167 </item>
168 </layout>
169 </item>
170 <item>
171 <widget class="Line" name="line_2">
172 <property name="orientation">
173 <enum>Qt::Horizontal</enum>
174 </property>
175 </widget>
176 </item>
177 <item>
178 <layout class="QHBoxLayout" name="horizontalLayout_2">
179 <item>
180 <spacer name="horizontalSpacer">
181 <property name="orientation">
182 <enum>Qt::Horizontal</enum>
183 </property>
184 <property name="sizeHint" stdset="0">
185 <size>
186 <width>0</width>
187 <height>0</height>
188 </size>
189 </property>
190 </spacer>
191 </item>
192 <item>
193 <widget class="QCheckBox" name="hwGBPlayer">
194 <property name="text">
195 <string>Game Boy Player features</string>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <spacer name="horizontalSpacer_3">
201 <property name="orientation">
202 <enum>Qt::Horizontal</enum>
203 </property>
204 <property name="sizeHint" stdset="0">
205 <size>
206 <width>0</width>
207 <height>0</height>
208 </size>
209 </property>
210 </spacer>
211 </item>
212 </layout>
213 </item>
214 </layout>
215 </widget>
216 </item>
217 <item row="1" column="1">
218 <spacer name="verticalSpacer">
219 <property name="orientation">
220 <enum>Qt::Vertical</enum>
221 </property>
222 <property name="sizeHint" stdset="0">
223 <size>
224 <width>0</width>
225 <height>0</height>
226 </size>
227 </property>
228 </spacer>
229 </item>
230 </layout>
231 </widget>
232 <widget class="QWidget" name="tabGB">
233 <attribute name="title">
234 <string>Game Boy</string>
235 </attribute>
236 <layout class="QFormLayout" name="formLayout_3">
237 <item row="0" column="0">
238 <widget class="QLabel" name="label_2">
239 <property name="text">
240 <string>Game Boy model</string>
241 </property>
242 </widget>
243 </item>
244 <item row="0" column="1">
245 <widget class="QComboBox" name="gbModel">
246 <item>
247 <property name="text">
248 <string>Autodetect</string>
249 </property>
250 </item>
251 <item>
252 <property name="text">
253 <string>Game Boy (DMG)</string>
254 </property>
255 </item>
256 <item>
257 <property name="text">
258 <string>Game Boy Color (CGB)</string>
259 </property>
260 </item>
261 <item>
262 <property name="text">
263 <string>Game Boy Advance (AGB)</string>
264 </property>
265 </item>
266 </widget>
267 </item>
268 <item row="1" column="0">
269 <widget class="QLabel" name="label_4">
270 <property name="text">
271 <string>Memory bank controller</string>
272 </property>
273 </widget>
274 </item>
275 <item row="1" column="1">
276 <widget class="QComboBox" name="mbc">
277 <item>
278 <property name="text">
279 <string>Autodetect</string>
280 </property>
281 </item>
282 <item>
283 <property name="text">
284 <string>None</string>
285 </property>
286 </item>
287 <item>
288 <property name="text">
289 <string>MBC1</string>
290 </property>
291 </item>
292 <item>
293 <property name="text">
294 <string>MBC2</string>
295 </property>
296 </item>
297 <item>
298 <property name="text">
299 <string>MBC3</string>
300 </property>
301 </item>
302 <item>
303 <property name="text">
304 <string>MBC3 + RTC</string>
305 </property>
306 </item>
307 <item>
308 <property name="text">
309 <string>MBC5</string>
310 </property>
311 </item>
312 <item>
313 <property name="text">
314 <string>MBC5 + Rumble</string>
315 </property>
316 </item>
317 <item>
318 <property name="text">
319 <string>MBC7</string>
320 </property>
321 </item>
322 <item>
323 <property name="text">
324 <string>Pocket Cam</string>
325 </property>
326 </item>
327 <item>
328 <property name="text">
329 <string>TAMA5</string>
330 </property>
331 </item>
332 <item>
333 <property name="text">
334 <string>HuC-3</string>
335 </property>
336 </item>
337 </widget>
338 </item>
339 <item row="2" column="0">
340 <widget class="QLabel" name="label_5">
341 <property name="text">
342 <string>Colors</string>
343 </property>
344 </widget>
345 </item>
346 <item row="2" column="1">
347 <layout class="QHBoxLayout" name="horizontalLayout">
348 <item>
349 <widget class="QFrame" name="color0">
350 <property name="minimumSize">
351 <size>
352 <width>30</width>
353 <height>30</height>
354 </size>
355 </property>
356 <property name="autoFillBackground">
357 <bool>true</bool>
358 </property>
359 <property name="frameShape">
360 <enum>QFrame::StyledPanel</enum>
361 </property>
362 <property name="frameShadow">
363 <enum>QFrame::Raised</enum>
364 </property>
365 </widget>
366 </item>
367 <item>
368 <widget class="QFrame" name="color1">
369 <property name="minimumSize">
370 <size>
371 <width>30</width>
372 <height>30</height>
373 </size>
374 </property>
375 <property name="autoFillBackground">
376 <bool>true</bool>
377 </property>
378 <property name="frameShape">
379 <enum>QFrame::StyledPanel</enum>
380 </property>
381 <property name="frameShadow">
382 <enum>QFrame::Raised</enum>
383 </property>
384 </widget>
385 </item>
386 <item>
387 <widget class="QFrame" name="color2">
388 <property name="minimumSize">
389 <size>
390 <width>30</width>
391 <height>30</height>
392 </size>
393 </property>
394 <property name="autoFillBackground">
395 <bool>true</bool>
396 </property>
397 <property name="frameShape">
398 <enum>QFrame::StyledPanel</enum>
399 </property>
400 <property name="frameShadow">
401 <enum>QFrame::Raised</enum>
402 </property>
403 </widget>
404 </item>
405 <item>
406 <widget class="QFrame" name="color3">
407 <property name="minimumSize">
408 <size>
409 <width>30</width>
410 <height>30</height>
411 </size>
412 </property>
413 <property name="autoFillBackground">
414 <bool>true</bool>
415 </property>
416 <property name="frameShape">
417 <enum>QFrame::StyledPanel</enum>
418 </property>
419 <property name="frameShadow">
420 <enum>QFrame::Raised</enum>
421 </property>
422 </widget>
423 </item>
424 </layout>
425 </item>
426 </layout>
427 </widget>
428 </widget>
429 </item>
430 <item>
431 <widget class="QDialogButtonBox" name="buttonBox">
432 <property name="standardButtons">
433 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
434 </property>
435 </widget>
436 </item>
437 </layout>
438 </widget>
439 <resources/>
440 <connections/>
441</ui>