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