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