src/platform/qt/SettingsView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SettingsView</class>
4 <widget class="QWidget" name="SettingsView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>588</width>
10 <height>488</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Settings</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetFixedSize</enum>
25 </property>
26 <item row="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="MinimumExpanding" vsizetype="Expanding">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="maximumSize">
42 <size>
43 <width>140</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>BIOS</string>
68 </property>
69 </item>
70 <item>
71 <property name="text">
72 <string>Paths</string>
73 </property>
74 </item>
75 <item>
76 <property name="text">
77 <string>Logging</string>
78 </property>
79 </item>
80 <item>
81 <property name="text">
82 <string>Game Boy</string>
83 </property>
84 </item>
85 </widget>
86 </item>
87 <item row="1" column="1">
88 <widget class="QStackedWidget" name="stackedWidget">
89 <property name="currentIndex">
90 <number>0</number>
91 </property>
92 <widget class="QWidget" name="av">
93 <layout class="QFormLayout" name="formLayout">
94 <property name="fieldGrowthPolicy">
95 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
96 </property>
97 <item row="0" column="0">
98 <widget class="QLabel" name="label_14">
99 <property name="text">
100 <string>Audio driver:</string>
101 </property>
102 </widget>
103 </item>
104 <item row="0" column="1">
105 <widget class="QComboBox" name="audioDriver">
106 <property name="sizePolicy">
107 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
110 </sizepolicy>
111 </property>
112 </widget>
113 </item>
114 <item row="1" column="0">
115 <widget class="QLabel" name="audioBufferSizeLabel">
116 <property name="text">
117 <string>Audio buffer:</string>
118 </property>
119 </widget>
120 </item>
121 <item row="1" column="1">
122 <layout class="QHBoxLayout" name="horizontalLayout_11">
123 <item>
124 <widget class="QComboBox" name="audioBufferSize">
125 <property name="editable">
126 <bool>true</bool>
127 </property>
128 <property name="currentText">
129 <string>1536</string>
130 </property>
131 <property name="currentIndex">
132 <number>3</number>
133 </property>
134 <item>
135 <property name="text">
136 <string>512</string>
137 </property>
138 </item>
139 <item>
140 <property name="text">
141 <string>768</string>
142 </property>
143 </item>
144 <item>
145 <property name="text">
146 <string>1024</string>
147 </property>
148 </item>
149 <item>
150 <property name="text">
151 <string>1536</string>
152 </property>
153 </item>
154 <item>
155 <property name="text">
156 <string>2048</string>
157 </property>
158 </item>
159 <item>
160 <property name="text">
161 <string>3072</string>
162 </property>
163 </item>
164 <item>
165 <property name="text">
166 <string>4096</string>
167 </property>
168 </item>
169 </widget>
170 </item>
171 <item>
172 <widget class="QLabel" name="label_16">
173 <property name="text">
174 <string>samples</string>
175 </property>
176 </widget>
177 </item>
178 </layout>
179 </item>
180 <item row="2" column="0">
181 <widget class="QLabel" name="label_19">
182 <property name="text">
183 <string>Sample rate:</string>
184 </property>
185 </widget>
186 </item>
187 <item row="2" column="1">
188 <layout class="QHBoxLayout" name="horizontalLayout_14">
189 <item>
190 <widget class="QComboBox" name="sampleRate">
191 <property name="editable">
192 <bool>true</bool>
193 </property>
194 <property name="currentText">
195 <string>44100</string>
196 </property>
197 <property name="currentIndex">
198 <number>2</number>
199 </property>
200 <item>
201 <property name="text">
202 <string>22050</string>
203 </property>
204 </item>
205 <item>
206 <property name="text">
207 <string>32000</string>
208 </property>
209 </item>
210 <item>
211 <property name="text">
212 <string>44100</string>
213 </property>
214 </item>
215 <item>
216 <property name="text">
217 <string>48000</string>
218 </property>
219 </item>
220 </widget>
221 </item>
222 <item>
223 <widget class="QLabel" name="label_20">
224 <property name="text">
225 <string>Hz</string>
226 </property>
227 </widget>
228 </item>
229 </layout>
230 </item>
231 <item row="3" column="0">
232 <widget class="QLabel" name="label_17">
233 <property name="text">
234 <string>Volume:</string>
235 </property>
236 </widget>
237 </item>
238 <item row="3" column="1">
239 <layout class="QHBoxLayout" name="horizontalLayout_6">
240 <item>
241 <widget class="QSlider" name="volume">
242 <property name="minimumSize">
243 <size>
244 <width>128</width>
245 <height>0</height>
246 </size>
247 </property>
248 <property name="maximum">
249 <number>256</number>
250 </property>
251 <property name="pageStep">
252 <number>16</number>
253 </property>
254 <property name="value">
255 <number>256</number>
256 </property>
257 <property name="orientation">
258 <enum>Qt::Horizontal</enum>
259 </property>
260 </widget>
261 </item>
262 <item>
263 <widget class="QCheckBox" name="mute">
264 <property name="text">
265 <string>Mute</string>
266 </property>
267 </widget>
268 </item>
269 </layout>
270 </item>
271 <item row="4" column="0">
272 <widget class="QLabel" name="label_34">
273 <property name="text">
274 <string>Fast forward volume:</string>
275 </property>
276 </widget>
277 </item>
278 <item row="4" column="1">
279 <layout class="QHBoxLayout" name="horizontalLayout_17">
280 <item>
281 <widget class="QSlider" name="volumeFf">
282 <property name="minimumSize">
283 <size>
284 <width>128</width>
285 <height>0</height>
286 </size>
287 </property>
288 <property name="maximum">
289 <number>256</number>
290 </property>
291 <property name="pageStep">
292 <number>16</number>
293 </property>
294 <property name="value">
295 <number>256</number>
296 </property>
297 <property name="orientation">
298 <enum>Qt::Horizontal</enum>
299 </property>
300 </widget>
301 </item>
302 <item>
303 <widget class="QCheckBox" name="muteFf">
304 <property name="text">
305 <string>Mute</string>
306 </property>
307 </widget>
308 </item>
309 </layout>
310 </item>
311 <item row="5" column="0" colspan="2">
312 <widget class="Line" name="line_4">
313 <property name="orientation">
314 <enum>Qt::Horizontal</enum>
315 </property>
316 </widget>
317 </item>
318 <item row="6" column="0">
319 <widget class="QLabel" name="label_10">
320 <property name="text">
321 <string>Display driver:</string>
322 </property>
323 </widget>
324 </item>
325 <item row="6" column="1">
326 <widget class="QComboBox" name="displayDriver">
327 <property name="sizePolicy">
328 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
329 <horstretch>0</horstretch>
330 <verstretch>0</verstretch>
331 </sizepolicy>
332 </property>
333 </widget>
334 </item>
335 <item row="7" column="0">
336 <widget class="QLabel" name="label_9">
337 <property name="text">
338 <string>Frameskip:</string>
339 </property>
340 </widget>
341 </item>
342 <item row="7" column="1">
343 <layout class="QHBoxLayout" name="horizontalLayout_16">
344 <item>
345 <widget class="QLabel" name="label_12">
346 <property name="text">
347 <string>Skip every</string>
348 </property>
349 </widget>
350 </item>
351 <item>
352 <widget class="QSpinBox" name="frameskip"/>
353 </item>
354 <item>
355 <widget class="QLabel" name="label_13">
356 <property name="text">
357 <string>frames</string>
358 </property>
359 </widget>
360 </item>
361 </layout>
362 </item>
363 <item row="8" column="0">
364 <widget class="QLabel" name="label_3">
365 <property name="text">
366 <string>FPS target:</string>
367 </property>
368 </widget>
369 </item>
370 <item row="8" column="1">
371 <layout class="QHBoxLayout" name="horizontalLayout_2">
372 <item>
373 <widget class="QDoubleSpinBox" name="fpsTarget">
374 <property name="decimals">
375 <number>4</number>
376 </property>
377 <property name="minimum">
378 <double>0.010000000000000</double>
379 </property>
380 <property name="maximum">
381 <double>240.000000000000000</double>
382 </property>
383 <property name="value">
384 <double>60.000000000000000</double>
385 </property>
386 </widget>
387 </item>
388 <item>
389 <widget class="QLabel" name="label_11">
390 <property name="text">
391 <string>frames per second</string>
392 </property>
393 </widget>
394 </item>
395 </layout>
396 </item>
397 <item row="9" column="0" colspan="2">
398 <widget class="Line" name="line_5">
399 <property name="orientation">
400 <enum>Qt::Horizontal</enum>
401 </property>
402 </widget>
403 </item>
404 <item row="10" column="0">
405 <widget class="QLabel" name="label_2">
406 <property name="text">
407 <string>Sync:</string>
408 </property>
409 </widget>
410 </item>
411 <item row="10" column="1">
412 <layout class="QHBoxLayout" name="horizontalLayout_10">
413 <item>
414 <widget class="QCheckBox" name="videoSync">
415 <property name="text">
416 <string>Video</string>
417 </property>
418 </widget>
419 </item>
420 <item>
421 <widget class="QCheckBox" name="audioSync">
422 <property name="text">
423 <string>Audio</string>
424 </property>
425 </widget>
426 </item>
427 </layout>
428 </item>
429 <item row="11" column="1">
430 <widget class="QCheckBox" name="lockAspectRatio">
431 <property name="text">
432 <string>Lock aspect ratio</string>
433 </property>
434 </widget>
435 </item>
436 <item row="12" column="1">
437 <widget class="QCheckBox" name="lockIntegerScaling">
438 <property name="text">
439 <string>Force integer scaling</string>
440 </property>
441 </widget>
442 </item>
443 <item row="13" column="1">
444 <widget class="QCheckBox" name="resampleVideo">
445 <property name="text">
446 <string>Bilinear filtering</string>
447 </property>
448 </widget>
449 </item>
450 </layout>
451 </widget>
452 <widget class="QWidget" name="interface_2">
453 <layout class="QFormLayout" name="formLayout_4">
454 <item row="0" column="0">
455 <widget class="QLabel" name="label_26">
456 <property name="text">
457 <string>Language</string>
458 </property>
459 </widget>
460 </item>
461 <item row="0" column="1">
462 <widget class="QComboBox" name="languages">
463 <item>
464 <property name="text">
465 <string>English</string>
466 </property>
467 </item>
468 </widget>
469 </item>
470 <item row="1" column="0" colspan="2">
471 <widget class="Line" name="line_10">
472 <property name="orientation">
473 <enum>Qt::Horizontal</enum>
474 </property>
475 </widget>
476 </item>
477 <item row="2" column="0">
478 <widget class="QLabel" name="label_6">
479 <property name="text">
480 <string>Library:</string>
481 </property>
482 </widget>
483 </item>
484 <item row="2" column="1">
485 <widget class="QComboBox" name="libraryStyle">
486 <item>
487 <property name="text">
488 <string>List view</string>
489 </property>
490 </item>
491 <item>
492 <property name="text">
493 <string>Tree view</string>
494 </property>
495 </item>
496 </widget>
497 </item>
498 <item row="3" column="1">
499 <widget class="QCheckBox" name="showLibrary">
500 <property name="text">
501 <string>Show when no game open</string>
502 </property>
503 <property name="checked">
504 <bool>true</bool>
505 </property>
506 </widget>
507 </item>
508 <item row="4" column="1">
509 <widget class="QPushButton" name="clearCache">
510 <property name="text">
511 <string>Clear cache</string>
512 </property>
513 </widget>
514 </item>
515 <item row="5" column="0" colspan="2">
516 <widget class="Line" name="line_8">
517 <property name="orientation">
518 <enum>Qt::Horizontal</enum>
519 </property>
520 </widget>
521 </item>
522 <item row="6" column="1">
523 <widget class="QCheckBox" name="allowOpposingDirections">
524 <property name="text">
525 <string>Allow opposing input directions</string>
526 </property>
527 </widget>
528 </item>
529 <item row="7" column="1">
530 <widget class="QCheckBox" name="suspendScreensaver">
531 <property name="text">
532 <string>Suspend screensaver</string>
533 </property>
534 <property name="checked">
535 <bool>true</bool>
536 </property>
537 </widget>
538 </item>
539 <item row="8" column="1">
540 <widget class="QCheckBox" name="pauseOnFocusLost">
541 <property name="text">
542 <string>Pause when inactive</string>
543 </property>
544 </widget>
545 </item>
546 <item row="9" column="1">
547 <widget class="QCheckBox" name="showFps">
548 <property name="text">
549 <string>Show FPS in title bar</string>
550 </property>
551 <property name="checked">
552 <bool>true</bool>
553 </property>
554 </widget>
555 </item>
556 <item row="11" column="0" colspan="2">
557 <widget class="Line" name="line_13">
558 <property name="orientation">
559 <enum>Qt::Horizontal</enum>
560 </property>
561 </widget>
562 </item>
563 <item row="14" column="0" colspan="2">
564 <widget class="Line" name="line_16">
565 <property name="orientation">
566 <enum>Qt::Horizontal</enum>
567 </property>
568 </widget>
569 </item>
570 <item row="15" column="1">
571 <widget class="QCheckBox" name="cheatAutosave">
572 <property name="text">
573 <string>Automatically save cheats</string>
574 </property>
575 <property name="checked">
576 <bool>true</bool>
577 </property>
578 </widget>
579 </item>
580 <item row="16" column="1">
581 <widget class="QCheckBox" name="cheatAutoload">
582 <property name="text">
583 <string>Automatically load cheats</string>
584 </property>
585 <property name="checked">
586 <bool>true</bool>
587 </property>
588 </widget>
589 </item>
590 <item row="12" column="1">
591 <widget class="QCheckBox" name="autosave">
592 <property name="text">
593 <string>Automatically save state</string>
594 </property>
595 <property name="checked">
596 <bool>true</bool>
597 </property>
598 </widget>
599 </item>
600 <item row="13" column="1">
601 <widget class="QCheckBox" name="autoload">
602 <property name="text">
603 <string>Automatically load state</string>
604 </property>
605 <property name="checked">
606 <bool>true</bool>
607 </property>
608 </widget>
609 </item>
610 <item row="10" column="1">
611 <widget class="QCheckBox" name="useDiscordPresence">
612 <property name="text">
613 <string>Enable Discord Rich Presence</string>
614 </property>
615 </widget>
616 </item>
617 </layout>
618 </widget>
619 <widget class="QWidget" name="emulation">
620 <layout class="QFormLayout" name="formLayout_2">
621 <property name="fieldGrowthPolicy">
622 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
623 </property>
624 <item row="0" column="0">
625 <widget class="QLabel" name="label_18">
626 <property name="text">
627 <string>Fast forward speed:</string>
628 </property>
629 </widget>
630 </item>
631 <item row="0" column="1">
632 <layout class="QHBoxLayout" name="horizontalLayout_5">
633 <item>
634 <widget class="QDoubleSpinBox" name="fastForwardRatio">
635 <property name="enabled">
636 <bool>false</bool>
637 </property>
638 <property name="suffix">
639 <string>×</string>
640 </property>
641 <property name="minimum">
642 <double>0.010000000000000</double>
643 </property>
644 <property name="maximum">
645 <double>20.000000000000000</double>
646 </property>
647 <property name="singleStep">
648 <double>0.500000000000000</double>
649 </property>
650 <property name="value">
651 <double>5.000000000000000</double>
652 </property>
653 </widget>
654 </item>
655 <item>
656 <widget class="QCheckBox" name="fastForwardUnbounded">
657 <property name="text">
658 <string>Unbounded</string>
659 </property>
660 <property name="checked">
661 <bool>true</bool>
662 </property>
663 </widget>
664 </item>
665 </layout>
666 </item>
667 <item row="1" column="0">
668 <widget class="QLabel" name="label_31">
669 <property name="text">
670 <string>Autofire interval:</string>
671 </property>
672 </widget>
673 </item>
674 <item row="1" column="1">
675 <widget class="QSpinBox" name="autofireThreshold">
676 <property name="minimum">
677 <number>1</number>
678 </property>
679 <property name="maximum">
680 <number>60</number>
681 </property>
682 </widget>
683 </item>
684 <item row="2" column="0" colspan="2">
685 <widget class="Line" name="line">
686 <property name="orientation">
687 <enum>Qt::Horizontal</enum>
688 </property>
689 </widget>
690 </item>
691 <item row="3" column="1">
692 <widget class="QCheckBox" name="rewind">
693 <property name="text">
694 <string>Enable rewind</string>
695 </property>
696 </widget>
697 </item>
698 <item row="4" column="0">
699 <widget class="QLabel" name="label_8">
700 <property name="text">
701 <string>Rewind history:</string>
702 </property>
703 </widget>
704 </item>
705 <item row="4" column="1">
706 <layout class="QHBoxLayout" name="horizontalLayout_13">
707 <item>
708 <widget class="QSpinBox" name="rewindCapacity">
709 <property name="maximum">
710 <number>3600</number>
711 </property>
712 </widget>
713 </item>
714 <item>
715 <widget class="QLabel" name="label_7">
716 <property name="text">
717 <string>frames</string>
718 </property>
719 </widget>
720 </item>
721 </layout>
722 </item>
723 <item row="5" column="0" colspan="2">
724 <widget class="Line" name="line_3">
725 <property name="orientation">
726 <enum>Qt::Horizontal</enum>
727 </property>
728 </widget>
729 </item>
730 <item row="6" column="0">
731 <widget class="QLabel" name="label_15">
732 <property name="text">
733 <string>Idle loops:</string>
734 </property>
735 </widget>
736 </item>
737 <item row="6" column="1">
738 <widget class="QComboBox" name="idleOptimization">
739 <item>
740 <property name="text">
741 <string>Run all</string>
742 </property>
743 </item>
744 <item>
745 <property name="text">
746 <string>Remove known</string>
747 </property>
748 </item>
749 <item>
750 <property name="text">
751 <string>Detect and remove</string>
752 </property>
753 </item>
754 </widget>
755 </item>
756 <item row="7" column="1">
757 <widget class="QCheckBox" name="preload">
758 <property name="text">
759 <string>Preload entire ROM into memory</string>
760 </property>
761 </widget>
762 </item>
763 <item row="8" column="0" colspan="2">
764 <widget class="Line" name="line_2">
765 <property name="orientation">
766 <enum>Qt::Horizontal</enum>
767 </property>
768 </widget>
769 </item>
770 <item row="9" column="0">
771 <widget class="QLabel" name="label_24">
772 <property name="text">
773 <string>Savestate extra data:</string>
774 </property>
775 </widget>
776 </item>
777 <item row="9" column="1">
778 <widget class="QCheckBox" name="saveStateScreenshot">
779 <property name="text">
780 <string>Screenshot</string>
781 </property>
782 <property name="checked">
783 <bool>true</bool>
784 </property>
785 </widget>
786 </item>
787 <item row="10" column="1">
788 <widget class="QCheckBox" name="saveStateSave">
789 <property name="text">
790 <string>Save data</string>
791 </property>
792 <property name="checked">
793 <bool>true</bool>
794 </property>
795 </widget>
796 </item>
797 <item row="11" column="1">
798 <widget class="QCheckBox" name="saveStateCheats">
799 <property name="text">
800 <string>Cheat codes</string>
801 </property>
802 <property name="checked">
803 <bool>true</bool>
804 </property>
805 </widget>
806 </item>
807 <item row="12" column="0" colspan="2">
808 <widget class="Line" name="line_9">
809 <property name="orientation">
810 <enum>Qt::Horizontal</enum>
811 </property>
812 </widget>
813 </item>
814 <item row="13" column="0">
815 <widget class="QLabel" name="label_25">
816 <property name="text">
817 <string>Load extra data:</string>
818 </property>
819 </widget>
820 </item>
821 <item row="13" column="1">
822 <widget class="QCheckBox" name="loadStateScreenshot">
823 <property name="text">
824 <string>Screenshot</string>
825 </property>
826 <property name="checked">
827 <bool>true</bool>
828 </property>
829 </widget>
830 </item>
831 <item row="14" column="1">
832 <widget class="QCheckBox" name="loadStateSave">
833 <property name="text">
834 <string>Save data</string>
835 </property>
836 </widget>
837 </item>
838 <item row="15" column="1">
839 <widget class="QCheckBox" name="loadStateCheats">
840 <property name="text">
841 <string>Cheat codes</string>
842 </property>
843 </widget>
844 </item>
845 </layout>
846 </widget>
847 <widget class="QWidget" name="bios">
848 <layout class="QFormLayout" name="formLayout_5">
849 <property name="fieldGrowthPolicy">
850 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
851 </property>
852 <item row="0" column="0">
853 <widget class="QLabel" name="label">
854 <property name="text">
855 <string>GB BIOS file:</string>
856 </property>
857 </widget>
858 </item>
859 <item row="0" column="1">
860 <layout class="QHBoxLayout" name="horizontalLayout">
861 <item>
862 <widget class="QLineEdit" name="gbBios">
863 <property name="sizePolicy">
864 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
865 <horstretch>0</horstretch>
866 <verstretch>0</verstretch>
867 </sizepolicy>
868 </property>
869 </widget>
870 </item>
871 <item>
872 <widget class="QPushButton" name="gbBiosBrowse">
873 <property name="text">
874 <string>Browse</string>
875 </property>
876 </widget>
877 </item>
878 </layout>
879 </item>
880 <item row="1" column="0">
881 <widget class="QLabel" name="label_30">
882 <property name="text">
883 <string>SGB BIOS file:</string>
884 </property>
885 </widget>
886 </item>
887 <item row="1" column="1">
888 <layout class="QHBoxLayout" name="horizontalLayout_12">
889 <item>
890 <widget class="QLineEdit" name="sgbBios">
891 <property name="sizePolicy">
892 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
893 <horstretch>0</horstretch>
894 <verstretch>0</verstretch>
895 </sizepolicy>
896 </property>
897 </widget>
898 </item>
899 <item>
900 <widget class="QPushButton" name="sgbBiosBrowse">
901 <property name="text">
902 <string>Browse</string>
903 </property>
904 </widget>
905 </item>
906 </layout>
907 </item>
908 <item row="2" column="0">
909 <widget class="QLabel" name="label_5">
910 <property name="text">
911 <string>GBC BIOS file:</string>
912 </property>
913 </widget>
914 </item>
915 <item row="2" column="1">
916 <layout class="QHBoxLayout" name="horizontalLayout_30">
917 <item>
918 <widget class="QLineEdit" name="gbcBios">
919 <property name="sizePolicy">
920 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
921 <horstretch>0</horstretch>
922 <verstretch>0</verstretch>
923 </sizepolicy>
924 </property>
925 </widget>
926 </item>
927 <item>
928 <widget class="QPushButton" name="gbcBiosBrowse">
929 <property name="text">
930 <string>Browse</string>
931 </property>
932 </widget>
933 </item>
934 </layout>
935 </item>
936 <item row="3" column="0">
937 <widget class="QLabel" name="label_4">
938 <property name="text">
939 <string>GBA BIOS file:</string>
940 </property>
941 </widget>
942 </item>
943 <item row="3" column="1">
944 <layout class="QHBoxLayout" name="horizontalLayout_8">
945 <item>
946 <widget class="QLineEdit" name="gbaBios">
947 <property name="sizePolicy">
948 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
949 <horstretch>0</horstretch>
950 <verstretch>0</verstretch>
951 </sizepolicy>
952 </property>
953 </widget>
954 </item>
955 <item>
956 <widget class="QPushButton" name="gbaBiosBrowse">
957 <property name="text">
958 <string>Browse</string>
959 </property>
960 </widget>
961 </item>
962 </layout>
963 </item>
964 <item row="4" column="0">
965 <widget class="QLabel" name="label_26">
966 <property name="text">
967 <string>DS BIOS 7 file:</string>
968 </property>
969 </widget>
970 </item>
971 <item row="4" column="1">
972 <layout class="QHBoxLayout" name="horizontalLayout_9">
973 <item>
974 <widget class="QLineEdit" name="dsBios7">
975 <property name="sizePolicy">
976 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
977 <horstretch>0</horstretch>
978 <verstretch>0</verstretch>
979 </sizepolicy>
980 </property>
981 </widget>
982 </item>
983 <item>
984 <widget class="QPushButton" name="dsBios7Browse">
985 <property name="text">
986 <string>Browse</string>
987 </property>
988 </widget>
989 </item>
990 </layout>
991 </item>
992 <item row="5" column="0">
993 <widget class="QLabel" name="label_27">
994 <property name="text">
995 <string>DS BIOS 9 file:</string>
996 </property>
997 </widget>
998 </item>
999 <item row="5" column="1">
1000 <layout class="QHBoxLayout" name="horizontalLayout_15">
1001 <item>
1002 <widget class="QLineEdit" name="dsBios9">
1003 <property name="sizePolicy">
1004 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1005 <horstretch>0</horstretch>
1006 <verstretch>0</verstretch>
1007 </sizepolicy>
1008 </property>
1009 </widget>
1010 </item>
1011 <item>
1012 <widget class="QPushButton" name="dsBios9Browse">
1013 <property name="text">
1014 <string>Browse</string>
1015 </property>
1016 </widget>
1017 </item>
1018 </layout>
1019 </item>
1020 <item row="6" column="0">
1021 <widget class="QLabel" name="label_28">
1022 <property name="text">
1023 <string>DS firmware file:</string>
1024 </property>
1025 </widget>
1026 </item>
1027 <item row="6" column="1">
1028 <layout class="QHBoxLayout" name="horizontalLayout_17">
1029 <item>
1030 <widget class="QLineEdit" name="dsFirmware"/>
1031 </item>
1032 <item>
1033 <widget class="QPushButton" name="dsFirmwareBrowse">
1034 <property name="text">
1035 <string>Browse</string>
1036 </property>
1037 </widget>
1038 </item>
1039 </layout>
1040 </item>
1041 <item row="7" column="1">
1042 <widget class="QCheckBox" name="useBios">
1043 <property name="text">
1044 <string>Use BIOS file if found</string>
1045 </property>
1046 <property name="checked">
1047 <bool>true</bool>
1048 </property>
1049 </widget>
1050 </item>
1051 <item row="8" column="1">
1052 <widget class="QCheckBox" name="skipBios">
1053 <property name="text">
1054 <string>Skip BIOS intro</string>
1055 </property>
1056 </widget>
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="horizontalHeaderDefaultSectionSize">
1305 <number>77</number>
1306 </attribute>
1307 <attribute name="horizontalHeaderMinimumSectionSize">
1308 <number>0</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>