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