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