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