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>849</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="10" column="1">
566 <widget class="QCheckBox" name="showFps">
567 <property name="text">
568 <string>Show FPS in title bar</string>
569 </property>
570 <property name="checked">
571 <bool>true</bool>
572 </property>
573 </widget>
574 </item>
575 <item row="12" column="0" colspan="2">
576 <widget class="Line" name="line_13">
577 <property name="orientation">
578 <enum>Qt::Horizontal</enum>
579 </property>
580 </widget>
581 </item>
582 <item row="15" column="0" colspan="2">
583 <widget class="Line" name="line_16">
584 <property name="orientation">
585 <enum>Qt::Horizontal</enum>
586 </property>
587 </widget>
588 </item>
589 <item row="16" column="1">
590 <widget class="QCheckBox" name="cheatAutosave">
591 <property name="text">
592 <string>Automatically save cheats</string>
593 </property>
594 <property name="checked">
595 <bool>true</bool>
596 </property>
597 </widget>
598 </item>
599 <item row="17" column="1">
600 <widget class="QCheckBox" name="cheatAutoload">
601 <property name="text">
602 <string>Automatically load cheats</string>
603 </property>
604 <property name="checked">
605 <bool>true</bool>
606 </property>
607 </widget>
608 </item>
609 <item row="13" column="1">
610 <widget class="QCheckBox" name="autosave">
611 <property name="text">
612 <string>Automatically save state</string>
613 </property>
614 <property name="checked">
615 <bool>true</bool>
616 </property>
617 </widget>
618 </item>
619 <item row="14" column="1">
620 <widget class="QCheckBox" name="autoload">
621 <property name="text">
622 <string>Automatically load state</string>
623 </property>
624 <property name="checked">
625 <bool>true</bool>
626 </property>
627 </widget>
628 </item>
629 <item row="11" column="1">
630 <widget class="QCheckBox" name="useDiscordPresence">
631 <property name="text">
632 <string>Enable Discord Rich Presence</string>
633 </property>
634 </widget>
635 </item>
636 <item row="9" column="1">
637 <widget class="QCheckBox" name="pauseOnMinimize">
638 <property name="text">
639 <string>Pause when minimized</string>
640 </property>
641 </widget>
642 </item>
643 </layout>
644 </widget>
645 <widget class="QWidget" name="emulation">
646 <layout class="QFormLayout" name="formLayout_2">
647 <property name="fieldGrowthPolicy">
648 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
649 </property>
650 <item row="0" column="0">
651 <widget class="QLabel" name="label_18">
652 <property name="text">
653 <string>Fast forward speed:</string>
654 </property>
655 </widget>
656 </item>
657 <item row="0" column="1">
658 <layout class="QHBoxLayout" name="horizontalLayout_5">
659 <item>
660 <widget class="QDoubleSpinBox" name="fastForwardRatio">
661 <property name="enabled">
662 <bool>false</bool>
663 </property>
664 <property name="suffix">
665 <string>×</string>
666 </property>
667 <property name="minimum">
668 <double>0.010000000000000</double>
669 </property>
670 <property name="maximum">
671 <double>20.000000000000000</double>
672 </property>
673 <property name="singleStep">
674 <double>0.500000000000000</double>
675 </property>
676 <property name="value">
677 <double>5.000000000000000</double>
678 </property>
679 </widget>
680 </item>
681 <item>
682 <widget class="QCheckBox" name="fastForwardUnbounded">
683 <property name="text">
684 <string>Unbounded</string>
685 </property>
686 <property name="checked">
687 <bool>true</bool>
688 </property>
689 </widget>
690 </item>
691 </layout>
692 </item>
693 <item row="1" column="0">
694 <widget class="QLabel" name="label_181">
695 <property name="text">
696 <string>Fast forward (held) speed:</string>
697 </property>
698 </widget>
699 </item>
700 <item row="1" column="1">
701 <layout class="QHBoxLayout" name="horizontalLayout_51">
702 <item>
703 <widget class="QDoubleSpinBox" name="fastForwardHeldRatio">
704 <property name="enabled">
705 <bool>false</bool>
706 </property>
707 <property name="suffix">
708 <string>×</string>
709 </property>
710 <property name="minimum">
711 <double>0.010000000000000</double>
712 </property>
713 <property name="maximum">
714 <double>20.000000000000000</double>
715 </property>
716 <property name="singleStep">
717 <double>0.500000000000000</double>
718 </property>
719 <property name="value">
720 <double>5.000000000000000</double>
721 </property>
722 </widget>
723 </item>
724 <item>
725 <widget class="QCheckBox" name="fastForwardHeldUnbounded">
726 <property name="text">
727 <string>Unbounded</string>
728 </property>
729 <property name="checked">
730 <bool>true</bool>
731 </property>
732 </widget>
733 </item>
734 </layout>
735 </item>
736 <item row="2" column="0">
737 <widget class="QLabel" name="label_31">
738 <property name="text">
739 <string>Autofire interval:</string>
740 </property>
741 </widget>
742 </item>
743 <item row="2" column="1">
744 <widget class="QSpinBox" name="autofireThreshold">
745 <property name="minimum">
746 <number>1</number>
747 </property>
748 <property name="maximum">
749 <number>60</number>
750 </property>
751 </widget>
752 </item>
753 <item row="3" column="0" colspan="2">
754 <widget class="Line" name="line">
755 <property name="orientation">
756 <enum>Qt::Horizontal</enum>
757 </property>
758 </widget>
759 </item>
760 <item row="4" column="1">
761 <widget class="QCheckBox" name="rewind">
762 <property name="text">
763 <string>Enable rewind</string>
764 </property>
765 </widget>
766 </item>
767 <item row="5" column="0">
768 <widget class="QLabel" name="label_8">
769 <property name="text">
770 <string>Rewind history:</string>
771 </property>
772 </widget>
773 </item>
774 <item row="5" column="1">
775 <layout class="QHBoxLayout" name="horizontalLayout_13">
776 <item>
777 <widget class="QSpinBox" name="rewindCapacity">
778 <property name="maximum">
779 <number>3600</number>
780 </property>
781 </widget>
782 </item>
783 <item>
784 <widget class="QLabel" name="label_7">
785 <property name="text">
786 <string>frames</string>
787 </property>
788 </widget>
789 </item>
790 </layout>
791 </item>
792 <item row="6" column="0" colspan="2">
793 <widget class="Line" name="line_3">
794 <property name="orientation">
795 <enum>Qt::Horizontal</enum>
796 </property>
797 </widget>
798 </item>
799 <item row="7" column="0">
800 <widget class="QLabel" name="label_15">
801 <property name="text">
802 <string>Idle loops:</string>
803 </property>
804 </widget>
805 </item>
806 <item row="7" column="1">
807 <widget class="QComboBox" name="idleOptimization">
808 <item>
809 <property name="text">
810 <string>Run all</string>
811 </property>
812 </item>
813 <item>
814 <property name="text">
815 <string>Remove known</string>
816 </property>
817 </item>
818 <item>
819 <property name="text">
820 <string>Detect and remove</string>
821 </property>
822 </item>
823 </widget>
824 </item>
825 <item row="8" column="1">
826 <widget class="QCheckBox" name="preload">
827 <property name="text">
828 <string>Preload entire ROM into memory</string>
829 </property>
830 </widget>
831 </item>
832 <item row="9" column="0" colspan="2">
833 <widget class="Line" name="line_2">
834 <property name="orientation">
835 <enum>Qt::Horizontal</enum>
836 </property>
837 </widget>
838 </item>
839 <item row="10" column="0">
840 <widget class="QLabel" name="label_24">
841 <property name="text">
842 <string>Savestate extra data:</string>
843 </property>
844 </widget>
845 </item>
846 <item row="10" column="1">
847 <widget class="QCheckBox" name="saveStateScreenshot">
848 <property name="text">
849 <string>Screenshot</string>
850 </property>
851 <property name="checked">
852 <bool>true</bool>
853 </property>
854 </widget>
855 </item>
856 <item row="11" column="1">
857 <widget class="QCheckBox" name="saveStateSave">
858 <property name="text">
859 <string>Save data</string>
860 </property>
861 <property name="checked">
862 <bool>true</bool>
863 </property>
864 </widget>
865 </item>
866 <item row="12" column="1">
867 <widget class="QCheckBox" name="saveStateCheats">
868 <property name="text">
869 <string>Cheat codes</string>
870 </property>
871 <property name="checked">
872 <bool>true</bool>
873 </property>
874 </widget>
875 </item>
876 <item row="13" column="0" colspan="2">
877 <widget class="Line" name="line_9">
878 <property name="orientation">
879 <enum>Qt::Horizontal</enum>
880 </property>
881 </widget>
882 </item>
883 <item row="14" column="0">
884 <widget class="QLabel" name="label_25">
885 <property name="text">
886 <string>Load extra data:</string>
887 </property>
888 </widget>
889 </item>
890 <item row="14" column="1">
891 <widget class="QCheckBox" name="loadStateScreenshot">
892 <property name="text">
893 <string>Screenshot</string>
894 </property>
895 <property name="checked">
896 <bool>true</bool>
897 </property>
898 </widget>
899 </item>
900 <item row="15" column="1">
901 <widget class="QCheckBox" name="loadStateSave">
902 <property name="text">
903 <string>Save data</string>
904 </property>
905 </widget>
906 </item>
907 <item row="16" column="1">
908 <widget class="QCheckBox" name="loadStateCheats">
909 <property name="text">
910 <string>Cheat codes</string>
911 </property>
912 </widget>
913 </item>
914 </layout>
915 </widget>
916 <widget class="QWidget" name="enhancements">
917 <layout class="QFormLayout" name="formLayout_6">
918 <item row="0" column="0">
919 <widget class="QLabel" name="label_36">
920 <property name="text">
921 <string>Video renderer:</string>
922 </property>
923 </widget>
924 </item>
925 <item row="0" column="1">
926 <widget class="QComboBox" name="hwaccelVideo">
927 <item>
928 <property name="text">
929 <string>Software</string>
930 </property>
931 </item>
932 <item>
933 <property name="text">
934 <string>OpenGL</string>
935 </property>
936 </item>
937 </widget>
938 </item>
939 <item row="2" column="0" colspan="2">
940 <widget class="QGroupBox" name="oglEnahance">
941 <property name="title">
942 <string>OpenGL enhancements</string>
943 </property>
944 <layout class="QFormLayout" name="formLayout_7">
945 <item row="0" column="0">
946 <widget class="QLabel" name="label_37">
947 <property name="text">
948 <string>High-resolution scale:</string>
949 </property>
950 </widget>
951 </item>
952 <item row="0" column="1">
953 <layout class="QHBoxLayout" name="horizontalLayout_18">
954 <item>
955 <widget class="QSpinBox" name="videoScale">
956 <property name="suffix">
957 <string>×</string>
958 </property>
959 <property name="minimum">
960 <number>1</number>
961 </property>
962 <property name="maximum">
963 <number>16</number>
964 </property>
965 </widget>
966 </item>
967 <item>
968 <spacer name="horizontalSpacer">
969 <property name="orientation">
970 <enum>Qt::Horizontal</enum>
971 </property>
972 <property name="sizeHint" stdset="0">
973 <size>
974 <width>40</width>
975 <height>20</height>
976 </size>
977 </property>
978 </spacer>
979 </item>
980 <item>
981 <widget class="QLabel" name="videoScaleSize">
982 <property name="enabled">
983 <bool>false</bool>
984 </property>
985 <property name="text">
986 <string>(240×160)</string>
987 </property>
988 </widget>
989 </item>
990 <item>
991 <spacer name="horizontalSpacer_2">
992 <property name="orientation">
993 <enum>Qt::Horizontal</enum>
994 </property>
995 <property name="sizeHint" stdset="0">
996 <size>
997 <width>40</width>
998 <height>20</height>
999 </size>
1000 </property>
1001 </spacer>
1002 </item>
1003 </layout>
1004 </item>
1005 </layout>
1006 </widget>
1007 </item>
1008 <item row="1" column="1">
1009 <widget class="QCheckBox" name="audioHle">
1010 <property name="text">
1011 <string>XQ GBA audio (experimental)</string>
1012 </property>
1013 </widget>
1014 </item>
1015 </layout>
1016 </widget>
1017 <widget class="QWidget" name="bios">
1018 <layout class="QFormLayout" name="formLayout_5">
1019 <property name="fieldGrowthPolicy">
1020 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1021 </property>
1022 <item row="0" column="0">
1023 <widget class="QLabel" name="label">
1024 <property name="text">
1025 <string>GB BIOS file:</string>
1026 </property>
1027 </widget>
1028 </item>
1029 <item row="0" column="1">
1030 <layout class="QHBoxLayout" name="horizontalLayout">
1031 <item>
1032 <widget class="QLineEdit" name="gbBios">
1033 <property name="sizePolicy">
1034 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1035 <horstretch>0</horstretch>
1036 <verstretch>0</verstretch>
1037 </sizepolicy>
1038 </property>
1039 </widget>
1040 </item>
1041 <item>
1042 <widget class="QPushButton" name="gbBiosBrowse">
1043 <property name="text">
1044 <string>Browse</string>
1045 </property>
1046 </widget>
1047 </item>
1048 </layout>
1049 </item>
1050 <item row="1" column="0">
1051 <widget class="QLabel" name="label_30">
1052 <property name="text">
1053 <string>SGB BIOS file:</string>
1054 </property>
1055 </widget>
1056 </item>
1057 <item row="1" column="1">
1058 <layout class="QHBoxLayout" name="horizontalLayout_12">
1059 <item>
1060 <widget class="QLineEdit" name="sgbBios">
1061 <property name="sizePolicy">
1062 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1063 <horstretch>0</horstretch>
1064 <verstretch>0</verstretch>
1065 </sizepolicy>
1066 </property>
1067 </widget>
1068 </item>
1069 <item>
1070 <widget class="QPushButton" name="sgbBiosBrowse">
1071 <property name="text">
1072 <string>Browse</string>
1073 </property>
1074 </widget>
1075 </item>
1076 </layout>
1077 </item>
1078 <item row="2" column="0">
1079 <widget class="QLabel" name="label_5">
1080 <property name="text">
1081 <string>GBC BIOS file:</string>
1082 </property>
1083 </widget>
1084 </item>
1085 <item row="2" column="1">
1086 <layout class="QHBoxLayout" name="horizontalLayout_30">
1087 <item>
1088 <widget class="QLineEdit" name="gbcBios">
1089 <property name="sizePolicy">
1090 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1091 <horstretch>0</horstretch>
1092 <verstretch>0</verstretch>
1093 </sizepolicy>
1094 </property>
1095 </widget>
1096 </item>
1097 <item>
1098 <widget class="QPushButton" name="gbcBiosBrowse">
1099 <property name="text">
1100 <string>Browse</string>
1101 </property>
1102 </widget>
1103 </item>
1104 </layout>
1105 </item>
1106 <item row="3" column="0">
1107 <widget class="QLabel" name="label_4">
1108 <property name="text">
1109 <string>GBA BIOS file:</string>
1110 </property>
1111 </widget>
1112 </item>
1113 <item row="3" column="1">
1114 <layout class="QHBoxLayout" name="horizontalLayout_8">
1115 <item>
1116 <widget class="QLineEdit" name="gbaBios">
1117 <property name="sizePolicy">
1118 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1119 <horstretch>0</horstretch>
1120 <verstretch>0</verstretch>
1121 </sizepolicy>
1122 </property>
1123 </widget>
1124 </item>
1125 <item>
1126 <widget class="QPushButton" name="gbaBiosBrowse">
1127 <property name="text">
1128 <string>Browse</string>
1129 </property>
1130 </widget>
1131 </item>
1132 </layout>
1133 </item>
1134 <item row="4" column="0">
1135 <widget class="QLabel" name="label_26">
1136 <property name="text">
1137 <string>DS BIOS 7 file:</string>
1138 </property>
1139 </widget>
1140 </item>
1141 <item row="4" column="1">
1142 <layout class="QHBoxLayout" name="horizontalLayout_9">
1143 <item>
1144 <widget class="QLineEdit" name="dsBios7">
1145 <property name="sizePolicy">
1146 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1147 <horstretch>0</horstretch>
1148 <verstretch>0</verstretch>
1149 </sizepolicy>
1150 </property>
1151 </widget>
1152 </item>
1153 <item>
1154 <widget class="QPushButton" name="dsBios7Browse">
1155 <property name="text">
1156 <string>Browse</string>
1157 </property>
1158 </widget>
1159 </item>
1160 </layout>
1161 </item>
1162 <item row="5" column="0">
1163 <widget class="QLabel" name="label_27">
1164 <property name="text">
1165 <string>DS BIOS 9 file:</string>
1166 </property>
1167 </widget>
1168 </item>
1169 <item row="5" column="1">
1170 <layout class="QHBoxLayout" name="horizontalLayout_15">
1171 <item>
1172 <widget class="QLineEdit" name="dsBios9">
1173 <property name="sizePolicy">
1174 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1175 <horstretch>0</horstretch>
1176 <verstretch>0</verstretch>
1177 </sizepolicy>
1178 </property>
1179 </widget>
1180 </item>
1181 <item>
1182 <widget class="QPushButton" name="dsBios9Browse">
1183 <property name="text">
1184 <string>Browse</string>
1185 </property>
1186 </widget>
1187 </item>
1188 </layout>
1189 </item>
1190 <item row="6" column="0">
1191 <widget class="QLabel" name="label_28">
1192 <property name="text">
1193 <string>DS firmware file:</string>
1194 </property>
1195 </widget>
1196 </item>
1197 <item row="6" column="1">
1198 <layout class="QHBoxLayout" name="horizontalLayout_17">
1199 <item>
1200 <widget class="QLineEdit" name="dsFirmware"/>
1201 </item>
1202 <item>
1203 <widget class="QPushButton" name="dsFirmwareBrowse">
1204 <property name="text">
1205 <string>Browse</string>
1206 </property>
1207 </widget>
1208 </item>
1209 </layout>
1210 </item>
1211 <item row="7" column="1">
1212 <widget class="QCheckBox" name="useBios">
1213 <property name="text">
1214 <string>Use BIOS file if found</string>
1215 </property>
1216 <property name="checked">
1217 <bool>true</bool>
1218 </property>
1219 </widget>
1220 </item>
1221 <item row="8" column="1">
1222 <widget class="QCheckBox" name="skipBios">
1223 <property name="text">
1224 <string>Skip BIOS intro</string>
1225 </property>
1226 </widget>
1227 </item>
1228 </layout>
1229 </widget>
1230 <widget class="QWidget" name="paths">
1231 <layout class="QFormLayout" name="formLayout_3">
1232 <property name="fieldGrowthPolicy">
1233 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1234 </property>
1235 <item row="1" column="0">
1236 <widget class="QLabel" name="label_21">
1237 <property name="text">
1238 <string>Save games</string>
1239 </property>
1240 </widget>
1241 </item>
1242 <item row="1" column="1">
1243 <layout class="QHBoxLayout" name="horizontalLayout_3">
1244 <item>
1245 <widget class="QLineEdit" name="savegamePath">
1246 <property name="sizePolicy">
1247 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1248 <horstretch>0</horstretch>
1249 <verstretch>0</verstretch>
1250 </sizepolicy>
1251 </property>
1252 <property name="minimumSize">
1253 <size>
1254 <width>170</width>
1255 <height>0</height>
1256 </size>
1257 </property>
1258 </widget>
1259 </item>
1260 <item>
1261 <widget class="QPushButton" name="savegameBrowse">
1262 <property name="text">
1263 <string>Browse</string>
1264 </property>
1265 </widget>
1266 </item>
1267 </layout>
1268 </item>
1269 <item row="2" column="1">
1270 <widget class="QCheckBox" name="savegameSameDir">
1271 <property name="text">
1272 <string>Same directory as the ROM</string>
1273 </property>
1274 </widget>
1275 </item>
1276 <item row="3" column="0" colspan="2">
1277 <widget class="Line" name="line_7">
1278 <property name="orientation">
1279 <enum>Qt::Horizontal</enum>
1280 </property>
1281 </widget>
1282 </item>
1283 <item row="4" column="0">
1284 <widget class="QLabel" name="label_22">
1285 <property name="text">
1286 <string>Save states</string>
1287 </property>
1288 </widget>
1289 </item>
1290 <item row="4" column="1">
1291 <layout class="QHBoxLayout" name="horizontalLayout_4">
1292 <item>
1293 <widget class="QLineEdit" name="savestatePath">
1294 <property name="sizePolicy">
1295 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1296 <horstretch>0</horstretch>
1297 <verstretch>0</verstretch>
1298 </sizepolicy>
1299 </property>
1300 <property name="minimumSize">
1301 <size>
1302 <width>170</width>
1303 <height>0</height>
1304 </size>
1305 </property>
1306 </widget>
1307 </item>
1308 <item>
1309 <widget class="QPushButton" name="savestateBrowse">
1310 <property name="text">
1311 <string>Browse</string>
1312 </property>
1313 </widget>
1314 </item>
1315 </layout>
1316 </item>
1317 <item row="5" column="1">
1318 <widget class="QCheckBox" name="savestateSameDir">
1319 <property name="text">
1320 <string>Same directory as the ROM</string>
1321 </property>
1322 </widget>
1323 </item>
1324 <item row="6" column="0" colspan="2">
1325 <widget class="Line" name="line_6">
1326 <property name="orientation">
1327 <enum>Qt::Horizontal</enum>
1328 </property>
1329 </widget>
1330 </item>
1331 <item row="7" column="0">
1332 <widget class="QLabel" name="label_23">
1333 <property name="text">
1334 <string>Screenshots</string>
1335 </property>
1336 </widget>
1337 </item>
1338 <item row="7" column="1">
1339 <layout class="QHBoxLayout" name="horizontalLayout_7">
1340 <item>
1341 <widget class="QLineEdit" name="screenshotPath">
1342 <property name="sizePolicy">
1343 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1344 <horstretch>0</horstretch>
1345 <verstretch>0</verstretch>
1346 </sizepolicy>
1347 </property>
1348 <property name="minimumSize">
1349 <size>
1350 <width>170</width>
1351 <height>0</height>
1352 </size>
1353 </property>
1354 </widget>
1355 </item>
1356 <item>
1357 <widget class="QPushButton" name="screenshotBrowse">
1358 <property name="text">
1359 <string>Browse</string>
1360 </property>
1361 </widget>
1362 </item>
1363 </layout>
1364 </item>
1365 <item row="8" column="1">
1366 <widget class="QCheckBox" name="screenshotSameDir">
1367 <property name="text">
1368 <string>Same directory as the ROM</string>
1369 </property>
1370 </widget>
1371 </item>
1372 <item row="9" column="0" colspan="2">
1373 <widget class="Line" name="line_15">
1374 <property name="orientation">
1375 <enum>Qt::Horizontal</enum>
1376 </property>
1377 </widget>
1378 </item>
1379 <item row="10" column="0">
1380 <widget class="QLabel" name="label_47">
1381 <property name="text">
1382 <string>Patches</string>
1383 </property>
1384 </widget>
1385 </item>
1386 <item row="10" column="1">
1387 <layout class="QHBoxLayout" name="horizontalLayout_26">
1388 <item>
1389 <widget class="QLineEdit" name="patchPath">
1390 <property name="sizePolicy">
1391 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1392 <horstretch>0</horstretch>
1393 <verstretch>0</verstretch>
1394 </sizepolicy>
1395 </property>
1396 <property name="minimumSize">
1397 <size>
1398 <width>170</width>
1399 <height>0</height>
1400 </size>
1401 </property>
1402 </widget>
1403 </item>
1404 <item>
1405 <widget class="QPushButton" name="patchBrowse">
1406 <property name="text">
1407 <string>Browse</string>
1408 </property>
1409 </widget>
1410 </item>
1411 </layout>
1412 </item>
1413 <item row="11" column="1">
1414 <widget class="QCheckBox" name="patchSameDir">
1415 <property name="text">
1416 <string>Same directory as the ROM</string>
1417 </property>
1418 </widget>
1419 </item>
1420 <item row="12" column="0" colspan="2">
1421 <widget class="Line" name="line_14">
1422 <property name="orientation">
1423 <enum>Qt::Horizontal</enum>
1424 </property>
1425 </widget>
1426 </item>
1427 <item row="13" column="0">
1428 <widget class="QLabel" name="label_48">
1429 <property name="text">
1430 <string>Cheats</string>
1431 </property>
1432 </widget>
1433 </item>
1434 <item row="13" column="1">
1435 <layout class="QHBoxLayout" name="horizontalLayout_27">
1436 <item>
1437 <widget class="QLineEdit" name="cheatsPath">
1438 <property name="sizePolicy">
1439 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1440 <horstretch>0</horstretch>
1441 <verstretch>0</verstretch>
1442 </sizepolicy>
1443 </property>
1444 <property name="minimumSize">
1445 <size>
1446 <width>170</width>
1447 <height>0</height>
1448 </size>
1449 </property>
1450 </widget>
1451 </item>
1452 <item>
1453 <widget class="QPushButton" name="cheatsBrowse">
1454 <property name="text">
1455 <string>Browse</string>
1456 </property>
1457 </widget>
1458 </item>
1459 </layout>
1460 </item>
1461 <item row="14" column="1">
1462 <widget class="QCheckBox" name="cheatsSameDir">
1463 <property name="text">
1464 <string>Same directory as the ROM</string>
1465 </property>
1466 </widget>
1467 </item>
1468 </layout>
1469 </widget>
1470 <widget class="QWidget" name="logging">
1471 <layout class="QVBoxLayout" name="verticalLayout">
1472 <item>
1473 <widget class="QTableView" name="loggingView">
1474 <attribute name="horizontalHeaderMinimumSectionSize">
1475 <number>0</number>
1476 </attribute>
1477 <attribute name="horizontalHeaderDefaultSectionSize">
1478 <number>77</number>
1479 </attribute>
1480 </widget>
1481 </item>
1482 <item>
1483 <layout class="QHBoxLayout" name="horizontalLayout_19">
1484 <item>
1485 <widget class="QCheckBox" name="logToFile">
1486 <property name="text">
1487 <string>Log to file</string>
1488 </property>
1489 </widget>
1490 </item>
1491 <item>
1492 <widget class="QCheckBox" name="logToStdout">
1493 <property name="text">
1494 <string>Log to console</string>
1495 </property>
1496 </widget>
1497 </item>
1498 </layout>
1499 </item>
1500 <item>
1501 <layout class="QHBoxLayout" name="horizontalLayout_20">
1502 <item>
1503 <widget class="QLineEdit" name="logFile"/>
1504 </item>
1505 <item>
1506 <widget class="QPushButton" name="logFileBrowse">
1507 <property name="text">
1508 <string>Select Log File</string>
1509 </property>
1510 </widget>
1511 </item>
1512 </layout>
1513 </item>
1514 </layout>
1515 </widget>
1516 <widget class="QWidget" name="gb">
1517 <layout class="QFormLayout" name="formLayout_1">
1518 <item row="0" column="0">
1519 <widget class="QLabel" name="label_29">
1520 <property name="text">
1521 <string>Game Boy model:</string>
1522 </property>
1523 </widget>
1524 </item>
1525 <item row="0" column="1">
1526 <widget class="QComboBox" name="gbModel">
1527 <item>
1528 <property name="text">
1529 <string>Autodetect</string>
1530 </property>
1531 </item>
1532 <item>
1533 <property name="text">
1534 <string>Game Boy (DMG)</string>
1535 </property>
1536 </item>
1537 <item>
1538 <property name="text">
1539 <string>Super Game Boy (SGB)</string>
1540 </property>
1541 </item>
1542 <item>
1543 <property name="text">
1544 <string>Game Boy Color (CGB)</string>
1545 </property>
1546 </item>
1547 <item>
1548 <property name="text">
1549 <string>Game Boy Advance (AGB)</string>
1550 </property>
1551 </item>
1552 </widget>
1553 </item>
1554 <item row="1" column="0">
1555 <widget class="QLabel" name="label_32">
1556 <property name="text">
1557 <string>Super Game Boy model:</string>
1558 </property>
1559 </widget>
1560 </item>
1561 <item row="1" column="1">
1562 <widget class="QComboBox" name="sgbModel">
1563 <item>
1564 <property name="text">
1565 <string>Autodetect</string>
1566 </property>
1567 </item>
1568 <item>
1569 <property name="text">
1570 <string>Game Boy (DMG)</string>
1571 </property>
1572 </item>
1573 <item>
1574 <property name="text">
1575 <string>Super Game Boy (SGB)</string>
1576 </property>
1577 </item>
1578 <item>
1579 <property name="text">
1580 <string>Game Boy Color (CGB)</string>
1581 </property>
1582 </item>
1583 <item>
1584 <property name="text">
1585 <string>Game Boy Advance (AGB)</string>
1586 </property>
1587 </item>
1588 </widget>
1589 </item>
1590 <item row="2" column="0">
1591 <widget class="QLabel" name="label_33">
1592 <property name="text">
1593 <string>Game Boy Color model:</string>
1594 </property>
1595 </widget>
1596 </item>
1597 <item row="2" column="1">
1598 <widget class="QComboBox" name="cgbModel">
1599 <item>
1600 <property name="text">
1601 <string>Autodetect</string>
1602 </property>
1603 </item>
1604 <item>
1605 <property name="text">
1606 <string>Game Boy (DMG)</string>
1607 </property>
1608 </item>
1609 <item>
1610 <property name="text">
1611 <string>Super Game Boy (SGB)</string>
1612 </property>
1613 </item>
1614 <item>
1615 <property name="text">
1616 <string>Game Boy Color (CGB)</string>
1617 </property>
1618 </item>
1619 <item>
1620 <property name="text">
1621 <string>Game Boy Advance (AGB)</string>
1622 </property>
1623 </item>
1624 </widget>
1625 </item>
1626 <item row="3" column="0" colspan="2">
1627 <widget class="Line" name="line_12">
1628 <property name="orientation">
1629 <enum>Qt::Horizontal</enum>
1630 </property>
1631 </widget>
1632 </item>
1633 <item row="4" column="0">
1634 <widget class="QLabel" name="label_28">
1635 <property name="text">
1636 <string>Default BG colors:</string>
1637 </property>
1638 </widget>
1639 </item>
1640 <item row="4" column="1">
1641 <layout class="QHBoxLayout" name="horizontalLayout_9">
1642 <item>
1643 <widget class="QFrame" name="color0">
1644 <property name="minimumSize">
1645 <size>
1646 <width>30</width>
1647 <height>30</height>
1648 </size>
1649 </property>
1650 <property name="autoFillBackground">
1651 <bool>true</bool>
1652 </property>
1653 <property name="frameShape">
1654 <enum>QFrame::StyledPanel</enum>
1655 </property>
1656 <property name="frameShadow">
1657 <enum>QFrame::Raised</enum>
1658 </property>
1659 </widget>
1660 </item>
1661 <item>
1662 <widget class="QFrame" name="color1">
1663 <property name="minimumSize">
1664 <size>
1665 <width>30</width>
1666 <height>30</height>
1667 </size>
1668 </property>
1669 <property name="autoFillBackground">
1670 <bool>true</bool>
1671 </property>
1672 <property name="frameShape">
1673 <enum>QFrame::StyledPanel</enum>
1674 </property>
1675 <property name="frameShadow">
1676 <enum>QFrame::Raised</enum>
1677 </property>
1678 </widget>
1679 </item>
1680 <item>
1681 <widget class="QFrame" name="color2">
1682 <property name="minimumSize">
1683 <size>
1684 <width>30</width>
1685 <height>30</height>
1686 </size>
1687 </property>
1688 <property name="autoFillBackground">
1689 <bool>true</bool>
1690 </property>
1691 <property name="frameShape">
1692 <enum>QFrame::StyledPanel</enum>
1693 </property>
1694 <property name="frameShadow">
1695 <enum>QFrame::Raised</enum>
1696 </property>
1697 </widget>
1698 </item>
1699 <item>
1700 <widget class="QFrame" name="color3">
1701 <property name="minimumSize">
1702 <size>
1703 <width>30</width>
1704 <height>30</height>
1705 </size>
1706 </property>
1707 <property name="autoFillBackground">
1708 <bool>true</bool>
1709 </property>
1710 <property name="frameShape">
1711 <enum>QFrame::StyledPanel</enum>
1712 </property>
1713 <property name="frameShadow">
1714 <enum>QFrame::Raised</enum>
1715 </property>
1716 </widget>
1717 </item>
1718 </layout>
1719 </item>
1720 <item row="5" column="1">
1721 <layout class="QHBoxLayout" name="horizontalLayout_15">
1722 <item>
1723 <widget class="QFrame" name="color4">
1724 <property name="minimumSize">
1725 <size>
1726 <width>30</width>
1727 <height>30</height>
1728 </size>
1729 </property>
1730 <property name="autoFillBackground">
1731 <bool>true</bool>
1732 </property>
1733 <property name="frameShape">
1734 <enum>QFrame::StyledPanel</enum>
1735 </property>
1736 <property name="frameShadow">
1737 <enum>QFrame::Raised</enum>
1738 </property>
1739 </widget>
1740 </item>
1741 <item>
1742 <widget class="QFrame" name="color5">
1743 <property name="minimumSize">
1744 <size>
1745 <width>30</width>
1746 <height>30</height>
1747 </size>
1748 </property>
1749 <property name="autoFillBackground">
1750 <bool>true</bool>
1751 </property>
1752 <property name="frameShape">
1753 <enum>QFrame::StyledPanel</enum>
1754 </property>
1755 <property name="frameShadow">
1756 <enum>QFrame::Raised</enum>
1757 </property>
1758 </widget>
1759 </item>
1760 <item>
1761 <widget class="QFrame" name="color6">
1762 <property name="minimumSize">
1763 <size>
1764 <width>30</width>
1765 <height>30</height>
1766 </size>
1767 </property>
1768 <property name="autoFillBackground">
1769 <bool>true</bool>
1770 </property>
1771 <property name="frameShape">
1772 <enum>QFrame::StyledPanel</enum>
1773 </property>
1774 <property name="frameShadow">
1775 <enum>QFrame::Raised</enum>
1776 </property>
1777 </widget>
1778 </item>
1779 <item>
1780 <widget class="QFrame" name="color7">
1781 <property name="minimumSize">
1782 <size>
1783 <width>30</width>
1784 <height>30</height>
1785 </size>
1786 </property>
1787 <property name="autoFillBackground">
1788 <bool>true</bool>
1789 </property>
1790 <property name="frameShape">
1791 <enum>QFrame::StyledPanel</enum>
1792 </property>
1793 <property name="frameShadow">
1794 <enum>QFrame::Raised</enum>
1795 </property>
1796 </widget>
1797 </item>
1798 </layout>
1799 </item>
1800 <item row="8" column="1">
1801 <widget class="QCheckBox" name="sgbBorders">
1802 <property name="text">
1803 <string>Super Game Boy borders</string>
1804 </property>
1805 </widget>
1806 </item>
1807 <item row="9" column="0" colspan="2">
1808 <widget class="Line" name="line_11">
1809 <property name="orientation">
1810 <enum>Qt::Horizontal</enum>
1811 </property>
1812 </widget>
1813 </item>
1814 <item row="10" column="0">
1815 <widget class="QLabel" name="label_27">
1816 <property name="text">
1817 <string>Camera driver:</string>
1818 </property>
1819 </widget>
1820 </item>
1821 <item row="10" column="1">
1822 <widget class="QComboBox" name="cameraDriver">
1823 <property name="sizePolicy">
1824 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1825 <horstretch>0</horstretch>
1826 <verstretch>0</verstretch>
1827 </sizepolicy>
1828 </property>
1829 </widget>
1830 </item>
1831 <item row="6" column="1">
1832 <layout class="QHBoxLayout" name="horizontalLayout_37">
1833 <item>
1834 <widget class="QFrame" name="color8">
1835 <property name="minimumSize">
1836 <size>
1837 <width>30</width>
1838 <height>30</height>
1839 </size>
1840 </property>
1841 <property name="autoFillBackground">
1842 <bool>true</bool>
1843 </property>
1844 <property name="frameShape">
1845 <enum>QFrame::StyledPanel</enum>
1846 </property>
1847 <property name="frameShadow">
1848 <enum>QFrame::Raised</enum>
1849 </property>
1850 </widget>
1851 </item>
1852 <item>
1853 <widget class="QFrame" name="color9">
1854 <property name="minimumSize">
1855 <size>
1856 <width>30</width>
1857 <height>30</height>
1858 </size>
1859 </property>
1860 <property name="autoFillBackground">
1861 <bool>true</bool>
1862 </property>
1863 <property name="frameShape">
1864 <enum>QFrame::StyledPanel</enum>
1865 </property>
1866 <property name="frameShadow">
1867 <enum>QFrame::Raised</enum>
1868 </property>
1869 </widget>
1870 </item>
1871 <item>
1872 <widget class="QFrame" name="color10">
1873 <property name="minimumSize">
1874 <size>
1875 <width>30</width>
1876 <height>30</height>
1877 </size>
1878 </property>
1879 <property name="autoFillBackground">
1880 <bool>true</bool>
1881 </property>
1882 <property name="frameShape">
1883 <enum>QFrame::StyledPanel</enum>
1884 </property>
1885 <property name="frameShadow">
1886 <enum>QFrame::Raised</enum>
1887 </property>
1888 </widget>
1889 </item>
1890 <item>
1891 <widget class="QFrame" name="color11">
1892 <property name="minimumSize">
1893 <size>
1894 <width>30</width>
1895 <height>30</height>
1896 </size>
1897 </property>
1898 <property name="autoFillBackground">
1899 <bool>true</bool>
1900 </property>
1901 <property name="frameShape">
1902 <enum>QFrame::StyledPanel</enum>
1903 </property>
1904 <property name="frameShadow">
1905 <enum>QFrame::Raised</enum>
1906 </property>
1907 </widget>
1908 </item>
1909 </layout>
1910 </item>
1911 <item row="5" column="0">
1912 <widget class="QLabel" name="label_69">
1913 <property name="text">
1914 <string>Default sprite colors 1:</string>
1915 </property>
1916 </widget>
1917 </item>
1918 <item row="6" column="0">
1919 <widget class="QLabel" name="label_70">
1920 <property name="text">
1921 <string>Default sprite colors 2:</string>
1922 </property>
1923 </widget>
1924 </item>
1925 <item row="7" column="1">
1926 <widget class="QCheckBox" name="useCgbColors">
1927 <property name="text">
1928 <string>Use GBC colors in GB games</string>
1929 </property>
1930 </widget>
1931 </item>
1932 <item row="11" column="0">
1933 <widget class="QLabel" name="label_35">
1934 <property name="text">
1935 <string>Camera:</string>
1936 </property>
1937 </widget>
1938 </item>
1939 <item row="11" column="1">
1940 <widget class="QComboBox" name="camera">
1941 <property name="enabled">
1942 <bool>false</bool>
1943 </property>
1944 <property name="sizePolicy">
1945 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1946 <horstretch>0</horstretch>
1947 <verstretch>0</verstretch>
1948 </sizepolicy>
1949 </property>
1950 </widget>
1951 </item>
1952 </layout>
1953 </widget>
1954 </widget>
1955 </item>
1956 </layout>
1957 </widget>
1958 <resources/>
1959 <connections>
1960 <connection>
1961 <sender>buttonBox</sender>
1962 <signal>accepted()</signal>
1963 <receiver>SettingsView</receiver>
1964 <slot>close()</slot>
1965 <hints>
1966 <hint type="sourcelabel">
1967 <x>169</x>
1968 <y>453</y>
1969 </hint>
1970 <hint type="destinationlabel">
1971 <x>169</x>
1972 <y>236</y>
1973 </hint>
1974 </hints>
1975 </connection>
1976 <connection>
1977 <sender>buttonBox</sender>
1978 <signal>rejected()</signal>
1979 <receiver>SettingsView</receiver>
1980 <slot>close()</slot>
1981 <hints>
1982 <hint type="sourcelabel">
1983 <x>169</x>
1984 <y>453</y>
1985 </hint>
1986 <hint type="destinationlabel">
1987 <x>169</x>
1988 <y>236</y>
1989 </hint>
1990 </hints>
1991 </connection>
1992 <connection>
1993 <sender>tabs</sender>
1994 <signal>currentRowChanged(int)</signal>
1995 <receiver>stackedWidget</receiver>
1996 <slot>setCurrentIndex(int)</slot>
1997 <hints>
1998 <hint type="sourcelabel">
1999 <x>61</x>
2000 <y>209</y>
2001 </hint>
2002 <hint type="destinationlabel">
2003 <x>315</x>
2004 <y>209</y>
2005 </hint>
2006 </hints>
2007 </connection>
2008 <connection>
2009 <sender>savegameSameDir</sender>
2010 <signal>toggled(bool)</signal>
2011 <receiver>savegamePath</receiver>
2012 <slot>setDisabled(bool)</slot>
2013 <hints>
2014 <hint type="sourcelabel">
2015 <x>392</x>
2016 <y>82</y>
2017 </hint>
2018 <hint type="destinationlabel">
2019 <x>366</x>
2020 <y>48</y>
2021 </hint>
2022 </hints>
2023 </connection>
2024 <connection>
2025 <sender>savestateSameDir</sender>
2026 <signal>toggled(bool)</signal>
2027 <receiver>savestatePath</receiver>
2028 <slot>setDisabled(bool)</slot>
2029 <hints>
2030 <hint type="sourcelabel">
2031 <x>392</x>
2032 <y>161</y>
2033 </hint>
2034 <hint type="destinationlabel">
2035 <x>366</x>
2036 <y>127</y>
2037 </hint>
2038 </hints>
2039 </connection>
2040 <connection>
2041 <sender>screenshotSameDir</sender>
2042 <signal>toggled(bool)</signal>
2043 <receiver>screenshotPath</receiver>
2044 <slot>setDisabled(bool)</slot>
2045 <hints>
2046 <hint type="sourcelabel">
2047 <x>392</x>
2048 <y>240</y>
2049 </hint>
2050 <hint type="destinationlabel">
2051 <x>366</x>
2052 <y>206</y>
2053 </hint>
2054 </hints>
2055 </connection>
2056 <connection>
2057 <sender>patchSameDir</sender>
2058 <signal>toggled(bool)</signal>
2059 <receiver>patchPath</receiver>
2060 <slot>setDisabled(bool)</slot>
2061 <hints>
2062 <hint type="sourcelabel">
2063 <x>345</x>
2064 <y>319</y>
2065 </hint>
2066 <hint type="destinationlabel">
2067 <x>340</x>
2068 <y>285</y>
2069 </hint>
2070 </hints>
2071 </connection>
2072 <connection>
2073 <sender>cheatsSameDir</sender>
2074 <signal>toggled(bool)</signal>
2075 <receiver>cheatsPath</receiver>
2076 <slot>setDisabled(bool)</slot>
2077 <hints>
2078 <hint type="sourcelabel">
2079 <x>351</x>
2080 <y>407</y>
2081 </hint>
2082 <hint type="destinationlabel">
2083 <x>343</x>
2084 <y>372</y>
2085 </hint>
2086 </hints>
2087 </connection>
2088 <connection>
2089 <sender>fastForwardUnbounded</sender>
2090 <signal>toggled(bool)</signal>
2091 <receiver>fastForwardRatio</receiver>
2092 <slot>setDisabled(bool)</slot>
2093 <hints>
2094 <hint type="sourcelabel">
2095 <x>445</x>
2096 <y>38</y>
2097 </hint>
2098 <hint type="destinationlabel">
2099 <x>349</x>
2100 <y>38</y>
2101 </hint>
2102 </hints>
2103 </connection>
2104 <connection>
2105 <sender>fastForwardHeldUnbounded</sender>
2106 <signal>toggled(bool)</signal>
2107 <receiver>fastForwardHeldRatio</receiver>
2108 <slot>setDisabled(bool)</slot>
2109 </connection>
2110 </connections>
2111</ui>