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