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