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