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