src/platform/qt/SettingsView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SettingsView</class>
4 <widget class="QWidget" name="SettingsView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>885</width>
10 <height>797</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>Settings</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetFixedSize</enum>
25 </property>
26 <item row="2" column="0" colspan="2">
27 <widget class="QDialogButtonBox" name="buttonBox">
28 <property name="standardButtons">
29 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30 </property>
31 </widget>
32 </item>
33 <item row="1" column="0">
34 <widget class="QListWidget" name="tabs">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="maximumSize">
42 <size>
43 <width>180</width>
44 <height>16777215</height>
45 </size>
46 </property>
47 <property name="currentRow">
48 <number>-1</number>
49 </property>
50 <item>
51 <property name="text">
52 <string>Audio/Video</string>
53 </property>
54 </item>
55 <item>
56 <property name="text">
57 <string>Interface</string>
58 </property>
59 </item>
60 <item>
61 <property name="text">
62 <string>Emulation</string>
63 </property>
64 </item>
65 <item>
66 <property name="text">
67 <string>Enhancements</string>
68 </property>
69 </item>
70 <item>
71 <property name="text">
72 <string>BIOS</string>
73 </property>
74 </item>
75 <item>
76 <property name="text">
77 <string>Paths</string>
78 </property>
79 </item>
80 <item>
81 <property name="text">
82 <string>Logging</string>
83 </property>
84 </item>
85 <item>
86 <property name="text">
87 <string>Game Boy</string>
88 </property>
89 </item>
90 </widget>
91 </item>
92 <item row="1" column="1">
93 <widget class="QStackedWidget" name="stackedWidget">
94 <property name="currentIndex">
95 <number>0</number>
96 </property>
97 <widget class="QWidget" name="av">
98 <layout class="QFormLayout" name="formLayout">
99 <property name="fieldGrowthPolicy">
100 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
101 </property>
102 <item row="0" column="0">
103 <widget class="QLabel" name="label_14">
104 <property name="text">
105 <string>Audio driver:</string>
106 </property>
107 </widget>
108 </item>
109 <item row="0" column="1">
110 <widget class="QComboBox" name="audioDriver">
111 <property name="sizePolicy">
112 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
113 <horstretch>0</horstretch>
114 <verstretch>0</verstretch>
115 </sizepolicy>
116 </property>
117 </widget>
118 </item>
119 <item row="1" column="0">
120 <widget class="QLabel" name="audioBufferSizeLabel">
121 <property name="text">
122 <string>Audio buffer:</string>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="1">
127 <layout class="QHBoxLayout" name="horizontalLayout_11">
128 <item>
129 <widget class="QComboBox" name="audioBufferSize">
130 <property name="editable">
131 <bool>true</bool>
132 </property>
133 <property name="currentText">
134 <string>1536</string>
135 </property>
136 <property name="currentIndex">
137 <number>3</number>
138 </property>
139 <item>
140 <property name="text">
141 <string>512</string>
142 </property>
143 </item>
144 <item>
145 <property name="text">
146 <string>768</string>
147 </property>
148 </item>
149 <item>
150 <property name="text">
151 <string>1024</string>
152 </property>
153 </item>
154 <item>
155 <property name="text">
156 <string>1536</string>
157 </property>
158 </item>
159 <item>
160 <property name="text">
161 <string>2048</string>
162 </property>
163 </item>
164 <item>
165 <property name="text">
166 <string>3072</string>
167 </property>
168 </item>
169 <item>
170 <property name="text">
171 <string>4096</string>
172 </property>
173 </item>
174 </widget>
175 </item>
176 <item>
177 <widget class="QLabel" name="label_16">
178 <property name="text">
179 <string>samples</string>
180 </property>
181 </widget>
182 </item>
183 </layout>
184 </item>
185 <item row="2" column="0">
186 <widget class="QLabel" name="label_19">
187 <property name="text">
188 <string>Sample rate:</string>
189 </property>
190 </widget>
191 </item>
192 <item row="2" column="1">
193 <layout class="QHBoxLayout" name="horizontalLayout_14">
194 <item>
195 <widget class="QComboBox" name="sampleRate">
196 <property name="editable">
197 <bool>true</bool>
198 </property>
199 <property name="currentText">
200 <string>44100</string>
201 </property>
202 <property name="currentIndex">
203 <number>2</number>
204 </property>
205 <item>
206 <property name="text">
207 <string>22050</string>
208 </property>
209 </item>
210 <item>
211 <property name="text">
212 <string>32000</string>
213 </property>
214 </item>
215 <item>
216 <property name="text">
217 <string>44100</string>
218 </property>
219 </item>
220 <item>
221 <property name="text">
222 <string>48000</string>
223 </property>
224 </item>
225 </widget>
226 </item>
227 <item>
228 <widget class="QLabel" name="label_20">
229 <property name="text">
230 <string>Hz</string>
231 </property>
232 </widget>
233 </item>
234 </layout>
235 </item>
236 <item row="3" column="0">
237 <widget class="QLabel" name="label_17">
238 <property name="text">
239 <string>Volume:</string>
240 </property>
241 </widget>
242 </item>
243 <item row="3" column="1">
244 <layout class="QHBoxLayout" name="horizontalLayout_6">
245 <item>
246 <widget class="QSlider" name="volume">
247 <property name="minimumSize">
248 <size>
249 <width>128</width>
250 <height>0</height>
251 </size>
252 </property>
253 <property name="maximum">
254 <number>256</number>
255 </property>
256 <property name="pageStep">
257 <number>16</number>
258 </property>
259 <property name="value">
260 <number>256</number>
261 </property>
262 <property name="orientation">
263 <enum>Qt::Horizontal</enum>
264 </property>
265 </widget>
266 </item>
267 <item>
268 <widget class="QCheckBox" name="mute">
269 <property name="text">
270 <string>Mute</string>
271 </property>
272 </widget>
273 </item>
274 </layout>
275 </item>
276 <item row="4" column="0">
277 <widget class="QLabel" name="label_34">
278 <property name="text">
279 <string>Fast forward volume:</string>
280 </property>
281 </widget>
282 </item>
283 <item row="4" column="1">
284 <layout class="QHBoxLayout" name="horizontalLayout_17">
285 <item>
286 <widget class="QSlider" name="volumeFf">
287 <property name="minimumSize">
288 <size>
289 <width>128</width>
290 <height>0</height>
291 </size>
292 </property>
293 <property name="maximum">
294 <number>256</number>
295 </property>
296 <property name="pageStep">
297 <number>16</number>
298 </property>
299 <property name="value">
300 <number>256</number>
301 </property>
302 <property name="orientation">
303 <enum>Qt::Horizontal</enum>
304 </property>
305 </widget>
306 </item>
307 <item>
308 <widget class="QCheckBox" name="muteFf">
309 <property name="text">
310 <string>Mute</string>
311 </property>
312 </widget>
313 </item>
314 </layout>
315 </item>
316 <item row="5" column="0" colspan="2">
317 <widget class="Line" name="line_4">
318 <property name="orientation">
319 <enum>Qt::Horizontal</enum>
320 </property>
321 </widget>
322 </item>
323 <item row="6" column="0">
324 <widget class="QLabel" name="label_10">
325 <property name="text">
326 <string>Display driver:</string>
327 </property>
328 </widget>
329 </item>
330 <item row="6" column="1">
331 <widget class="QComboBox" name="displayDriver">
332 <property name="sizePolicy">
333 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
334 <horstretch>0</horstretch>
335 <verstretch>0</verstretch>
336 </sizepolicy>
337 </property>
338 </widget>
339 </item>
340 <item row="7" column="0">
341 <widget class="QLabel" name="label_9">
342 <property name="text">
343 <string>Frameskip:</string>
344 </property>
345 </widget>
346 </item>
347 <item row="7" column="1">
348 <layout class="QHBoxLayout" name="horizontalLayout_16">
349 <item>
350 <widget class="QLabel" name="label_12">
351 <property name="text">
352 <string>Skip every</string>
353 </property>
354 </widget>
355 </item>
356 <item>
357 <widget class="QSpinBox" name="frameskip"/>
358 </item>
359 <item>
360 <widget class="QLabel" name="label_13">
361 <property name="text">
362 <string>frames</string>
363 </property>
364 </widget>
365 </item>
366 </layout>
367 </item>
368 <item row="8" column="0">
369 <widget class="QLabel" name="label_3">
370 <property name="text">
371 <string>FPS target:</string>
372 </property>
373 </widget>
374 </item>
375 <item row="8" column="1">
376 <layout class="QHBoxLayout" name="horizontalLayout_2">
377 <item>
378 <widget class="QDoubleSpinBox" name="fpsTarget">
379 <property name="decimals">
380 <number>4</number>
381 </property>
382 <property name="minimum">
383 <double>0.010000000000000</double>
384 </property>
385 <property name="maximum">
386 <double>240.000000000000000</double>
387 </property>
388 <property name="value">
389 <double>60.000000000000000</double>
390 </property>
391 </widget>
392 </item>
393 <item>
394 <widget class="QLabel" name="label_11">
395 <property name="text">
396 <string>frames per second</string>
397 </property>
398 </widget>
399 </item>
400 </layout>
401 </item>
402 <item row="10" column="0" colspan="2">
403 <widget class="Line" name="line_5">
404 <property name="orientation">
405 <enum>Qt::Horizontal</enum>
406 </property>
407 </widget>
408 </item>
409 <item row="11" column="0">
410 <widget class="QLabel" name="label_2">
411 <property name="text">
412 <string>Sync:</string>
413 </property>
414 </widget>
415 </item>
416 <item row="11" column="1">
417 <layout class="QHBoxLayout" name="horizontalLayout_10">
418 <item>
419 <widget class="QCheckBox" name="videoSync">
420 <property name="text">
421 <string>Video</string>
422 </property>
423 </widget>
424 </item>
425 <item>
426 <widget class="QCheckBox" name="audioSync">
427 <property name="text">
428 <string>Audio</string>
429 </property>
430 </widget>
431 </item>
432 </layout>
433 </item>
434 <item row="12" column="1">
435 <widget class="QCheckBox" name="lockAspectRatio">
436 <property name="text">
437 <string>Lock aspect ratio</string>
438 </property>
439 </widget>
440 </item>
441 <item row="13" column="1">
442 <widget class="QCheckBox" name="lockIntegerScaling">
443 <property name="text">
444 <string>Force integer scaling</string>
445 </property>
446 </widget>
447 </item>
448 <item row="15" column="1">
449 <widget class="QCheckBox" name="resampleVideo">
450 <property name="text">
451 <string>Bilinear filtering</string>
452 </property>
453 </widget>
454 </item>
455 <item row="9" column="1">
456 <widget class="QPushButton" name="nativeGB">
457 <property name="text">
458 <string>Native (59.7275)</string>
459 </property>
460 </widget>
461 </item>
462 <item row="14" column="1">
463 <widget class="QCheckBox" name="interframeBlending">
464 <property name="text">
465 <string>Interframe blending</string>
466 </property>
467 </widget>
468 </item>
469 </layout>
470 </widget>
471 <widget class="QWidget" name="interface_2">
472 <layout class="QFormLayout" name="formLayout_4">
473 <item row="0" column="0">
474 <widget class="QLabel" name="label_26">
475 <property name="text">
476 <string>Language</string>
477 </property>
478 </widget>
479 </item>
480 <item row="0" column="1">
481 <widget class="QComboBox" name="languages">
482 <item>
483 <property name="text">
484 <string>English</string>
485 </property>
486 </item>
487 </widget>
488 </item>
489 <item row="1" column="0" colspan="2">
490 <widget class="Line" name="line_10">
491 <property name="orientation">
492 <enum>Qt::Horizontal</enum>
493 </property>
494 </widget>
495 </item>
496 <item row="2" column="0">
497 <widget class="QLabel" name="label_6">
498 <property name="text">
499 <string>Library:</string>
500 </property>
501 </widget>
502 </item>
503 <item row="2" column="1">
504 <widget class="QComboBox" name="libraryStyle">
505 <item>
506 <property name="text">
507 <string>List view</string>
508 </property>
509 </item>
510 <item>
511 <property name="text">
512 <string>Tree view</string>
513 </property>
514 </item>
515 </widget>
516 </item>
517 <item row="3" column="1">
518 <widget class="QCheckBox" name="showLibrary">
519 <property name="text">
520 <string>Show when no game open</string>
521 </property>
522 <property name="checked">
523 <bool>true</bool>
524 </property>
525 </widget>
526 </item>
527 <item row="4" column="1">
528 <widget class="QPushButton" name="clearCache">
529 <property name="text">
530 <string>Clear cache</string>
531 </property>
532 </widget>
533 </item>
534 <item row="5" column="0" colspan="2">
535 <widget class="Line" name="line_8">
536 <property name="orientation">
537 <enum>Qt::Horizontal</enum>
538 </property>
539 </widget>
540 </item>
541 <item row="6" column="1">
542 <widget class="QCheckBox" name="allowOpposingDirections">
543 <property name="text">
544 <string>Allow opposing input directions</string>
545 </property>
546 </widget>
547 </item>
548 <item row="7" column="1">
549 <widget class="QCheckBox" name="suspendScreensaver">
550 <property name="text">
551 <string>Suspend screensaver</string>
552 </property>
553 <property name="checked">
554 <bool>true</bool>
555 </property>
556 </widget>
557 </item>
558 <item row="8" column="1">
559 <widget class="QCheckBox" name="pauseOnFocusLost">
560 <property name="text">
561 <string>Pause when inactive</string>
562 </property>
563 </widget>
564 </item>
565 <item row="9" column="1">
566 <widget class="QCheckBox" name="pauseOnMinimize">
567 <property name="text">
568 <string>Pause when minimized</string>
569 </property>
570 </widget>
571 </item>
572 <item row="10" column="0" colspan="2">
573 <widget class="Line" name="line_17">
574 <property name="orientation">
575 <enum>Qt::Horizontal</enum>
576 </property>
577 </widget>
578 </item>
579 <item row="11" column="1">
580 <widget class="QCheckBox" name="showFps">
581 <property name="text">
582 <string>Show FPS in title bar</string>
583 </property>
584 <property name="checked">
585 <bool>true</bool>
586 </property>
587 </widget>
588 </item>
589 <item row="13" column="1">
590 <widget class="QCheckBox" name="useDiscordPresence">
591 <property name="text">
592 <string>Enable Discord Rich Presence</string>
593 </property>
594 </widget>
595 </item>
596 <item row="14" column="0" colspan="2">
597 <widget class="Line" name="line_13">
598 <property name="orientation">
599 <enum>Qt::Horizontal</enum>
600 </property>
601 </widget>
602 </item>
603 <item row="15" column="1">
604 <widget class="QCheckBox" name="autosave">
605 <property name="text">
606 <string>Automatically save state</string>
607 </property>
608 <property name="checked">
609 <bool>true</bool>
610 </property>
611 </widget>
612 </item>
613 <item row="16" column="1">
614 <widget class="QCheckBox" name="autoload">
615 <property name="text">
616 <string>Automatically load state</string>
617 </property>
618 <property name="checked">
619 <bool>true</bool>
620 </property>
621 </widget>
622 </item>
623 <item row="17" column="0" colspan="2">
624 <widget class="Line" name="line_16">
625 <property name="orientation">
626 <enum>Qt::Horizontal</enum>
627 </property>
628 </widget>
629 </item>
630 <item row="18" column="1">
631 <widget class="QCheckBox" name="cheatAutosave">
632 <property name="text">
633 <string>Automatically save cheats</string>
634 </property>
635 <property name="checked">
636 <bool>true</bool>
637 </property>
638 </widget>
639 </item>
640 <item row="19" column="1">
641 <widget class="QCheckBox" name="cheatAutoload">
642 <property name="text">
643 <string>Automatically load cheats</string>
644 </property>
645 <property name="checked">
646 <bool>true</bool>
647 </property>
648 </widget>
649 </item>
650 <item row="12" column="1">
651 <widget class="QCheckBox" name="showOSD">
652 <property name="text">
653 <string>Show OSD messages</string>
654 </property>
655 <property name="checked">
656 <bool>true</bool>
657 </property>
658 </widget>
659 </item>
660 </layout>
661 </widget>
662 <widget class="QWidget" name="emulation">
663 <layout class="QFormLayout" name="formLayout_2">
664 <property name="fieldGrowthPolicy">
665 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
666 </property>
667 <item row="0" column="0">
668 <widget class="QLabel" name="label_18">
669 <property name="text">
670 <string>Fast forward speed:</string>
671 </property>
672 </widget>
673 </item>
674 <item row="0" column="1">
675 <layout class="QHBoxLayout" name="horizontalLayout_5">
676 <item>
677 <widget class="QDoubleSpinBox" name="fastForwardRatio">
678 <property name="enabled">
679 <bool>false</bool>
680 </property>
681 <property name="suffix">
682 <string>×</string>
683 </property>
684 <property name="minimum">
685 <double>0.010000000000000</double>
686 </property>
687 <property name="maximum">
688 <double>20.000000000000000</double>
689 </property>
690 <property name="singleStep">
691 <double>0.500000000000000</double>
692 </property>
693 <property name="value">
694 <double>5.000000000000000</double>
695 </property>
696 </widget>
697 </item>
698 <item>
699 <widget class="QCheckBox" name="fastForwardUnbounded">
700 <property name="text">
701 <string>Unbounded</string>
702 </property>
703 <property name="checked">
704 <bool>true</bool>
705 </property>
706 </widget>
707 </item>
708 </layout>
709 </item>
710 <item row="1" column="0">
711 <widget class="QLabel" name="label_181">
712 <property name="text">
713 <string>Fast forward (held) speed:</string>
714 </property>
715 </widget>
716 </item>
717 <item row="1" column="1">
718 <layout class="QHBoxLayout" name="horizontalLayout_51">
719 <item>
720 <widget class="QDoubleSpinBox" name="fastForwardHeldRatio">
721 <property name="enabled">
722 <bool>false</bool>
723 </property>
724 <property name="suffix">
725 <string>×</string>
726 </property>
727 <property name="minimum">
728 <double>0.010000000000000</double>
729 </property>
730 <property name="maximum">
731 <double>20.000000000000000</double>
732 </property>
733 <property name="singleStep">
734 <double>0.500000000000000</double>
735 </property>
736 <property name="value">
737 <double>5.000000000000000</double>
738 </property>
739 </widget>
740 </item>
741 <item>
742 <widget class="QCheckBox" name="fastForwardHeldUnbounded">
743 <property name="text">
744 <string>Unbounded</string>
745 </property>
746 <property name="checked">
747 <bool>true</bool>
748 </property>
749 </widget>
750 </item>
751 </layout>
752 </item>
753 <item row="2" column="0">
754 <widget class="QLabel" name="label_31">
755 <property name="text">
756 <string>Autofire interval:</string>
757 </property>
758 </widget>
759 </item>
760 <item row="2" column="1">
761 <widget class="QSpinBox" name="autofireThreshold">
762 <property name="minimum">
763 <number>1</number>
764 </property>
765 <property name="maximum">
766 <number>60</number>
767 </property>
768 </widget>
769 </item>
770 <item row="3" column="0" colspan="2">
771 <widget class="Line" name="line">
772 <property name="orientation">
773 <enum>Qt::Horizontal</enum>
774 </property>
775 </widget>
776 </item>
777 <item row="4" column="1">
778 <widget class="QCheckBox" name="rewind">
779 <property name="text">
780 <string>Enable rewind</string>
781 </property>
782 </widget>
783 </item>
784 <item row="5" column="0">
785 <widget class="QLabel" name="label_8">
786 <property name="text">
787 <string>Rewind history:</string>
788 </property>
789 </widget>
790 </item>
791 <item row="5" column="1">
792 <layout class="QHBoxLayout" name="horizontalLayout_13">
793 <item>
794 <widget class="QSpinBox" name="rewindCapacity">
795 <property name="maximum">
796 <number>3600</number>
797 </property>
798 </widget>
799 </item>
800 <item>
801 <widget class="QLabel" name="label_7">
802 <property name="text">
803 <string>frames</string>
804 </property>
805 </widget>
806 </item>
807 </layout>
808 </item>
809 <item row="6" column="0" colspan="2">
810 <widget class="Line" name="line_3">
811 <property name="orientation">
812 <enum>Qt::Horizontal</enum>
813 </property>
814 </widget>
815 </item>
816 <item row="7" column="0">
817 <widget class="QLabel" name="label_15">
818 <property name="text">
819 <string>Idle loops:</string>
820 </property>
821 </widget>
822 </item>
823 <item row="7" column="1">
824 <widget class="QComboBox" name="idleOptimization">
825 <item>
826 <property name="text">
827 <string>Run all</string>
828 </property>
829 </item>
830 <item>
831 <property name="text">
832 <string>Remove known</string>
833 </property>
834 </item>
835 <item>
836 <property name="text">
837 <string>Detect and remove</string>
838 </property>
839 </item>
840 </widget>
841 </item>
842 <item row="8" column="1">
843 <widget class="QCheckBox" name="preload">
844 <property name="text">
845 <string>Preload entire ROM into memory</string>
846 </property>
847 </widget>
848 </item>
849 <item row="9" column="0" colspan="2">
850 <widget class="Line" name="line_2">
851 <property name="orientation">
852 <enum>Qt::Horizontal</enum>
853 </property>
854 </widget>
855 </item>
856 <item row="10" column="0">
857 <widget class="QLabel" name="label_24">
858 <property name="text">
859 <string>Savestate extra data:</string>
860 </property>
861 </widget>
862 </item>
863 <item row="10" column="1">
864 <widget class="QCheckBox" name="saveStateScreenshot">
865 <property name="text">
866 <string>Screenshot</string>
867 </property>
868 <property name="checked">
869 <bool>true</bool>
870 </property>
871 </widget>
872 </item>
873 <item row="11" column="1">
874 <widget class="QCheckBox" name="saveStateSave">
875 <property name="text">
876 <string>Save data</string>
877 </property>
878 <property name="checked">
879 <bool>true</bool>
880 </property>
881 </widget>
882 </item>
883 <item row="12" column="1">
884 <widget class="QCheckBox" name="saveStateCheats">
885 <property name="text">
886 <string>Cheat codes</string>
887 </property>
888 <property name="checked">
889 <bool>true</bool>
890 </property>
891 </widget>
892 </item>
893 <item row="13" column="0" colspan="2">
894 <widget class="Line" name="line_9">
895 <property name="orientation">
896 <enum>Qt::Horizontal</enum>
897 </property>
898 </widget>
899 </item>
900 <item row="14" column="0">
901 <widget class="QLabel" name="label_25">
902 <property name="text">
903 <string>Load extra data:</string>
904 </property>
905 </widget>
906 </item>
907 <item row="14" column="1">
908 <widget class="QCheckBox" name="loadStateScreenshot">
909 <property name="text">
910 <string>Screenshot</string>
911 </property>
912 <property name="checked">
913 <bool>true</bool>
914 </property>
915 </widget>
916 </item>
917 <item row="15" column="1">
918 <widget class="QCheckBox" name="loadStateSave">
919 <property name="text">
920 <string>Save data</string>
921 </property>
922 </widget>
923 </item>
924 <item row="16" column="1">
925 <widget class="QCheckBox" name="loadStateCheats">
926 <property name="text">
927 <string>Cheat codes</string>
928 </property>
929 </widget>
930 </item>
931 </layout>
932 </widget>
933 <widget class="QWidget" name="enhancements">
934 <layout class="QFormLayout" name="formLayout_6">
935 <item row="0" column="0">
936 <widget class="QLabel" name="label_36">
937 <property name="text">
938 <string>Video renderer:</string>
939 </property>
940 </widget>
941 </item>
942 <item row="0" column="1">
943 <widget class="QComboBox" name="hwaccelVideo">
944 <item>
945 <property name="text">
946 <string>Software</string>
947 </property>
948 </item>
949 <item>
950 <property name="text">
951 <string>OpenGL</string>
952 </property>
953 </item>
954 </widget>
955 </item>
956 <item row="2" column="0" colspan="2">
957 <widget class="QGroupBox" name="oglEnahance">
958 <property name="title">
959 <string>OpenGL enhancements</string>
960 </property>
961 <layout class="QFormLayout" name="formLayout_7">
962 <item row="0" column="0">
963 <widget class="QLabel" name="label_37">
964 <property name="text">
965 <string>High-resolution scale:</string>
966 </property>
967 </widget>
968 </item>
969 <item row="0" column="1">
970 <layout class="QHBoxLayout" name="horizontalLayout_18">
971 <item>
972 <widget class="QSpinBox" name="videoScale">
973 <property name="suffix">
974 <string>×</string>
975 </property>
976 <property name="minimum">
977 <number>1</number>
978 </property>
979 <property name="maximum">
980 <number>16</number>
981 </property>
982 </widget>
983 </item>
984 <item>
985 <spacer name="horizontalSpacer">
986 <property name="orientation">
987 <enum>Qt::Horizontal</enum>
988 </property>
989 <property name="sizeHint" stdset="0">
990 <size>
991 <width>40</width>
992 <height>20</height>
993 </size>
994 </property>
995 </spacer>
996 </item>
997 <item>
998 <widget class="QLabel" name="videoScaleSize">
999 <property name="enabled">
1000 <bool>false</bool>
1001 </property>
1002 <property name="text">
1003 <string>(240×160)</string>
1004 </property>
1005 </widget>
1006 </item>
1007 <item>
1008 <spacer name="horizontalSpacer_2">
1009 <property name="orientation">
1010 <enum>Qt::Horizontal</enum>
1011 </property>
1012 <property name="sizeHint" stdset="0">
1013 <size>
1014 <width>40</width>
1015 <height>20</height>
1016 </size>
1017 </property>
1018 </spacer>
1019 </item>
1020 </layout>
1021 </item>
1022 </layout>
1023 </widget>
1024 </item>
1025 <item row="1" column="1">
1026 <widget class="QCheckBox" name="audioHle">
1027 <property name="text">
1028 <string>XQ GBA audio (experimental)</string>
1029 </property>
1030 </widget>
1031 </item>
1032 </layout>
1033 </widget>
1034 <widget class="QWidget" name="bios">
1035 <layout class="QFormLayout" name="formLayout_5">
1036 <property name="fieldGrowthPolicy">
1037 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1038 </property>
1039 <item row="0" column="0">
1040 <widget class="QLabel" name="label">
1041 <property name="text">
1042 <string>GB BIOS file:</string>
1043 </property>
1044 </widget>
1045 </item>
1046 <item row="0" column="1">
1047 <layout class="QHBoxLayout" name="horizontalLayout">
1048 <item>
1049 <widget class="QLineEdit" name="gbBios">
1050 <property name="sizePolicy">
1051 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1052 <horstretch>0</horstretch>
1053 <verstretch>0</verstretch>
1054 </sizepolicy>
1055 </property>
1056 </widget>
1057 </item>
1058 <item>
1059 <widget class="QPushButton" name="gbBiosBrowse">
1060 <property name="text">
1061 <string>Browse</string>
1062 </property>
1063 </widget>
1064 </item>
1065 </layout>
1066 </item>
1067 <item row="1" column="0">
1068 <widget class="QLabel" name="label_30">
1069 <property name="text">
1070 <string>SGB BIOS file:</string>
1071 </property>
1072 </widget>
1073 </item>
1074 <item row="1" column="1">
1075 <layout class="QHBoxLayout" name="horizontalLayout_12">
1076 <item>
1077 <widget class="QLineEdit" name="sgbBios">
1078 <property name="sizePolicy">
1079 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1080 <horstretch>0</horstretch>
1081 <verstretch>0</verstretch>
1082 </sizepolicy>
1083 </property>
1084 </widget>
1085 </item>
1086 <item>
1087 <widget class="QPushButton" name="sgbBiosBrowse">
1088 <property name="text">
1089 <string>Browse</string>
1090 </property>
1091 </widget>
1092 </item>
1093 </layout>
1094 </item>
1095 <item row="2" column="0">
1096 <widget class="QLabel" name="label_5">
1097 <property name="text">
1098 <string>GBC BIOS file:</string>
1099 </property>
1100 </widget>
1101 </item>
1102 <item row="2" column="1">
1103 <layout class="QHBoxLayout" name="horizontalLayout_30">
1104 <item>
1105 <widget class="QLineEdit" name="gbcBios">
1106 <property name="sizePolicy">
1107 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1108 <horstretch>0</horstretch>
1109 <verstretch>0</verstretch>
1110 </sizepolicy>
1111 </property>
1112 </widget>
1113 </item>
1114 <item>
1115 <widget class="QPushButton" name="gbcBiosBrowse">
1116 <property name="text">
1117 <string>Browse</string>
1118 </property>
1119 </widget>
1120 </item>
1121 </layout>
1122 </item>
1123 <item row="3" column="0">
1124 <widget class="QLabel" name="label_4">
1125 <property name="text">
1126 <string>GBA BIOS file:</string>
1127 </property>
1128 </widget>
1129 </item>
1130 <item row="3" column="1">
1131 <layout class="QHBoxLayout" name="horizontalLayout_8">
1132 <item>
1133 <widget class="QLineEdit" name="gbaBios">
1134 <property name="sizePolicy">
1135 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1136 <horstretch>0</horstretch>
1137 <verstretch>0</verstretch>
1138 </sizepolicy>
1139 </property>
1140 </widget>
1141 </item>
1142 <item>
1143 <widget class="QPushButton" name="gbaBiosBrowse">
1144 <property name="text">
1145 <string>Browse</string>
1146 </property>
1147 </widget>
1148 </item>
1149 </layout>
1150 </item>
1151 <item row="4" column="0">
1152 <widget class="QLabel" name="label_26">
1153 <property name="text">
1154 <string>DS BIOS 7 file:</string>
1155 </property>
1156 </widget>
1157 </item>
1158 <item row="4" column="1">
1159 <layout class="QHBoxLayout" name="horizontalLayout_9">
1160 <item>
1161 <widget class="QLineEdit" name="dsBios7">
1162 <property name="sizePolicy">
1163 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1164 <horstretch>0</horstretch>
1165 <verstretch>0</verstretch>
1166 </sizepolicy>
1167 </property>
1168 </widget>
1169 </item>
1170 <item>
1171 <widget class="QPushButton" name="dsBios7Browse">
1172 <property name="text">
1173 <string>Browse</string>
1174 </property>
1175 </widget>
1176 </item>
1177 </layout>
1178 </item>
1179 <item row="5" column="0">
1180 <widget class="QLabel" name="label_27">
1181 <property name="text">
1182 <string>DS BIOS 9 file:</string>
1183 </property>
1184 </widget>
1185 </item>
1186 <item row="5" column="1">
1187 <layout class="QHBoxLayout" name="horizontalLayout_15">
1188 <item>
1189 <widget class="QLineEdit" name="dsBios9">
1190 <property name="sizePolicy">
1191 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1192 <horstretch>0</horstretch>
1193 <verstretch>0</verstretch>
1194 </sizepolicy>
1195 </property>
1196 </widget>
1197 </item>
1198 <item>
1199 <widget class="QPushButton" name="dsBios9Browse">
1200 <property name="text">
1201 <string>Browse</string>
1202 </property>
1203 </widget>
1204 </item>
1205 </layout>
1206 </item>
1207 <item row="6" column="0">
1208 <widget class="QLabel" name="label_28">
1209 <property name="text">
1210 <string>DS firmware file:</string>
1211 </property>
1212 </widget>
1213 </item>
1214 <item row="6" column="1">
1215 <layout class="QHBoxLayout" name="horizontalLayout_17">
1216 <item>
1217 <widget class="QLineEdit" name="dsFirmware"/>
1218 </item>
1219 <item>
1220 <widget class="QPushButton" name="dsFirmwareBrowse">
1221 <property name="text">
1222 <string>Browse</string>
1223 </property>
1224 </widget>
1225 </item>
1226 </layout>
1227 </item>
1228 <item row="7" column="1">
1229 <widget class="QCheckBox" name="useBios">
1230 <property name="text">
1231 <string>Use BIOS file if found</string>
1232 </property>
1233 <property name="checked">
1234 <bool>true</bool>
1235 </property>
1236 </widget>
1237 </item>
1238 <item row="8" column="1">
1239 <widget class="QCheckBox" name="skipBios">
1240 <property name="text">
1241 <string>Skip BIOS intro</string>
1242 </property>
1243 </widget>
1244 </item>
1245 </layout>
1246 </widget>
1247 <widget class="QWidget" name="paths">
1248 <layout class="QFormLayout" name="formLayout_3">
1249 <property name="fieldGrowthPolicy">
1250 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1251 </property>
1252 <item row="1" column="0">
1253 <widget class="QLabel" name="label_21">
1254 <property name="text">
1255 <string>Save games</string>
1256 </property>
1257 </widget>
1258 </item>
1259 <item row="1" column="1">
1260 <layout class="QHBoxLayout" name="horizontalLayout_3">
1261 <item>
1262 <widget class="QLineEdit" name="savegamePath">
1263 <property name="sizePolicy">
1264 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1265 <horstretch>0</horstretch>
1266 <verstretch>0</verstretch>
1267 </sizepolicy>
1268 </property>
1269 <property name="minimumSize">
1270 <size>
1271 <width>170</width>
1272 <height>0</height>
1273 </size>
1274 </property>
1275 </widget>
1276 </item>
1277 <item>
1278 <widget class="QPushButton" name="savegameBrowse">
1279 <property name="text">
1280 <string>Browse</string>
1281 </property>
1282 </widget>
1283 </item>
1284 </layout>
1285 </item>
1286 <item row="2" column="1">
1287 <widget class="QCheckBox" name="savegameSameDir">
1288 <property name="text">
1289 <string>Same directory as the ROM</string>
1290 </property>
1291 </widget>
1292 </item>
1293 <item row="3" column="0" colspan="2">
1294 <widget class="Line" name="line_7">
1295 <property name="orientation">
1296 <enum>Qt::Horizontal</enum>
1297 </property>
1298 </widget>
1299 </item>
1300 <item row="4" column="0">
1301 <widget class="QLabel" name="label_22">
1302 <property name="text">
1303 <string>Save states</string>
1304 </property>
1305 </widget>
1306 </item>
1307 <item row="4" column="1">
1308 <layout class="QHBoxLayout" name="horizontalLayout_4">
1309 <item>
1310 <widget class="QLineEdit" name="savestatePath">
1311 <property name="sizePolicy">
1312 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1313 <horstretch>0</horstretch>
1314 <verstretch>0</verstretch>
1315 </sizepolicy>
1316 </property>
1317 <property name="minimumSize">
1318 <size>
1319 <width>170</width>
1320 <height>0</height>
1321 </size>
1322 </property>
1323 </widget>
1324 </item>
1325 <item>
1326 <widget class="QPushButton" name="savestateBrowse">
1327 <property name="text">
1328 <string>Browse</string>
1329 </property>
1330 </widget>
1331 </item>
1332 </layout>
1333 </item>
1334 <item row="5" column="1">
1335 <widget class="QCheckBox" name="savestateSameDir">
1336 <property name="text">
1337 <string>Same directory as the ROM</string>
1338 </property>
1339 </widget>
1340 </item>
1341 <item row="6" column="0" colspan="2">
1342 <widget class="Line" name="line_6">
1343 <property name="orientation">
1344 <enum>Qt::Horizontal</enum>
1345 </property>
1346 </widget>
1347 </item>
1348 <item row="7" column="0">
1349 <widget class="QLabel" name="label_23">
1350 <property name="text">
1351 <string>Screenshots</string>
1352 </property>
1353 </widget>
1354 </item>
1355 <item row="7" column="1">
1356 <layout class="QHBoxLayout" name="horizontalLayout_7">
1357 <item>
1358 <widget class="QLineEdit" name="screenshotPath">
1359 <property name="sizePolicy">
1360 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1361 <horstretch>0</horstretch>
1362 <verstretch>0</verstretch>
1363 </sizepolicy>
1364 </property>
1365 <property name="minimumSize">
1366 <size>
1367 <width>170</width>
1368 <height>0</height>
1369 </size>
1370 </property>
1371 </widget>
1372 </item>
1373 <item>
1374 <widget class="QPushButton" name="screenshotBrowse">
1375 <property name="text">
1376 <string>Browse</string>
1377 </property>
1378 </widget>
1379 </item>
1380 </layout>
1381 </item>
1382 <item row="8" column="1">
1383 <widget class="QCheckBox" name="screenshotSameDir">
1384 <property name="text">
1385 <string>Same directory as the ROM</string>
1386 </property>
1387 </widget>
1388 </item>
1389 <item row="9" column="0" colspan="2">
1390 <widget class="Line" name="line_15">
1391 <property name="orientation">
1392 <enum>Qt::Horizontal</enum>
1393 </property>
1394 </widget>
1395 </item>
1396 <item row="10" column="0">
1397 <widget class="QLabel" name="label_47">
1398 <property name="text">
1399 <string>Patches</string>
1400 </property>
1401 </widget>
1402 </item>
1403 <item row="10" column="1">
1404 <layout class="QHBoxLayout" name="horizontalLayout_26">
1405 <item>
1406 <widget class="QLineEdit" name="patchPath">
1407 <property name="sizePolicy">
1408 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1409 <horstretch>0</horstretch>
1410 <verstretch>0</verstretch>
1411 </sizepolicy>
1412 </property>
1413 <property name="minimumSize">
1414 <size>
1415 <width>170</width>
1416 <height>0</height>
1417 </size>
1418 </property>
1419 </widget>
1420 </item>
1421 <item>
1422 <widget class="QPushButton" name="patchBrowse">
1423 <property name="text">
1424 <string>Browse</string>
1425 </property>
1426 </widget>
1427 </item>
1428 </layout>
1429 </item>
1430 <item row="11" column="1">
1431 <widget class="QCheckBox" name="patchSameDir">
1432 <property name="text">
1433 <string>Same directory as the ROM</string>
1434 </property>
1435 </widget>
1436 </item>
1437 <item row="12" column="0" colspan="2">
1438 <widget class="Line" name="line_14">
1439 <property name="orientation">
1440 <enum>Qt::Horizontal</enum>
1441 </property>
1442 </widget>
1443 </item>
1444 <item row="13" column="0">
1445 <widget class="QLabel" name="label_48">
1446 <property name="text">
1447 <string>Cheats</string>
1448 </property>
1449 </widget>
1450 </item>
1451 <item row="13" column="1">
1452 <layout class="QHBoxLayout" name="horizontalLayout_27">
1453 <item>
1454 <widget class="QLineEdit" name="cheatsPath">
1455 <property name="sizePolicy">
1456 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1457 <horstretch>0</horstretch>
1458 <verstretch>0</verstretch>
1459 </sizepolicy>
1460 </property>
1461 <property name="minimumSize">
1462 <size>
1463 <width>170</width>
1464 <height>0</height>
1465 </size>
1466 </property>
1467 </widget>
1468 </item>
1469 <item>
1470 <widget class="QPushButton" name="cheatsBrowse">
1471 <property name="text">
1472 <string>Browse</string>
1473 </property>
1474 </widget>
1475 </item>
1476 </layout>
1477 </item>
1478 <item row="14" column="1">
1479 <widget class="QCheckBox" name="cheatsSameDir">
1480 <property name="text">
1481 <string>Same directory as the ROM</string>
1482 </property>
1483 </widget>
1484 </item>
1485 </layout>
1486 </widget>
1487 <widget class="QWidget" name="logging">
1488 <layout class="QVBoxLayout" name="verticalLayout">
1489 <item>
1490 <widget class="QTableView" name="loggingView">
1491 <attribute name="horizontalHeaderMinimumSectionSize">
1492 <number>0</number>
1493 </attribute>
1494 <attribute name="horizontalHeaderDefaultSectionSize">
1495 <number>77</number>
1496 </attribute>
1497 </widget>
1498 </item>
1499 <item>
1500 <layout class="QHBoxLayout" name="horizontalLayout_19">
1501 <item>
1502 <widget class="QCheckBox" name="logToFile">
1503 <property name="text">
1504 <string>Log to file</string>
1505 </property>
1506 </widget>
1507 </item>
1508 <item>
1509 <widget class="QCheckBox" name="logToStdout">
1510 <property name="text">
1511 <string>Log to console</string>
1512 </property>
1513 </widget>
1514 </item>
1515 </layout>
1516 </item>
1517 <item>
1518 <layout class="QHBoxLayout" name="horizontalLayout_20">
1519 <item>
1520 <widget class="QLineEdit" name="logFile"/>
1521 </item>
1522 <item>
1523 <widget class="QPushButton" name="logFileBrowse">
1524 <property name="text">
1525 <string>Select Log File</string>
1526 </property>
1527 </widget>
1528 </item>
1529 </layout>
1530 </item>
1531 </layout>
1532 </widget>
1533 <widget class="QWidget" name="gb">
1534 <layout class="QFormLayout" name="formLayout_1">
1535 <item row="0" column="0">
1536 <widget class="QLabel" name="label_29">
1537 <property name="text">
1538 <string>Game Boy model:</string>
1539 </property>
1540 </widget>
1541 </item>
1542 <item row="0" column="1">
1543 <widget class="QComboBox" name="gbModel">
1544 <item>
1545 <property name="text">
1546 <string>Autodetect</string>
1547 </property>
1548 </item>
1549 <item>
1550 <property name="text">
1551 <string>Game Boy (DMG)</string>
1552 </property>
1553 </item>
1554 <item>
1555 <property name="text">
1556 <string>Super Game Boy (SGB)</string>
1557 </property>
1558 </item>
1559 <item>
1560 <property name="text">
1561 <string>Game Boy Color (CGB)</string>
1562 </property>
1563 </item>
1564 <item>
1565 <property name="text">
1566 <string>Game Boy Advance (AGB)</string>
1567 </property>
1568 </item>
1569 </widget>
1570 </item>
1571 <item row="1" column="0">
1572 <widget class="QLabel" name="label_32">
1573 <property name="text">
1574 <string>Super Game Boy model:</string>
1575 </property>
1576 </widget>
1577 </item>
1578 <item row="1" column="1">
1579 <widget class="QComboBox" name="sgbModel">
1580 <item>
1581 <property name="text">
1582 <string>Autodetect</string>
1583 </property>
1584 </item>
1585 <item>
1586 <property name="text">
1587 <string>Game Boy (DMG)</string>
1588 </property>
1589 </item>
1590 <item>
1591 <property name="text">
1592 <string>Super Game Boy (SGB)</string>
1593 </property>
1594 </item>
1595 <item>
1596 <property name="text">
1597 <string>Game Boy Color (CGB)</string>
1598 </property>
1599 </item>
1600 <item>
1601 <property name="text">
1602 <string>Game Boy Advance (AGB)</string>
1603 </property>
1604 </item>
1605 </widget>
1606 </item>
1607 <item row="2" column="0">
1608 <widget class="QLabel" name="label_33">
1609 <property name="text">
1610 <string>Game Boy Color model:</string>
1611 </property>
1612 </widget>
1613 </item>
1614 <item row="2" column="1">
1615 <widget class="QComboBox" name="cgbModel">
1616 <item>
1617 <property name="text">
1618 <string>Autodetect</string>
1619 </property>
1620 </item>
1621 <item>
1622 <property name="text">
1623 <string>Game Boy (DMG)</string>
1624 </property>
1625 </item>
1626 <item>
1627 <property name="text">
1628 <string>Super Game Boy (SGB)</string>
1629 </property>
1630 </item>
1631 <item>
1632 <property name="text">
1633 <string>Game Boy Color (CGB)</string>
1634 </property>
1635 </item>
1636 <item>
1637 <property name="text">
1638 <string>Game Boy Advance (AGB)</string>
1639 </property>
1640 </item>
1641 </widget>
1642 </item>
1643 <item row="3" column="0" colspan="2">
1644 <widget class="Line" name="line_12">
1645 <property name="orientation">
1646 <enum>Qt::Horizontal</enum>
1647 </property>
1648 </widget>
1649 </item>
1650 <item row="4" column="0">
1651 <widget class="QLabel" name="label_28">
1652 <property name="text">
1653 <string>Default BG colors:</string>
1654 </property>
1655 </widget>
1656 </item>
1657 <item row="4" column="1">
1658 <layout class="QHBoxLayout" name="horizontalLayout_9">
1659 <item>
1660 <widget class="QFrame" name="color0">
1661 <property name="minimumSize">
1662 <size>
1663 <width>30</width>
1664 <height>30</height>
1665 </size>
1666 </property>
1667 <property name="autoFillBackground">
1668 <bool>true</bool>
1669 </property>
1670 <property name="frameShape">
1671 <enum>QFrame::StyledPanel</enum>
1672 </property>
1673 <property name="frameShadow">
1674 <enum>QFrame::Raised</enum>
1675 </property>
1676 </widget>
1677 </item>
1678 <item>
1679 <widget class="QFrame" name="color1">
1680 <property name="minimumSize">
1681 <size>
1682 <width>30</width>
1683 <height>30</height>
1684 </size>
1685 </property>
1686 <property name="autoFillBackground">
1687 <bool>true</bool>
1688 </property>
1689 <property name="frameShape">
1690 <enum>QFrame::StyledPanel</enum>
1691 </property>
1692 <property name="frameShadow">
1693 <enum>QFrame::Raised</enum>
1694 </property>
1695 </widget>
1696 </item>
1697 <item>
1698 <widget class="QFrame" name="color2">
1699 <property name="minimumSize">
1700 <size>
1701 <width>30</width>
1702 <height>30</height>
1703 </size>
1704 </property>
1705 <property name="autoFillBackground">
1706 <bool>true</bool>
1707 </property>
1708 <property name="frameShape">
1709 <enum>QFrame::StyledPanel</enum>
1710 </property>
1711 <property name="frameShadow">
1712 <enum>QFrame::Raised</enum>
1713 </property>
1714 </widget>
1715 </item>
1716 <item>
1717 <widget class="QFrame" name="color3">
1718 <property name="minimumSize">
1719 <size>
1720 <width>30</width>
1721 <height>30</height>
1722 </size>
1723 </property>
1724 <property name="autoFillBackground">
1725 <bool>true</bool>
1726 </property>
1727 <property name="frameShape">
1728 <enum>QFrame::StyledPanel</enum>
1729 </property>
1730 <property name="frameShadow">
1731 <enum>QFrame::Raised</enum>
1732 </property>
1733 </widget>
1734 </item>
1735 </layout>
1736 </item>
1737 <item row="5" column="1">
1738 <layout class="QHBoxLayout" name="horizontalLayout_15">
1739 <item>
1740 <widget class="QFrame" name="color4">
1741 <property name="minimumSize">
1742 <size>
1743 <width>30</width>
1744 <height>30</height>
1745 </size>
1746 </property>
1747 <property name="autoFillBackground">
1748 <bool>true</bool>
1749 </property>
1750 <property name="frameShape">
1751 <enum>QFrame::StyledPanel</enum>
1752 </property>
1753 <property name="frameShadow">
1754 <enum>QFrame::Raised</enum>
1755 </property>
1756 </widget>
1757 </item>
1758 <item>
1759 <widget class="QFrame" name="color5">
1760 <property name="minimumSize">
1761 <size>
1762 <width>30</width>
1763 <height>30</height>
1764 </size>
1765 </property>
1766 <property name="autoFillBackground">
1767 <bool>true</bool>
1768 </property>
1769 <property name="frameShape">
1770 <enum>QFrame::StyledPanel</enum>
1771 </property>
1772 <property name="frameShadow">
1773 <enum>QFrame::Raised</enum>
1774 </property>
1775 </widget>
1776 </item>
1777 <item>
1778 <widget class="QFrame" name="color6">
1779 <property name="minimumSize">
1780 <size>
1781 <width>30</width>
1782 <height>30</height>
1783 </size>
1784 </property>
1785 <property name="autoFillBackground">
1786 <bool>true</bool>
1787 </property>
1788 <property name="frameShape">
1789 <enum>QFrame::StyledPanel</enum>
1790 </property>
1791 <property name="frameShadow">
1792 <enum>QFrame::Raised</enum>
1793 </property>
1794 </widget>
1795 </item>
1796 <item>
1797 <widget class="QFrame" name="color7">
1798 <property name="minimumSize">
1799 <size>
1800 <width>30</width>
1801 <height>30</height>
1802 </size>
1803 </property>
1804 <property name="autoFillBackground">
1805 <bool>true</bool>
1806 </property>
1807 <property name="frameShape">
1808 <enum>QFrame::StyledPanel</enum>
1809 </property>
1810 <property name="frameShadow">
1811 <enum>QFrame::Raised</enum>
1812 </property>
1813 </widget>
1814 </item>
1815 </layout>
1816 </item>
1817 <item row="8" column="1">
1818 <widget class="QCheckBox" name="sgbBorders">
1819 <property name="text">
1820 <string>Super Game Boy borders</string>
1821 </property>
1822 </widget>
1823 </item>
1824 <item row="9" column="0" colspan="2">
1825 <widget class="Line" name="line_11">
1826 <property name="orientation">
1827 <enum>Qt::Horizontal</enum>
1828 </property>
1829 </widget>
1830 </item>
1831 <item row="10" column="0">
1832 <widget class="QLabel" name="label_27">
1833 <property name="text">
1834 <string>Camera driver:</string>
1835 </property>
1836 </widget>
1837 </item>
1838 <item row="10" column="1">
1839 <widget class="QComboBox" name="cameraDriver">
1840 <property name="sizePolicy">
1841 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1842 <horstretch>0</horstretch>
1843 <verstretch>0</verstretch>
1844 </sizepolicy>
1845 </property>
1846 </widget>
1847 </item>
1848 <item row="6" column="1">
1849 <layout class="QHBoxLayout" name="horizontalLayout_37">
1850 <item>
1851 <widget class="QFrame" name="color8">
1852 <property name="minimumSize">
1853 <size>
1854 <width>30</width>
1855 <height>30</height>
1856 </size>
1857 </property>
1858 <property name="autoFillBackground">
1859 <bool>true</bool>
1860 </property>
1861 <property name="frameShape">
1862 <enum>QFrame::StyledPanel</enum>
1863 </property>
1864 <property name="frameShadow">
1865 <enum>QFrame::Raised</enum>
1866 </property>
1867 </widget>
1868 </item>
1869 <item>
1870 <widget class="QFrame" name="color9">
1871 <property name="minimumSize">
1872 <size>
1873 <width>30</width>
1874 <height>30</height>
1875 </size>
1876 </property>
1877 <property name="autoFillBackground">
1878 <bool>true</bool>
1879 </property>
1880 <property name="frameShape">
1881 <enum>QFrame::StyledPanel</enum>
1882 </property>
1883 <property name="frameShadow">
1884 <enum>QFrame::Raised</enum>
1885 </property>
1886 </widget>
1887 </item>
1888 <item>
1889 <widget class="QFrame" name="color10">
1890 <property name="minimumSize">
1891 <size>
1892 <width>30</width>
1893 <height>30</height>
1894 </size>
1895 </property>
1896 <property name="autoFillBackground">
1897 <bool>true</bool>
1898 </property>
1899 <property name="frameShape">
1900 <enum>QFrame::StyledPanel</enum>
1901 </property>
1902 <property name="frameShadow">
1903 <enum>QFrame::Raised</enum>
1904 </property>
1905 </widget>
1906 </item>
1907 <item>
1908 <widget class="QFrame" name="color11">
1909 <property name="minimumSize">
1910 <size>
1911 <width>30</width>
1912 <height>30</height>
1913 </size>
1914 </property>
1915 <property name="autoFillBackground">
1916 <bool>true</bool>
1917 </property>
1918 <property name="frameShape">
1919 <enum>QFrame::StyledPanel</enum>
1920 </property>
1921 <property name="frameShadow">
1922 <enum>QFrame::Raised</enum>
1923 </property>
1924 </widget>
1925 </item>
1926 </layout>
1927 </item>
1928 <item row="5" column="0">
1929 <widget class="QLabel" name="label_69">
1930 <property name="text">
1931 <string>Default sprite colors 1:</string>
1932 </property>
1933 </widget>
1934 </item>
1935 <item row="6" column="0">
1936 <widget class="QLabel" name="label_70">
1937 <property name="text">
1938 <string>Default sprite colors 2:</string>
1939 </property>
1940 </widget>
1941 </item>
1942 <item row="7" column="1">
1943 <widget class="QCheckBox" name="useCgbColors">
1944 <property name="text">
1945 <string>Use GBC colors in GB games</string>
1946 </property>
1947 </widget>
1948 </item>
1949 <item row="11" column="0">
1950 <widget class="QLabel" name="label_35">
1951 <property name="text">
1952 <string>Camera:</string>
1953 </property>
1954 </widget>
1955 </item>
1956 <item row="11" column="1">
1957 <widget class="QComboBox" name="camera">
1958 <property name="enabled">
1959 <bool>false</bool>
1960 </property>
1961 <property name="sizePolicy">
1962 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1963 <horstretch>0</horstretch>
1964 <verstretch>0</verstretch>
1965 </sizepolicy>
1966 </property>
1967 </widget>
1968 </item>
1969 </layout>
1970 </widget>
1971 </widget>
1972 </item>
1973 </layout>
1974 </widget>
1975 <resources/>
1976 <connections>
1977 <connection>
1978 <sender>buttonBox</sender>
1979 <signal>accepted()</signal>
1980 <receiver>SettingsView</receiver>
1981 <slot>close()</slot>
1982 <hints>
1983 <hint type="sourcelabel">
1984 <x>169</x>
1985 <y>453</y>
1986 </hint>
1987 <hint type="destinationlabel">
1988 <x>169</x>
1989 <y>236</y>
1990 </hint>
1991 </hints>
1992 </connection>
1993 <connection>
1994 <sender>buttonBox</sender>
1995 <signal>rejected()</signal>
1996 <receiver>SettingsView</receiver>
1997 <slot>close()</slot>
1998 <hints>
1999 <hint type="sourcelabel">
2000 <x>169</x>
2001 <y>453</y>
2002 </hint>
2003 <hint type="destinationlabel">
2004 <x>169</x>
2005 <y>236</y>
2006 </hint>
2007 </hints>
2008 </connection>
2009 <connection>
2010 <sender>tabs</sender>
2011 <signal>currentRowChanged(int)</signal>
2012 <receiver>stackedWidget</receiver>
2013 <slot>setCurrentIndex(int)</slot>
2014 <hints>
2015 <hint type="sourcelabel">
2016 <x>61</x>
2017 <y>209</y>
2018 </hint>
2019 <hint type="destinationlabel">
2020 <x>315</x>
2021 <y>209</y>
2022 </hint>
2023 </hints>
2024 </connection>
2025 <connection>
2026 <sender>savegameSameDir</sender>
2027 <signal>toggled(bool)</signal>
2028 <receiver>savegamePath</receiver>
2029 <slot>setDisabled(bool)</slot>
2030 <hints>
2031 <hint type="sourcelabel">
2032 <x>392</x>
2033 <y>82</y>
2034 </hint>
2035 <hint type="destinationlabel">
2036 <x>366</x>
2037 <y>48</y>
2038 </hint>
2039 </hints>
2040 </connection>
2041 <connection>
2042 <sender>savestateSameDir</sender>
2043 <signal>toggled(bool)</signal>
2044 <receiver>savestatePath</receiver>
2045 <slot>setDisabled(bool)</slot>
2046 <hints>
2047 <hint type="sourcelabel">
2048 <x>392</x>
2049 <y>161</y>
2050 </hint>
2051 <hint type="destinationlabel">
2052 <x>366</x>
2053 <y>127</y>
2054 </hint>
2055 </hints>
2056 </connection>
2057 <connection>
2058 <sender>screenshotSameDir</sender>
2059 <signal>toggled(bool)</signal>
2060 <receiver>screenshotPath</receiver>
2061 <slot>setDisabled(bool)</slot>
2062 <hints>
2063 <hint type="sourcelabel">
2064 <x>392</x>
2065 <y>240</y>
2066 </hint>
2067 <hint type="destinationlabel">
2068 <x>366</x>
2069 <y>206</y>
2070 </hint>
2071 </hints>
2072 </connection>
2073 <connection>
2074 <sender>patchSameDir</sender>
2075 <signal>toggled(bool)</signal>
2076 <receiver>patchPath</receiver>
2077 <slot>setDisabled(bool)</slot>
2078 <hints>
2079 <hint type="sourcelabel">
2080 <x>345</x>
2081 <y>319</y>
2082 </hint>
2083 <hint type="destinationlabel">
2084 <x>340</x>
2085 <y>285</y>
2086 </hint>
2087 </hints>
2088 </connection>
2089 <connection>
2090 <sender>cheatsSameDir</sender>
2091 <signal>toggled(bool)</signal>
2092 <receiver>cheatsPath</receiver>
2093 <slot>setDisabled(bool)</slot>
2094 <hints>
2095 <hint type="sourcelabel">
2096 <x>351</x>
2097 <y>407</y>
2098 </hint>
2099 <hint type="destinationlabel">
2100 <x>343</x>
2101 <y>372</y>
2102 </hint>
2103 </hints>
2104 </connection>
2105 <connection>
2106 <sender>fastForwardUnbounded</sender>
2107 <signal>toggled(bool)</signal>
2108 <receiver>fastForwardRatio</receiver>
2109 <slot>setDisabled(bool)</slot>
2110 <hints>
2111 <hint type="sourcelabel">
2112 <x>445</x>
2113 <y>38</y>
2114 </hint>
2115 <hint type="destinationlabel">
2116 <x>349</x>
2117 <y>38</y>
2118 </hint>
2119 </hints>
2120 </connection>
2121 <connection>
2122 <sender>fastForwardHeldUnbounded</sender>
2123 <signal>toggled(bool)</signal>
2124 <receiver>fastForwardHeldRatio</receiver>
2125 <slot>setDisabled(bool)</slot>
2126 <hints>
2127 <hint type="sourcelabel">
2128 <x>20</x>
2129 <y>20</y>
2130 </hint>
2131 <hint type="destinationlabel">
2132 <x>20</x>
2133 <y>20</y>
2134 </hint>
2135 </hints>
2136 </connection>
2137 </connections>
2138</ui>