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