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