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 <item row="0" column="0">
850 <widget class="QLabel" name="label">
851 <property name="text">
852 <string>GB BIOS file:</string>
853 </property>
854 </widget>
855 </item>
856 <item row="0" column="1">
857 <layout class="QHBoxLayout" name="horizontalLayout">
858 <item>
859 <widget class="QLineEdit" name="gbBios">
860 <property name="sizePolicy">
861 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
862 <horstretch>0</horstretch>
863 <verstretch>0</verstretch>
864 </sizepolicy>
865 </property>
866 </widget>
867 </item>
868 <item>
869 <widget class="QPushButton" name="gbBiosBrowse">
870 <property name="text">
871 <string>Browse</string>
872 </property>
873 </widget>
874 </item>
875 </layout>
876 </item>
877 <item row="4" column="1">
878 <widget class="QCheckBox" name="useBios">
879 <property name="text">
880 <string>Use BIOS file if found</string>
881 </property>
882 <property name="checked">
883 <bool>true</bool>
884 </property>
885 </widget>
886 </item>
887 <item row="5" column="1">
888 <widget class="QCheckBox" name="skipBios">
889 <property name="text">
890 <string>Skip BIOS intro</string>
891 </property>
892 </widget>
893 </item>
894 <item row="3" column="1">
895 <layout class="QHBoxLayout" name="horizontalLayout_8">
896 <item>
897 <widget class="QLineEdit" name="gbaBios">
898 <property name="sizePolicy">
899 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
900 <horstretch>0</horstretch>
901 <verstretch>0</verstretch>
902 </sizepolicy>
903 </property>
904 </widget>
905 </item>
906 <item>
907 <widget class="QPushButton" name="gbaBiosBrowse">
908 <property name="text">
909 <string>Browse</string>
910 </property>
911 </widget>
912 </item>
913 </layout>
914 </item>
915 <item row="3" column="0">
916 <widget class="QLabel" name="label_4">
917 <property name="text">
918 <string>GBA BIOS file:</string>
919 </property>
920 </widget>
921 </item>
922 <item row="2" column="0">
923 <widget class="QLabel" name="label_5">
924 <property name="text">
925 <string>GBC BIOS file:</string>
926 </property>
927 </widget>
928 </item>
929 <item row="2" column="1">
930 <layout class="QHBoxLayout" name="horizontalLayout_30">
931 <item>
932 <widget class="QLineEdit" name="gbcBios">
933 <property name="sizePolicy">
934 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
935 <horstretch>0</horstretch>
936 <verstretch>0</verstretch>
937 </sizepolicy>
938 </property>
939 </widget>
940 </item>
941 <item>
942 <widget class="QPushButton" name="gbcBiosBrowse">
943 <property name="text">
944 <string>Browse</string>
945 </property>
946 </widget>
947 </item>
948 </layout>
949 </item>
950 <item row="1" column="0">
951 <widget class="QLabel" name="label_30">
952 <property name="text">
953 <string>SGB BIOS file:</string>
954 </property>
955 </widget>
956 </item>
957 <item row="1" column="1">
958 <layout class="QHBoxLayout" name="horizontalLayout_12">
959 <item>
960 <widget class="QLineEdit" name="sgbBios">
961 <property name="sizePolicy">
962 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
963 <horstretch>0</horstretch>
964 <verstretch>0</verstretch>
965 </sizepolicy>
966 </property>
967 </widget>
968 </item>
969 <item>
970 <widget class="QPushButton" name="sgbBiosBrowse">
971 <property name="text">
972 <string>Browse</string>
973 </property>
974 </widget>
975 </item>
976 </layout>
977 </item>
978 </layout>
979 </widget>
980 <widget class="QWidget" name="paths">
981 <layout class="QFormLayout" name="formLayout_3">
982 <property name="fieldGrowthPolicy">
983 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
984 </property>
985 <item row="1" column="0">
986 <widget class="QLabel" name="label_21">
987 <property name="text">
988 <string>Save games</string>
989 </property>
990 </widget>
991 </item>
992 <item row="1" column="1">
993 <layout class="QHBoxLayout" name="horizontalLayout_3">
994 <item>
995 <widget class="QLineEdit" name="savegamePath">
996 <property name="sizePolicy">
997 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
998 <horstretch>0</horstretch>
999 <verstretch>0</verstretch>
1000 </sizepolicy>
1001 </property>
1002 <property name="minimumSize">
1003 <size>
1004 <width>170</width>
1005 <height>0</height>
1006 </size>
1007 </property>
1008 </widget>
1009 </item>
1010 <item>
1011 <widget class="QPushButton" name="savegameBrowse">
1012 <property name="text">
1013 <string>Browse</string>
1014 </property>
1015 </widget>
1016 </item>
1017 </layout>
1018 </item>
1019 <item row="2" column="1">
1020 <widget class="QCheckBox" name="savegameSameDir">
1021 <property name="text">
1022 <string>Same directory as the ROM</string>
1023 </property>
1024 </widget>
1025 </item>
1026 <item row="3" column="0" colspan="2">
1027 <widget class="Line" name="line_7">
1028 <property name="orientation">
1029 <enum>Qt::Horizontal</enum>
1030 </property>
1031 </widget>
1032 </item>
1033 <item row="4" column="0">
1034 <widget class="QLabel" name="label_22">
1035 <property name="text">
1036 <string>Save states</string>
1037 </property>
1038 </widget>
1039 </item>
1040 <item row="4" column="1">
1041 <layout class="QHBoxLayout" name="horizontalLayout_4">
1042 <item>
1043 <widget class="QLineEdit" name="savestatePath">
1044 <property name="sizePolicy">
1045 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1046 <horstretch>0</horstretch>
1047 <verstretch>0</verstretch>
1048 </sizepolicy>
1049 </property>
1050 <property name="minimumSize">
1051 <size>
1052 <width>170</width>
1053 <height>0</height>
1054 </size>
1055 </property>
1056 </widget>
1057 </item>
1058 <item>
1059 <widget class="QPushButton" name="savestateBrowse">
1060 <property name="text">
1061 <string>Browse</string>
1062 </property>
1063 </widget>
1064 </item>
1065 </layout>
1066 </item>
1067 <item row="5" column="1">
1068 <widget class="QCheckBox" name="savestateSameDir">
1069 <property name="text">
1070 <string>Same directory as the ROM</string>
1071 </property>
1072 </widget>
1073 </item>
1074 <item row="6" column="0" colspan="2">
1075 <widget class="Line" name="line_6">
1076 <property name="orientation">
1077 <enum>Qt::Horizontal</enum>
1078 </property>
1079 </widget>
1080 </item>
1081 <item row="7" column="0">
1082 <widget class="QLabel" name="label_23">
1083 <property name="text">
1084 <string>Screenshots</string>
1085 </property>
1086 </widget>
1087 </item>
1088 <item row="7" column="1">
1089 <layout class="QHBoxLayout" name="horizontalLayout_7">
1090 <item>
1091 <widget class="QLineEdit" name="screenshotPath">
1092 <property name="sizePolicy">
1093 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1094 <horstretch>0</horstretch>
1095 <verstretch>0</verstretch>
1096 </sizepolicy>
1097 </property>
1098 <property name="minimumSize">
1099 <size>
1100 <width>170</width>
1101 <height>0</height>
1102 </size>
1103 </property>
1104 </widget>
1105 </item>
1106 <item>
1107 <widget class="QPushButton" name="screenshotBrowse">
1108 <property name="text">
1109 <string>Browse</string>
1110 </property>
1111 </widget>
1112 </item>
1113 </layout>
1114 </item>
1115 <item row="8" column="1">
1116 <widget class="QCheckBox" name="screenshotSameDir">
1117 <property name="text">
1118 <string>Same directory as the ROM</string>
1119 </property>
1120 </widget>
1121 </item>
1122 <item row="9" column="0" colspan="2">
1123 <widget class="Line" name="line_15">
1124 <property name="orientation">
1125 <enum>Qt::Horizontal</enum>
1126 </property>
1127 </widget>
1128 </item>
1129 <item row="10" column="0">
1130 <widget class="QLabel" name="label_47">
1131 <property name="text">
1132 <string>Patches</string>
1133 </property>
1134 </widget>
1135 </item>
1136 <item row="10" column="1">
1137 <layout class="QHBoxLayout" name="horizontalLayout_26">
1138 <item>
1139 <widget class="QLineEdit" name="patchPath">
1140 <property name="sizePolicy">
1141 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1142 <horstretch>0</horstretch>
1143 <verstretch>0</verstretch>
1144 </sizepolicy>
1145 </property>
1146 <property name="minimumSize">
1147 <size>
1148 <width>170</width>
1149 <height>0</height>
1150 </size>
1151 </property>
1152 </widget>
1153 </item>
1154 <item>
1155 <widget class="QPushButton" name="patchBrowse">
1156 <property name="text">
1157 <string>Browse</string>
1158 </property>
1159 </widget>
1160 </item>
1161 </layout>
1162 </item>
1163 <item row="11" column="1">
1164 <widget class="QCheckBox" name="patchSameDir">
1165 <property name="text">
1166 <string>Same directory as the ROM</string>
1167 </property>
1168 </widget>
1169 </item>
1170 <item row="12" column="0" colspan="2">
1171 <widget class="Line" name="line_14">
1172 <property name="orientation">
1173 <enum>Qt::Horizontal</enum>
1174 </property>
1175 </widget>
1176 </item>
1177 <item row="13" column="0">
1178 <widget class="QLabel" name="label_48">
1179 <property name="text">
1180 <string>Cheats</string>
1181 </property>
1182 </widget>
1183 </item>
1184 <item row="13" column="1">
1185 <layout class="QHBoxLayout" name="horizontalLayout_27">
1186 <item>
1187 <widget class="QLineEdit" name="cheatsPath">
1188 <property name="sizePolicy">
1189 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1190 <horstretch>0</horstretch>
1191 <verstretch>0</verstretch>
1192 </sizepolicy>
1193 </property>
1194 <property name="minimumSize">
1195 <size>
1196 <width>170</width>
1197 <height>0</height>
1198 </size>
1199 </property>
1200 </widget>
1201 </item>
1202 <item>
1203 <widget class="QPushButton" name="cheatsBrowse">
1204 <property name="text">
1205 <string>Browse</string>
1206 </property>
1207 </widget>
1208 </item>
1209 </layout>
1210 </item>
1211 <item row="14" column="1">
1212 <widget class="QCheckBox" name="cheatsSameDir">
1213 <property name="text">
1214 <string>Same directory as the ROM</string>
1215 </property>
1216 </widget>
1217 </item>
1218 </layout>
1219 </widget>
1220 <widget class="QWidget" name="logging">
1221 <layout class="QVBoxLayout" name="verticalLayout">
1222 <item>
1223 <widget class="QTableView" name="loggingView">
1224 <attribute name="horizontalHeaderDefaultSectionSize">
1225 <number>77</number>
1226 </attribute>
1227 <attribute name="horizontalHeaderMinimumSectionSize">
1228 <number>0</number>
1229 </attribute>
1230 </widget>
1231 </item>
1232 <item>
1233 <layout class="QHBoxLayout" name="horizontalLayout_19">
1234 <item>
1235 <widget class="QCheckBox" name="logToFile">
1236 <property name="text">
1237 <string>Log to file</string>
1238 </property>
1239 </widget>
1240 </item>
1241 <item>
1242 <widget class="QCheckBox" name="logToStdout">
1243 <property name="text">
1244 <string>Log to console</string>
1245 </property>
1246 </widget>
1247 </item>
1248 </layout>
1249 </item>
1250 <item>
1251 <layout class="QHBoxLayout" name="horizontalLayout_20">
1252 <item>
1253 <widget class="QLineEdit" name="logFile"/>
1254 </item>
1255 <item>
1256 <widget class="QPushButton" name="logFileBrowse">
1257 <property name="text">
1258 <string>Select Log File</string>
1259 </property>
1260 </widget>
1261 </item>
1262 </layout>
1263 </item>
1264 </layout>
1265 </widget>
1266 <widget class="QWidget" name="gb">
1267 <layout class="QFormLayout" name="formLayout_1">
1268 <item row="0" column="0">
1269 <widget class="QLabel" name="label_29">
1270 <property name="text">
1271 <string>Game Boy model:</string>
1272 </property>
1273 </widget>
1274 </item>
1275 <item row="0" column="1">
1276 <widget class="QComboBox" name="gbModel">
1277 <item>
1278 <property name="text">
1279 <string>Autodetect</string>
1280 </property>
1281 </item>
1282 <item>
1283 <property name="text">
1284 <string>Game Boy (DMG)</string>
1285 </property>
1286 </item>
1287 <item>
1288 <property name="text">
1289 <string>Super Game Boy (SGB)</string>
1290 </property>
1291 </item>
1292 <item>
1293 <property name="text">
1294 <string>Game Boy Color (CGB)</string>
1295 </property>
1296 </item>
1297 <item>
1298 <property name="text">
1299 <string>Game Boy Advance (AGB)</string>
1300 </property>
1301 </item>
1302 </widget>
1303 </item>
1304 <item row="1" column="0">
1305 <widget class="QLabel" name="label_32">
1306 <property name="text">
1307 <string>Super Game Boy model:</string>
1308 </property>
1309 </widget>
1310 </item>
1311 <item row="1" column="1">
1312 <widget class="QComboBox" name="sgbModel">
1313 <item>
1314 <property name="text">
1315 <string>Autodetect</string>
1316 </property>
1317 </item>
1318 <item>
1319 <property name="text">
1320 <string>Game Boy (DMG)</string>
1321 </property>
1322 </item>
1323 <item>
1324 <property name="text">
1325 <string>Super Game Boy (SGB)</string>
1326 </property>
1327 </item>
1328 <item>
1329 <property name="text">
1330 <string>Game Boy Color (CGB)</string>
1331 </property>
1332 </item>
1333 <item>
1334 <property name="text">
1335 <string>Game Boy Advance (AGB)</string>
1336 </property>
1337 </item>
1338 </widget>
1339 </item>
1340 <item row="2" column="0">
1341 <widget class="QLabel" name="label_33">
1342 <property name="text">
1343 <string>Game Boy Color model:</string>
1344 </property>
1345 </widget>
1346 </item>
1347 <item row="2" column="1">
1348 <widget class="QComboBox" name="cgbModel">
1349 <item>
1350 <property name="text">
1351 <string>Autodetect</string>
1352 </property>
1353 </item>
1354 <item>
1355 <property name="text">
1356 <string>Game Boy (DMG)</string>
1357 </property>
1358 </item>
1359 <item>
1360 <property name="text">
1361 <string>Super Game Boy (SGB)</string>
1362 </property>
1363 </item>
1364 <item>
1365 <property name="text">
1366 <string>Game Boy Color (CGB)</string>
1367 </property>
1368 </item>
1369 <item>
1370 <property name="text">
1371 <string>Game Boy Advance (AGB)</string>
1372 </property>
1373 </item>
1374 </widget>
1375 </item>
1376 <item row="3" column="0" colspan="2">
1377 <widget class="Line" name="line_12">
1378 <property name="orientation">
1379 <enum>Qt::Horizontal</enum>
1380 </property>
1381 </widget>
1382 </item>
1383 <item row="4" column="0">
1384 <widget class="QLabel" name="label_28">
1385 <property name="text">
1386 <string>Default BG colors:</string>
1387 </property>
1388 </widget>
1389 </item>
1390 <item row="4" column="1">
1391 <layout class="QHBoxLayout" name="horizontalLayout_9">
1392 <item>
1393 <widget class="QFrame" name="color0">
1394 <property name="minimumSize">
1395 <size>
1396 <width>30</width>
1397 <height>30</height>
1398 </size>
1399 </property>
1400 <property name="autoFillBackground">
1401 <bool>true</bool>
1402 </property>
1403 <property name="frameShape">
1404 <enum>QFrame::StyledPanel</enum>
1405 </property>
1406 <property name="frameShadow">
1407 <enum>QFrame::Raised</enum>
1408 </property>
1409 </widget>
1410 </item>
1411 <item>
1412 <widget class="QFrame" name="color1">
1413 <property name="minimumSize">
1414 <size>
1415 <width>30</width>
1416 <height>30</height>
1417 </size>
1418 </property>
1419 <property name="autoFillBackground">
1420 <bool>true</bool>
1421 </property>
1422 <property name="frameShape">
1423 <enum>QFrame::StyledPanel</enum>
1424 </property>
1425 <property name="frameShadow">
1426 <enum>QFrame::Raised</enum>
1427 </property>
1428 </widget>
1429 </item>
1430 <item>
1431 <widget class="QFrame" name="color2">
1432 <property name="minimumSize">
1433 <size>
1434 <width>30</width>
1435 <height>30</height>
1436 </size>
1437 </property>
1438 <property name="autoFillBackground">
1439 <bool>true</bool>
1440 </property>
1441 <property name="frameShape">
1442 <enum>QFrame::StyledPanel</enum>
1443 </property>
1444 <property name="frameShadow">
1445 <enum>QFrame::Raised</enum>
1446 </property>
1447 </widget>
1448 </item>
1449 <item>
1450 <widget class="QFrame" name="color3">
1451 <property name="minimumSize">
1452 <size>
1453 <width>30</width>
1454 <height>30</height>
1455 </size>
1456 </property>
1457 <property name="autoFillBackground">
1458 <bool>true</bool>
1459 </property>
1460 <property name="frameShape">
1461 <enum>QFrame::StyledPanel</enum>
1462 </property>
1463 <property name="frameShadow">
1464 <enum>QFrame::Raised</enum>
1465 </property>
1466 </widget>
1467 </item>
1468 </layout>
1469 </item>
1470 <item row="5" column="1">
1471 <layout class="QHBoxLayout" name="horizontalLayout_15">
1472 <item>
1473 <widget class="QFrame" name="color4">
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="color5">
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="color6">
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="color7">
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="8" column="1">
1551 <widget class="QCheckBox" name="sgbBorders">
1552 <property name="text">
1553 <string>Super Game Boy borders</string>
1554 </property>
1555 </widget>
1556 </item>
1557 <item row="9" column="0" colspan="2">
1558 <widget class="Line" name="line_11">
1559 <property name="orientation">
1560 <enum>Qt::Horizontal</enum>
1561 </property>
1562 </widget>
1563 </item>
1564 <item row="10" column="0">
1565 <widget class="QLabel" name="label_27">
1566 <property name="text">
1567 <string>Camera driver:</string>
1568 </property>
1569 </widget>
1570 </item>
1571 <item row="10" column="1">
1572 <widget class="QComboBox" name="cameraDriver">
1573 <property name="sizePolicy">
1574 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1575 <horstretch>0</horstretch>
1576 <verstretch>0</verstretch>
1577 </sizepolicy>
1578 </property>
1579 </widget>
1580 </item>
1581 <item row="6" column="1">
1582 <layout class="QHBoxLayout" name="horizontalLayout_37">
1583 <item>
1584 <widget class="QFrame" name="color8">
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="color9">
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 <item>
1622 <widget class="QFrame" name="color10">
1623 <property name="minimumSize">
1624 <size>
1625 <width>30</width>
1626 <height>30</height>
1627 </size>
1628 </property>
1629 <property name="autoFillBackground">
1630 <bool>true</bool>
1631 </property>
1632 <property name="frameShape">
1633 <enum>QFrame::StyledPanel</enum>
1634 </property>
1635 <property name="frameShadow">
1636 <enum>QFrame::Raised</enum>
1637 </property>
1638 </widget>
1639 </item>
1640 <item>
1641 <widget class="QFrame" name="color11">
1642 <property name="minimumSize">
1643 <size>
1644 <width>30</width>
1645 <height>30</height>
1646 </size>
1647 </property>
1648 <property name="autoFillBackground">
1649 <bool>true</bool>
1650 </property>
1651 <property name="frameShape">
1652 <enum>QFrame::StyledPanel</enum>
1653 </property>
1654 <property name="frameShadow">
1655 <enum>QFrame::Raised</enum>
1656 </property>
1657 </widget>
1658 </item>
1659 </layout>
1660 </item>
1661 <item row="5" column="0">
1662 <widget class="QLabel" name="label_69">
1663 <property name="text">
1664 <string>Default sprite colors 1:</string>
1665 </property>
1666 </widget>
1667 </item>
1668 <item row="6" column="0">
1669 <widget class="QLabel" name="label_70">
1670 <property name="text">
1671 <string>Default sprite colors 2:</string>
1672 </property>
1673 </widget>
1674 </item>
1675 <item row="7" column="1">
1676 <widget class="QCheckBox" name="useCgbColors">
1677 <property name="text">
1678 <string>Use GBC colors in GB games</string>
1679 </property>
1680 </widget>
1681 </item>
1682 <item row="11" column="0">
1683 <widget class="QLabel" name="label_35">
1684 <property name="text">
1685 <string>Camera:</string>
1686 </property>
1687 </widget>
1688 </item>
1689 <item row="11" column="1">
1690 <widget class="QComboBox" name="camera">
1691 <property name="enabled">
1692 <bool>false</bool>
1693 </property>
1694 <property name="sizePolicy">
1695 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1696 <horstretch>0</horstretch>
1697 <verstretch>0</verstretch>
1698 </sizepolicy>
1699 </property>
1700 </widget>
1701 </item>
1702 </layout>
1703 </widget>
1704 </widget>
1705 </item>
1706 </layout>
1707 </widget>
1708 <resources/>
1709 <connections>
1710 <connection>
1711 <sender>buttonBox</sender>
1712 <signal>accepted()</signal>
1713 <receiver>SettingsView</receiver>
1714 <slot>close()</slot>
1715 <hints>
1716 <hint type="sourcelabel">
1717 <x>169</x>
1718 <y>453</y>
1719 </hint>
1720 <hint type="destinationlabel">
1721 <x>169</x>
1722 <y>236</y>
1723 </hint>
1724 </hints>
1725 </connection>
1726 <connection>
1727 <sender>buttonBox</sender>
1728 <signal>rejected()</signal>
1729 <receiver>SettingsView</receiver>
1730 <slot>close()</slot>
1731 <hints>
1732 <hint type="sourcelabel">
1733 <x>169</x>
1734 <y>453</y>
1735 </hint>
1736 <hint type="destinationlabel">
1737 <x>169</x>
1738 <y>236</y>
1739 </hint>
1740 </hints>
1741 </connection>
1742 <connection>
1743 <sender>tabs</sender>
1744 <signal>currentRowChanged(int)</signal>
1745 <receiver>stackedWidget</receiver>
1746 <slot>setCurrentIndex(int)</slot>
1747 <hints>
1748 <hint type="sourcelabel">
1749 <x>61</x>
1750 <y>209</y>
1751 </hint>
1752 <hint type="destinationlabel">
1753 <x>315</x>
1754 <y>209</y>
1755 </hint>
1756 </hints>
1757 </connection>
1758 <connection>
1759 <sender>savegameSameDir</sender>
1760 <signal>toggled(bool)</signal>
1761 <receiver>savegamePath</receiver>
1762 <slot>setDisabled(bool)</slot>
1763 <hints>
1764 <hint type="sourcelabel">
1765 <x>392</x>
1766 <y>82</y>
1767 </hint>
1768 <hint type="destinationlabel">
1769 <x>366</x>
1770 <y>48</y>
1771 </hint>
1772 </hints>
1773 </connection>
1774 <connection>
1775 <sender>savestateSameDir</sender>
1776 <signal>toggled(bool)</signal>
1777 <receiver>savestatePath</receiver>
1778 <slot>setDisabled(bool)</slot>
1779 <hints>
1780 <hint type="sourcelabel">
1781 <x>392</x>
1782 <y>161</y>
1783 </hint>
1784 <hint type="destinationlabel">
1785 <x>366</x>
1786 <y>127</y>
1787 </hint>
1788 </hints>
1789 </connection>
1790 <connection>
1791 <sender>screenshotSameDir</sender>
1792 <signal>toggled(bool)</signal>
1793 <receiver>screenshotPath</receiver>
1794 <slot>setDisabled(bool)</slot>
1795 <hints>
1796 <hint type="sourcelabel">
1797 <x>392</x>
1798 <y>240</y>
1799 </hint>
1800 <hint type="destinationlabel">
1801 <x>366</x>
1802 <y>206</y>
1803 </hint>
1804 </hints>
1805 </connection>
1806 <connection>
1807 <sender>patchSameDir</sender>
1808 <signal>toggled(bool)</signal>
1809 <receiver>patchPath</receiver>
1810 <slot>setDisabled(bool)</slot>
1811 <hints>
1812 <hint type="sourcelabel">
1813 <x>345</x>
1814 <y>319</y>
1815 </hint>
1816 <hint type="destinationlabel">
1817 <x>340</x>
1818 <y>285</y>
1819 </hint>
1820 </hints>
1821 </connection>
1822 <connection>
1823 <sender>cheatsSameDir</sender>
1824 <signal>toggled(bool)</signal>
1825 <receiver>cheatsPath</receiver>
1826 <slot>setDisabled(bool)</slot>
1827 <hints>
1828 <hint type="sourcelabel">
1829 <x>351</x>
1830 <y>407</y>
1831 </hint>
1832 <hint type="destinationlabel">
1833 <x>343</x>
1834 <y>372</y>
1835 </hint>
1836 </hints>
1837 </connection>
1838 <connection>
1839 <sender>fastForwardUnbounded</sender>
1840 <signal>toggled(bool)</signal>
1841 <receiver>fastForwardRatio</receiver>
1842 <slot>setDisabled(bool)</slot>
1843 <hints>
1844 <hint type="sourcelabel">
1845 <x>445</x>
1846 <y>38</y>
1847 </hint>
1848 <hint type="destinationlabel">
1849 <x>349</x>
1850 <y>38</y>
1851 </hint>
1852 </hints>
1853 </connection>
1854 </connections>
1855</ui>