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>{size}</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 <item row="0" column="0">
1020 <widget class="QLabel" name="label">
1021 <property name="text">
1022 <string>GB BIOS file:</string>
1023 </property>
1024 </widget>
1025 </item>
1026 <item row="0" column="1">
1027 <layout class="QHBoxLayout" name="horizontalLayout">
1028 <item>
1029 <widget class="QLineEdit" name="gbBios">
1030 <property name="sizePolicy">
1031 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1032 <horstretch>0</horstretch>
1033 <verstretch>0</verstretch>
1034 </sizepolicy>
1035 </property>
1036 </widget>
1037 </item>
1038 <item>
1039 <widget class="QPushButton" name="gbBiosBrowse">
1040 <property name="text">
1041 <string>Browse</string>
1042 </property>
1043 </widget>
1044 </item>
1045 </layout>
1046 </item>
1047 <item row="4" column="1">
1048 <widget class="QCheckBox" name="useBios">
1049 <property name="text">
1050 <string>Use BIOS file if found</string>
1051 </property>
1052 <property name="checked">
1053 <bool>true</bool>
1054 </property>
1055 </widget>
1056 </item>
1057 <item row="5" column="1">
1058 <widget class="QCheckBox" name="skipBios">
1059 <property name="text">
1060 <string>Skip BIOS intro</string>
1061 </property>
1062 </widget>
1063 </item>
1064 <item row="3" column="1">
1065 <layout class="QHBoxLayout" name="horizontalLayout_8">
1066 <item>
1067 <widget class="QLineEdit" name="gbaBios">
1068 <property name="sizePolicy">
1069 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1070 <horstretch>0</horstretch>
1071 <verstretch>0</verstretch>
1072 </sizepolicy>
1073 </property>
1074 </widget>
1075 </item>
1076 <item>
1077 <widget class="QPushButton" name="gbaBiosBrowse">
1078 <property name="text">
1079 <string>Browse</string>
1080 </property>
1081 </widget>
1082 </item>
1083 </layout>
1084 </item>
1085 <item row="3" column="0">
1086 <widget class="QLabel" name="label_4">
1087 <property name="text">
1088 <string>GBA BIOS file:</string>
1089 </property>
1090 </widget>
1091 </item>
1092 <item row="2" column="0">
1093 <widget class="QLabel" name="label_5">
1094 <property name="text">
1095 <string>GBC BIOS file:</string>
1096 </property>
1097 </widget>
1098 </item>
1099 <item row="2" column="1">
1100 <layout class="QHBoxLayout" name="horizontalLayout_30">
1101 <item>
1102 <widget class="QLineEdit" name="gbcBios">
1103 <property name="sizePolicy">
1104 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1105 <horstretch>0</horstretch>
1106 <verstretch>0</verstretch>
1107 </sizepolicy>
1108 </property>
1109 </widget>
1110 </item>
1111 <item>
1112 <widget class="QPushButton" name="gbcBiosBrowse">
1113 <property name="text">
1114 <string>Browse</string>
1115 </property>
1116 </widget>
1117 </item>
1118 </layout>
1119 </item>
1120 <item row="1" column="0">
1121 <widget class="QLabel" name="label_30">
1122 <property name="text">
1123 <string>SGB BIOS file:</string>
1124 </property>
1125 </widget>
1126 </item>
1127 <item row="1" column="1">
1128 <layout class="QHBoxLayout" name="horizontalLayout_12">
1129 <item>
1130 <widget class="QLineEdit" name="sgbBios">
1131 <property name="sizePolicy">
1132 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1133 <horstretch>0</horstretch>
1134 <verstretch>0</verstretch>
1135 </sizepolicy>
1136 </property>
1137 </widget>
1138 </item>
1139 <item>
1140 <widget class="QPushButton" name="sgbBiosBrowse">
1141 <property name="text">
1142 <string>Browse</string>
1143 </property>
1144 </widget>
1145 </item>
1146 </layout>
1147 </item>
1148 </layout>
1149 </widget>
1150 <widget class="QWidget" name="paths">
1151 <layout class="QFormLayout" name="formLayout_3">
1152 <property name="fieldGrowthPolicy">
1153 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1154 </property>
1155 <item row="1" column="0">
1156 <widget class="QLabel" name="label_21">
1157 <property name="text">
1158 <string>Save games</string>
1159 </property>
1160 </widget>
1161 </item>
1162 <item row="1" column="1">
1163 <layout class="QHBoxLayout" name="horizontalLayout_3">
1164 <item>
1165 <widget class="QLineEdit" name="savegamePath">
1166 <property name="sizePolicy">
1167 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1168 <horstretch>0</horstretch>
1169 <verstretch>0</verstretch>
1170 </sizepolicy>
1171 </property>
1172 <property name="minimumSize">
1173 <size>
1174 <width>170</width>
1175 <height>0</height>
1176 </size>
1177 </property>
1178 </widget>
1179 </item>
1180 <item>
1181 <widget class="QPushButton" name="savegameBrowse">
1182 <property name="text">
1183 <string>Browse</string>
1184 </property>
1185 </widget>
1186 </item>
1187 </layout>
1188 </item>
1189 <item row="2" column="1">
1190 <widget class="QCheckBox" name="savegameSameDir">
1191 <property name="text">
1192 <string>Same directory as the ROM</string>
1193 </property>
1194 </widget>
1195 </item>
1196 <item row="3" column="0" colspan="2">
1197 <widget class="Line" name="line_7">
1198 <property name="orientation">
1199 <enum>Qt::Horizontal</enum>
1200 </property>
1201 </widget>
1202 </item>
1203 <item row="4" column="0">
1204 <widget class="QLabel" name="label_22">
1205 <property name="text">
1206 <string>Save states</string>
1207 </property>
1208 </widget>
1209 </item>
1210 <item row="4" column="1">
1211 <layout class="QHBoxLayout" name="horizontalLayout_4">
1212 <item>
1213 <widget class="QLineEdit" name="savestatePath">
1214 <property name="sizePolicy">
1215 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1216 <horstretch>0</horstretch>
1217 <verstretch>0</verstretch>
1218 </sizepolicy>
1219 </property>
1220 <property name="minimumSize">
1221 <size>
1222 <width>170</width>
1223 <height>0</height>
1224 </size>
1225 </property>
1226 </widget>
1227 </item>
1228 <item>
1229 <widget class="QPushButton" name="savestateBrowse">
1230 <property name="text">
1231 <string>Browse</string>
1232 </property>
1233 </widget>
1234 </item>
1235 </layout>
1236 </item>
1237 <item row="5" column="1">
1238 <widget class="QCheckBox" name="savestateSameDir">
1239 <property name="text">
1240 <string>Same directory as the ROM</string>
1241 </property>
1242 </widget>
1243 </item>
1244 <item row="6" column="0" colspan="2">
1245 <widget class="Line" name="line_6">
1246 <property name="orientation">
1247 <enum>Qt::Horizontal</enum>
1248 </property>
1249 </widget>
1250 </item>
1251 <item row="7" column="0">
1252 <widget class="QLabel" name="label_23">
1253 <property name="text">
1254 <string>Screenshots</string>
1255 </property>
1256 </widget>
1257 </item>
1258 <item row="7" column="1">
1259 <layout class="QHBoxLayout" name="horizontalLayout_7">
1260 <item>
1261 <widget class="QLineEdit" name="screenshotPath">
1262 <property name="sizePolicy">
1263 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1264 <horstretch>0</horstretch>
1265 <verstretch>0</verstretch>
1266 </sizepolicy>
1267 </property>
1268 <property name="minimumSize">
1269 <size>
1270 <width>170</width>
1271 <height>0</height>
1272 </size>
1273 </property>
1274 </widget>
1275 </item>
1276 <item>
1277 <widget class="QPushButton" name="screenshotBrowse">
1278 <property name="text">
1279 <string>Browse</string>
1280 </property>
1281 </widget>
1282 </item>
1283 </layout>
1284 </item>
1285 <item row="8" column="1">
1286 <widget class="QCheckBox" name="screenshotSameDir">
1287 <property name="text">
1288 <string>Same directory as the ROM</string>
1289 </property>
1290 </widget>
1291 </item>
1292 <item row="9" column="0" colspan="2">
1293 <widget class="Line" name="line_15">
1294 <property name="orientation">
1295 <enum>Qt::Horizontal</enum>
1296 </property>
1297 </widget>
1298 </item>
1299 <item row="10" column="0">
1300 <widget class="QLabel" name="label_47">
1301 <property name="text">
1302 <string>Patches</string>
1303 </property>
1304 </widget>
1305 </item>
1306 <item row="10" column="1">
1307 <layout class="QHBoxLayout" name="horizontalLayout_26">
1308 <item>
1309 <widget class="QLineEdit" name="patchPath">
1310 <property name="sizePolicy">
1311 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1312 <horstretch>0</horstretch>
1313 <verstretch>0</verstretch>
1314 </sizepolicy>
1315 </property>
1316 <property name="minimumSize">
1317 <size>
1318 <width>170</width>
1319 <height>0</height>
1320 </size>
1321 </property>
1322 </widget>
1323 </item>
1324 <item>
1325 <widget class="QPushButton" name="patchBrowse">
1326 <property name="text">
1327 <string>Browse</string>
1328 </property>
1329 </widget>
1330 </item>
1331 </layout>
1332 </item>
1333 <item row="11" column="1">
1334 <widget class="QCheckBox" name="patchSameDir">
1335 <property name="text">
1336 <string>Same directory as the ROM</string>
1337 </property>
1338 </widget>
1339 </item>
1340 <item row="12" column="0" colspan="2">
1341 <widget class="Line" name="line_14">
1342 <property name="orientation">
1343 <enum>Qt::Horizontal</enum>
1344 </property>
1345 </widget>
1346 </item>
1347 <item row="13" column="0">
1348 <widget class="QLabel" name="label_48">
1349 <property name="text">
1350 <string>Cheats</string>
1351 </property>
1352 </widget>
1353 </item>
1354 <item row="13" column="1">
1355 <layout class="QHBoxLayout" name="horizontalLayout_27">
1356 <item>
1357 <widget class="QLineEdit" name="cheatsPath">
1358 <property name="sizePolicy">
1359 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1360 <horstretch>0</horstretch>
1361 <verstretch>0</verstretch>
1362 </sizepolicy>
1363 </property>
1364 <property name="minimumSize">
1365 <size>
1366 <width>170</width>
1367 <height>0</height>
1368 </size>
1369 </property>
1370 </widget>
1371 </item>
1372 <item>
1373 <widget class="QPushButton" name="cheatsBrowse">
1374 <property name="text">
1375 <string>Browse</string>
1376 </property>
1377 </widget>
1378 </item>
1379 </layout>
1380 </item>
1381 <item row="14" column="1">
1382 <widget class="QCheckBox" name="cheatsSameDir">
1383 <property name="text">
1384 <string>Same directory as the ROM</string>
1385 </property>
1386 </widget>
1387 </item>
1388 </layout>
1389 </widget>
1390 <widget class="QWidget" name="logging">
1391 <layout class="QVBoxLayout" name="verticalLayout">
1392 <item>
1393 <widget class="QTableView" name="loggingView">
1394 <attribute name="horizontalHeaderMinimumSectionSize">
1395 <number>0</number>
1396 </attribute>
1397 <attribute name="horizontalHeaderDefaultSectionSize">
1398 <number>77</number>
1399 </attribute>
1400 </widget>
1401 </item>
1402 <item>
1403 <layout class="QHBoxLayout" name="horizontalLayout_19">
1404 <item>
1405 <widget class="QCheckBox" name="logToFile">
1406 <property name="text">
1407 <string>Log to file</string>
1408 </property>
1409 </widget>
1410 </item>
1411 <item>
1412 <widget class="QCheckBox" name="logToStdout">
1413 <property name="text">
1414 <string>Log to console</string>
1415 </property>
1416 </widget>
1417 </item>
1418 </layout>
1419 </item>
1420 <item>
1421 <layout class="QHBoxLayout" name="horizontalLayout_20">
1422 <item>
1423 <widget class="QLineEdit" name="logFile"/>
1424 </item>
1425 <item>
1426 <widget class="QPushButton" name="logFileBrowse">
1427 <property name="text">
1428 <string>Select Log File</string>
1429 </property>
1430 </widget>
1431 </item>
1432 </layout>
1433 </item>
1434 </layout>
1435 </widget>
1436 <widget class="QWidget" name="gb">
1437 <layout class="QFormLayout" name="formLayout_1">
1438 <item row="0" column="0">
1439 <widget class="QLabel" name="label_29">
1440 <property name="text">
1441 <string>Game Boy model:</string>
1442 </property>
1443 </widget>
1444 </item>
1445 <item row="0" column="1">
1446 <widget class="QComboBox" name="gbModel">
1447 <item>
1448 <property name="text">
1449 <string>Autodetect</string>
1450 </property>
1451 </item>
1452 <item>
1453 <property name="text">
1454 <string>Game Boy (DMG)</string>
1455 </property>
1456 </item>
1457 <item>
1458 <property name="text">
1459 <string>Super Game Boy (SGB)</string>
1460 </property>
1461 </item>
1462 <item>
1463 <property name="text">
1464 <string>Game Boy Color (CGB)</string>
1465 </property>
1466 </item>
1467 <item>
1468 <property name="text">
1469 <string>Game Boy Advance (AGB)</string>
1470 </property>
1471 </item>
1472 </widget>
1473 </item>
1474 <item row="1" column="0">
1475 <widget class="QLabel" name="label_32">
1476 <property name="text">
1477 <string>Super Game Boy model:</string>
1478 </property>
1479 </widget>
1480 </item>
1481 <item row="1" column="1">
1482 <widget class="QComboBox" name="sgbModel">
1483 <item>
1484 <property name="text">
1485 <string>Autodetect</string>
1486 </property>
1487 </item>
1488 <item>
1489 <property name="text">
1490 <string>Game Boy (DMG)</string>
1491 </property>
1492 </item>
1493 <item>
1494 <property name="text">
1495 <string>Super Game Boy (SGB)</string>
1496 </property>
1497 </item>
1498 <item>
1499 <property name="text">
1500 <string>Game Boy Color (CGB)</string>
1501 </property>
1502 </item>
1503 <item>
1504 <property name="text">
1505 <string>Game Boy Advance (AGB)</string>
1506 </property>
1507 </item>
1508 </widget>
1509 </item>
1510 <item row="2" column="0">
1511 <widget class="QLabel" name="label_33">
1512 <property name="text">
1513 <string>Game Boy Color model:</string>
1514 </property>
1515 </widget>
1516 </item>
1517 <item row="2" column="1">
1518 <widget class="QComboBox" name="cgbModel">
1519 <item>
1520 <property name="text">
1521 <string>Autodetect</string>
1522 </property>
1523 </item>
1524 <item>
1525 <property name="text">
1526 <string>Game Boy (DMG)</string>
1527 </property>
1528 </item>
1529 <item>
1530 <property name="text">
1531 <string>Super Game Boy (SGB)</string>
1532 </property>
1533 </item>
1534 <item>
1535 <property name="text">
1536 <string>Game Boy Color (CGB)</string>
1537 </property>
1538 </item>
1539 <item>
1540 <property name="text">
1541 <string>Game Boy Advance (AGB)</string>
1542 </property>
1543 </item>
1544 </widget>
1545 </item>
1546 <item row="3" column="0" colspan="2">
1547 <widget class="Line" name="line_12">
1548 <property name="orientation">
1549 <enum>Qt::Horizontal</enum>
1550 </property>
1551 </widget>
1552 </item>
1553 <item row="4" column="0">
1554 <widget class="QLabel" name="label_28">
1555 <property name="text">
1556 <string>Default BG colors:</string>
1557 </property>
1558 </widget>
1559 </item>
1560 <item row="4" column="1">
1561 <layout class="QHBoxLayout" name="horizontalLayout_9">
1562 <item>
1563 <widget class="QFrame" name="color0">
1564 <property name="minimumSize">
1565 <size>
1566 <width>30</width>
1567 <height>30</height>
1568 </size>
1569 </property>
1570 <property name="autoFillBackground">
1571 <bool>true</bool>
1572 </property>
1573 <property name="frameShape">
1574 <enum>QFrame::StyledPanel</enum>
1575 </property>
1576 <property name="frameShadow">
1577 <enum>QFrame::Raised</enum>
1578 </property>
1579 </widget>
1580 </item>
1581 <item>
1582 <widget class="QFrame" name="color1">
1583 <property name="minimumSize">
1584 <size>
1585 <width>30</width>
1586 <height>30</height>
1587 </size>
1588 </property>
1589 <property name="autoFillBackground">
1590 <bool>true</bool>
1591 </property>
1592 <property name="frameShape">
1593 <enum>QFrame::StyledPanel</enum>
1594 </property>
1595 <property name="frameShadow">
1596 <enum>QFrame::Raised</enum>
1597 </property>
1598 </widget>
1599 </item>
1600 <item>
1601 <widget class="QFrame" name="color2">
1602 <property name="minimumSize">
1603 <size>
1604 <width>30</width>
1605 <height>30</height>
1606 </size>
1607 </property>
1608 <property name="autoFillBackground">
1609 <bool>true</bool>
1610 </property>
1611 <property name="frameShape">
1612 <enum>QFrame::StyledPanel</enum>
1613 </property>
1614 <property name="frameShadow">
1615 <enum>QFrame::Raised</enum>
1616 </property>
1617 </widget>
1618 </item>
1619 <item>
1620 <widget class="QFrame" name="color3">
1621 <property name="minimumSize">
1622 <size>
1623 <width>30</width>
1624 <height>30</height>
1625 </size>
1626 </property>
1627 <property name="autoFillBackground">
1628 <bool>true</bool>
1629 </property>
1630 <property name="frameShape">
1631 <enum>QFrame::StyledPanel</enum>
1632 </property>
1633 <property name="frameShadow">
1634 <enum>QFrame::Raised</enum>
1635 </property>
1636 </widget>
1637 </item>
1638 </layout>
1639 </item>
1640 <item row="5" column="1">
1641 <layout class="QHBoxLayout" name="horizontalLayout_15">
1642 <item>
1643 <widget class="QFrame" name="color4">
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="color5">
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="color6">
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="color7">
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="8" column="1">
1721 <widget class="QCheckBox" name="sgbBorders">
1722 <property name="text">
1723 <string>Super Game Boy borders</string>
1724 </property>
1725 </widget>
1726 </item>
1727 <item row="9" column="0" colspan="2">
1728 <widget class="Line" name="line_11">
1729 <property name="orientation">
1730 <enum>Qt::Horizontal</enum>
1731 </property>
1732 </widget>
1733 </item>
1734 <item row="10" column="0">
1735 <widget class="QLabel" name="label_27">
1736 <property name="text">
1737 <string>Camera driver:</string>
1738 </property>
1739 </widget>
1740 </item>
1741 <item row="10" column="1">
1742 <widget class="QComboBox" name="cameraDriver">
1743 <property name="sizePolicy">
1744 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1745 <horstretch>0</horstretch>
1746 <verstretch>0</verstretch>
1747 </sizepolicy>
1748 </property>
1749 </widget>
1750 </item>
1751 <item row="6" column="1">
1752 <layout class="QHBoxLayout" name="horizontalLayout_37">
1753 <item>
1754 <widget class="QFrame" name="color8">
1755 <property name="minimumSize">
1756 <size>
1757 <width>30</width>
1758 <height>30</height>
1759 </size>
1760 </property>
1761 <property name="autoFillBackground">
1762 <bool>true</bool>
1763 </property>
1764 <property name="frameShape">
1765 <enum>QFrame::StyledPanel</enum>
1766 </property>
1767 <property name="frameShadow">
1768 <enum>QFrame::Raised</enum>
1769 </property>
1770 </widget>
1771 </item>
1772 <item>
1773 <widget class="QFrame" name="color9">
1774 <property name="minimumSize">
1775 <size>
1776 <width>30</width>
1777 <height>30</height>
1778 </size>
1779 </property>
1780 <property name="autoFillBackground">
1781 <bool>true</bool>
1782 </property>
1783 <property name="frameShape">
1784 <enum>QFrame::StyledPanel</enum>
1785 </property>
1786 <property name="frameShadow">
1787 <enum>QFrame::Raised</enum>
1788 </property>
1789 </widget>
1790 </item>
1791 <item>
1792 <widget class="QFrame" name="color10">
1793 <property name="minimumSize">
1794 <size>
1795 <width>30</width>
1796 <height>30</height>
1797 </size>
1798 </property>
1799 <property name="autoFillBackground">
1800 <bool>true</bool>
1801 </property>
1802 <property name="frameShape">
1803 <enum>QFrame::StyledPanel</enum>
1804 </property>
1805 <property name="frameShadow">
1806 <enum>QFrame::Raised</enum>
1807 </property>
1808 </widget>
1809 </item>
1810 <item>
1811 <widget class="QFrame" name="color11">
1812 <property name="minimumSize">
1813 <size>
1814 <width>30</width>
1815 <height>30</height>
1816 </size>
1817 </property>
1818 <property name="autoFillBackground">
1819 <bool>true</bool>
1820 </property>
1821 <property name="frameShape">
1822 <enum>QFrame::StyledPanel</enum>
1823 </property>
1824 <property name="frameShadow">
1825 <enum>QFrame::Raised</enum>
1826 </property>
1827 </widget>
1828 </item>
1829 </layout>
1830 </item>
1831 <item row="5" column="0">
1832 <widget class="QLabel" name="label_69">
1833 <property name="text">
1834 <string>Default sprite colors 1:</string>
1835 </property>
1836 </widget>
1837 </item>
1838 <item row="6" column="0">
1839 <widget class="QLabel" name="label_70">
1840 <property name="text">
1841 <string>Default sprite colors 2:</string>
1842 </property>
1843 </widget>
1844 </item>
1845 <item row="7" column="1">
1846 <widget class="QCheckBox" name="useCgbColors">
1847 <property name="text">
1848 <string>Use GBC colors in GB games</string>
1849 </property>
1850 </widget>
1851 </item>
1852 <item row="11" column="0">
1853 <widget class="QLabel" name="label_35">
1854 <property name="text">
1855 <string>Camera:</string>
1856 </property>
1857 </widget>
1858 </item>
1859 <item row="11" column="1">
1860 <widget class="QComboBox" name="camera">
1861 <property name="enabled">
1862 <bool>false</bool>
1863 </property>
1864 <property name="sizePolicy">
1865 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1866 <horstretch>0</horstretch>
1867 <verstretch>0</verstretch>
1868 </sizepolicy>
1869 </property>
1870 </widget>
1871 </item>
1872 </layout>
1873 </widget>
1874 </widget>
1875 </item>
1876 </layout>
1877 </widget>
1878 <resources/>
1879 <connections>
1880 <connection>
1881 <sender>buttonBox</sender>
1882 <signal>accepted()</signal>
1883 <receiver>SettingsView</receiver>
1884 <slot>close()</slot>
1885 <hints>
1886 <hint type="sourcelabel">
1887 <x>169</x>
1888 <y>453</y>
1889 </hint>
1890 <hint type="destinationlabel">
1891 <x>169</x>
1892 <y>236</y>
1893 </hint>
1894 </hints>
1895 </connection>
1896 <connection>
1897 <sender>buttonBox</sender>
1898 <signal>rejected()</signal>
1899 <receiver>SettingsView</receiver>
1900 <slot>close()</slot>
1901 <hints>
1902 <hint type="sourcelabel">
1903 <x>169</x>
1904 <y>453</y>
1905 </hint>
1906 <hint type="destinationlabel">
1907 <x>169</x>
1908 <y>236</y>
1909 </hint>
1910 </hints>
1911 </connection>
1912 <connection>
1913 <sender>tabs</sender>
1914 <signal>currentRowChanged(int)</signal>
1915 <receiver>stackedWidget</receiver>
1916 <slot>setCurrentIndex(int)</slot>
1917 <hints>
1918 <hint type="sourcelabel">
1919 <x>61</x>
1920 <y>209</y>
1921 </hint>
1922 <hint type="destinationlabel">
1923 <x>315</x>
1924 <y>209</y>
1925 </hint>
1926 </hints>
1927 </connection>
1928 <connection>
1929 <sender>savegameSameDir</sender>
1930 <signal>toggled(bool)</signal>
1931 <receiver>savegamePath</receiver>
1932 <slot>setDisabled(bool)</slot>
1933 <hints>
1934 <hint type="sourcelabel">
1935 <x>392</x>
1936 <y>82</y>
1937 </hint>
1938 <hint type="destinationlabel">
1939 <x>366</x>
1940 <y>48</y>
1941 </hint>
1942 </hints>
1943 </connection>
1944 <connection>
1945 <sender>savestateSameDir</sender>
1946 <signal>toggled(bool)</signal>
1947 <receiver>savestatePath</receiver>
1948 <slot>setDisabled(bool)</slot>
1949 <hints>
1950 <hint type="sourcelabel">
1951 <x>392</x>
1952 <y>161</y>
1953 </hint>
1954 <hint type="destinationlabel">
1955 <x>366</x>
1956 <y>127</y>
1957 </hint>
1958 </hints>
1959 </connection>
1960 <connection>
1961 <sender>screenshotSameDir</sender>
1962 <signal>toggled(bool)</signal>
1963 <receiver>screenshotPath</receiver>
1964 <slot>setDisabled(bool)</slot>
1965 <hints>
1966 <hint type="sourcelabel">
1967 <x>392</x>
1968 <y>240</y>
1969 </hint>
1970 <hint type="destinationlabel">
1971 <x>366</x>
1972 <y>206</y>
1973 </hint>
1974 </hints>
1975 </connection>
1976 <connection>
1977 <sender>patchSameDir</sender>
1978 <signal>toggled(bool)</signal>
1979 <receiver>patchPath</receiver>
1980 <slot>setDisabled(bool)</slot>
1981 <hints>
1982 <hint type="sourcelabel">
1983 <x>345</x>
1984 <y>319</y>
1985 </hint>
1986 <hint type="destinationlabel">
1987 <x>340</x>
1988 <y>285</y>
1989 </hint>
1990 </hints>
1991 </connection>
1992 <connection>
1993 <sender>cheatsSameDir</sender>
1994 <signal>toggled(bool)</signal>
1995 <receiver>cheatsPath</receiver>
1996 <slot>setDisabled(bool)</slot>
1997 <hints>
1998 <hint type="sourcelabel">
1999 <x>351</x>
2000 <y>407</y>
2001 </hint>
2002 <hint type="destinationlabel">
2003 <x>343</x>
2004 <y>372</y>
2005 </hint>
2006 </hints>
2007 </connection>
2008 <connection>
2009 <sender>fastForwardUnbounded</sender>
2010 <signal>toggled(bool)</signal>
2011 <receiver>fastForwardRatio</receiver>
2012 <slot>setDisabled(bool)</slot>
2013 <hints>
2014 <hint type="sourcelabel">
2015 <x>445</x>
2016 <y>38</y>
2017 </hint>
2018 <hint type="destinationlabel">
2019 <x>349</x>
2020 <y>38</y>
2021 </hint>
2022 </hints>
2023 </connection>
2024 <connection>
2025 <sender>fastForwardHeldUnbounded</sender>
2026 <signal>toggled(bool)</signal>
2027 <receiver>fastForwardHeldRatio</receiver>
2028 <slot>setDisabled(bool)</slot>
2029 </connection>
2030 </connections>
2031</ui>