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>450</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" stdset="0">
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" stdset="0">
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="11" column="1">
384 <widget class="QCheckBox" name="resampleVideo">
385 <property name="text">
386 <string>Bilinear filtering</string>
387 </property>
388 </widget>
389 </item>
390 </layout>
391 </widget>
392 <widget class="QWidget" name="interface_2">
393 <layout class="QFormLayout" name="formLayout_4">
394 <item row="3" column="1">
395 <widget class="QCheckBox" name="allowOpposingDirections">
396 <property name="text">
397 <string>Allow opposing input directions</string>
398 </property>
399 </widget>
400 </item>
401 <item row="4" column="1">
402 <widget class="QCheckBox" name="suspendScreensaver">
403 <property name="text">
404 <string>Suspend screensaver</string>
405 </property>
406 <property name="checked">
407 <bool>true</bool>
408 </property>
409 </widget>
410 </item>
411 <item row="5" column="1">
412 <widget class="QCheckBox" name="pauseOnFocusLost">
413 <property name="text">
414 <string>Pause when inactive</string>
415 </property>
416 </widget>
417 </item>
418 <item row="0" column="0">
419 <widget class="QLabel" name="label_6">
420 <property name="text">
421 <string>Library:</string>
422 </property>
423 </widget>
424 </item>
425 <item row="0" column="1">
426 <widget class="QCheckBox" name="showLibrary">
427 <property name="text">
428 <string>Show when no game open</string>
429 </property>
430 </widget>
431 </item>
432 <item row="2" column="0" colspan="2">
433 <widget class="Line" name="line_8">
434 <property name="orientation">
435 <enum>Qt::Horizontal</enum>
436 </property>
437 </widget>
438 </item>
439 <item row="1" column="1">
440 <widget class="QPushButton" name="clearCache">
441 <property name="enabled">
442 <bool>false</bool>
443 </property>
444 <property name="text">
445 <string>Clear cache</string>
446 </property>
447 </widget>
448 </item>
449 </layout>
450 </widget>
451 <widget class="QWidget" name="emulation">
452 <layout class="QFormLayout" name="formLayout_2">
453 <property name="fieldGrowthPolicy">
454 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
455 </property>
456 <item row="0" column="0">
457 <widget class="QLabel" name="label_18">
458 <property name="text">
459 <string>Fast forward speed:</string>
460 </property>
461 </widget>
462 </item>
463 <item row="0" column="1">
464 <layout class="QHBoxLayout" name="horizontalLayout_5">
465 <item>
466 <widget class="QDoubleSpinBox" name="fastForwardRatio">
467 <property name="enabled">
468 <bool>false</bool>
469 </property>
470 <property name="suffix">
471 <string>×</string>
472 </property>
473 <property name="minimum">
474 <double>0.010000000000000</double>
475 </property>
476 <property name="maximum">
477 <double>20.000000000000000</double>
478 </property>
479 <property name="singleStep">
480 <double>0.500000000000000</double>
481 </property>
482 <property name="value">
483 <double>5.000000000000000</double>
484 </property>
485 </widget>
486 </item>
487 <item>
488 <widget class="QCheckBox" name="fastForwardUnbounded">
489 <property name="text">
490 <string>Unbounded</string>
491 </property>
492 <property name="checked">
493 <bool>true</bool>
494 </property>
495 </widget>
496 </item>
497 </layout>
498 </item>
499 <item row="1" column="0" colspan="2">
500 <widget class="Line" name="line">
501 <property name="orientation">
502 <enum>Qt::Horizontal</enum>
503 </property>
504 </widget>
505 </item>
506 <item row="2" column="1">
507 <widget class="QCheckBox" name="rewind">
508 <property name="text">
509 <string>Enable rewind</string>
510 </property>
511 </widget>
512 </item>
513 <item row="3" column="0">
514 <widget class="QLabel" name="label_8">
515 <property name="text">
516 <string>Rewind history:</string>
517 </property>
518 </widget>
519 </item>
520 <item row="3" column="1">
521 <layout class="QHBoxLayout" name="horizontalLayout_13">
522 <item>
523 <widget class="QSpinBox" name="rewindCapacity">
524 <property name="maximum">
525 <number>3600</number>
526 </property>
527 </widget>
528 </item>
529 <item>
530 <widget class="QLabel" name="label_7">
531 <property name="text">
532 <string>frames</string>
533 </property>
534 </widget>
535 </item>
536 </layout>
537 </item>
538 <item row="5" column="0" colspan="2">
539 <widget class="Line" name="line_3">
540 <property name="orientation">
541 <enum>Qt::Horizontal</enum>
542 </property>
543 </widget>
544 </item>
545 <item row="6" column="0">
546 <widget class="QLabel" name="label_15">
547 <property name="text">
548 <string>Idle loops:</string>
549 </property>
550 </widget>
551 </item>
552 <item row="6" column="1">
553 <widget class="QComboBox" name="idleOptimization">
554 <item>
555 <property name="text">
556 <string>Run all</string>
557 </property>
558 </item>
559 <item>
560 <property name="text">
561 <string>Remove known</string>
562 </property>
563 </item>
564 <item>
565 <property name="text">
566 <string>Detect and remove</string>
567 </property>
568 </item>
569 </widget>
570 </item>
571 <item row="8" column="0" colspan="2">
572 <widget class="Line" name="line_2">
573 <property name="orientation">
574 <enum>Qt::Horizontal</enum>
575 </property>
576 </widget>
577 </item>
578 <item row="9" column="0">
579 <widget class="QLabel" name="label_24">
580 <property name="text">
581 <string>Savestate extra data:</string>
582 </property>
583 </widget>
584 </item>
585 <item row="9" column="1">
586 <widget class="QCheckBox" name="saveStateScreenshot">
587 <property name="text">
588 <string>Screenshot</string>
589 </property>
590 <property name="checked">
591 <bool>true</bool>
592 </property>
593 </widget>
594 </item>
595 <item row="10" column="1">
596 <widget class="QCheckBox" name="saveStateSave">
597 <property name="text">
598 <string>Save data</string>
599 </property>
600 <property name="checked">
601 <bool>true</bool>
602 </property>
603 </widget>
604 </item>
605 <item row="11" column="1">
606 <widget class="QCheckBox" name="saveStateCheats">
607 <property name="text">
608 <string>Cheat codes</string>
609 </property>
610 <property name="checked">
611 <bool>true</bool>
612 </property>
613 </widget>
614 </item>
615 <item row="13" column="0">
616 <widget class="QLabel" name="label_25">
617 <property name="text">
618 <string>Load extra data:</string>
619 </property>
620 </widget>
621 </item>
622 <item row="13" column="1">
623 <widget class="QCheckBox" name="loadStateScreenshot">
624 <property name="text">
625 <string>Screenshot</string>
626 </property>
627 <property name="checked">
628 <bool>true</bool>
629 </property>
630 </widget>
631 </item>
632 <item row="14" column="1">
633 <widget class="QCheckBox" name="loadStateSave">
634 <property name="text">
635 <string>Save data</string>
636 </property>
637 </widget>
638 </item>
639 <item row="15" column="1">
640 <widget class="QCheckBox" name="loadStateCheats">
641 <property name="text">
642 <string>Cheat codes</string>
643 </property>
644 </widget>
645 </item>
646 <item row="12" column="0" colspan="2">
647 <widget class="Line" name="line_9">
648 <property name="orientation">
649 <enum>Qt::Horizontal</enum>
650 </property>
651 </widget>
652 </item>
653 <item row="4" column="1">
654 <widget class="QCheckBox" name="rewindSave">
655 <property name="text">
656 <string>Rewind affects save data</string>
657 </property>
658 <property name="checked">
659 <bool>true</bool>
660 </property>
661 </widget>
662 </item>
663 <item row="7" column="1">
664 <widget class="QCheckBox" name="preload">
665 <property name="text">
666 <string>Preload entire ROM into memory</string>
667 </property>
668 </widget>
669 </item>
670 </layout>
671 </widget>
672 <widget class="QWidget" name="bios">
673 <layout class="QFormLayout" name="formLayout_5">
674 <item row="0" column="0">
675 <widget class="QLabel" name="label">
676 <property name="text">
677 <string>GB BIOS file:</string>
678 </property>
679 </widget>
680 </item>
681 <item row="0" column="1">
682 <layout class="QHBoxLayout" name="horizontalLayout">
683 <item>
684 <widget class="QLineEdit" name="gbBios">
685 <property name="sizePolicy">
686 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
687 <horstretch>0</horstretch>
688 <verstretch>0</verstretch>
689 </sizepolicy>
690 </property>
691 </widget>
692 </item>
693 <item>
694 <widget class="QPushButton" name="gbBiosBrowse">
695 <property name="text">
696 <string>Browse</string>
697 </property>
698 </widget>
699 </item>
700 </layout>
701 </item>
702 <item row="3" column="1">
703 <widget class="QCheckBox" name="useBios">
704 <property name="text">
705 <string>Use BIOS file if found</string>
706 </property>
707 <property name="checked">
708 <bool>true</bool>
709 </property>
710 </widget>
711 </item>
712 <item row="4" column="1">
713 <widget class="QCheckBox" name="skipBios">
714 <property name="text">
715 <string>Skip BIOS intro</string>
716 </property>
717 </widget>
718 </item>
719 <item row="2" column="1">
720 <layout class="QHBoxLayout" name="horizontalLayout_8">
721 <item>
722 <widget class="QLineEdit" name="gbaBios">
723 <property name="sizePolicy">
724 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
725 <horstretch>0</horstretch>
726 <verstretch>0</verstretch>
727 </sizepolicy>
728 </property>
729 </widget>
730 </item>
731 <item>
732 <widget class="QPushButton" name="gbaBiosBrowse">
733 <property name="text">
734 <string>Browse</string>
735 </property>
736 </widget>
737 </item>
738 </layout>
739 </item>
740 <item row="2" column="0">
741 <widget class="QLabel" name="label_4">
742 <property name="text">
743 <string>GBA BIOS file:</string>
744 </property>
745 </widget>
746 </item>
747 <item row="1" column="0">
748 <widget class="QLabel" name="label_5">
749 <property name="text">
750 <string>GBC BIOS file:</string>
751 </property>
752 </widget>
753 </item>
754 <item row="1" column="1">
755 <layout class="QHBoxLayout" name="horizontalLayout_30">
756 <item>
757 <widget class="QLineEdit" name="gbcBios">
758 <property name="sizePolicy">
759 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
760 <horstretch>0</horstretch>
761 <verstretch>0</verstretch>
762 </sizepolicy>
763 </property>
764 </widget>
765 </item>
766 <item>
767 <widget class="QPushButton" name="gbcBiosBrowse">
768 <property name="text">
769 <string>Browse</string>
770 </property>
771 </widget>
772 </item>
773 </layout>
774 </item>
775 </layout>
776 </widget>
777 <widget class="QWidget" name="paths">
778 <layout class="QFormLayout" name="formLayout_3">
779 <property name="fieldGrowthPolicy">
780 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
781 </property>
782 <item row="1" column="0">
783 <widget class="QLabel" name="label_21">
784 <property name="text">
785 <string>Save games</string>
786 </property>
787 </widget>
788 </item>
789 <item row="1" column="1">
790 <layout class="QHBoxLayout" name="horizontalLayout_3">
791 <item>
792 <widget class="QLineEdit" name="savegamePath">
793 <property name="sizePolicy">
794 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
795 <horstretch>0</horstretch>
796 <verstretch>0</verstretch>
797 </sizepolicy>
798 </property>
799 <property name="minimumSize">
800 <size>
801 <width>170</width>
802 <height>0</height>
803 </size>
804 </property>
805 </widget>
806 </item>
807 <item>
808 <widget class="QPushButton" name="savegameBrowse">
809 <property name="text">
810 <string>Browse</string>
811 </property>
812 </widget>
813 </item>
814 </layout>
815 </item>
816 <item row="2" column="1">
817 <widget class="QCheckBox" name="savegameSameDir">
818 <property name="text">
819 <string>Same directory as the ROM</string>
820 </property>
821 </widget>
822 </item>
823 <item row="3" column="0" colspan="2">
824 <widget class="Line" name="line_7">
825 <property name="orientation">
826 <enum>Qt::Horizontal</enum>
827 </property>
828 </widget>
829 </item>
830 <item row="4" column="0">
831 <widget class="QLabel" name="label_22">
832 <property name="text">
833 <string>Save states</string>
834 </property>
835 </widget>
836 </item>
837 <item row="4" column="1">
838 <layout class="QHBoxLayout" name="horizontalLayout_4">
839 <item>
840 <widget class="QLineEdit" name="savestatePath">
841 <property name="sizePolicy">
842 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
843 <horstretch>0</horstretch>
844 <verstretch>0</verstretch>
845 </sizepolicy>
846 </property>
847 <property name="minimumSize">
848 <size>
849 <width>170</width>
850 <height>0</height>
851 </size>
852 </property>
853 </widget>
854 </item>
855 <item>
856 <widget class="QPushButton" name="savestateBrowse">
857 <property name="text">
858 <string>Browse</string>
859 </property>
860 </widget>
861 </item>
862 </layout>
863 </item>
864 <item row="5" column="1">
865 <widget class="QCheckBox" name="savestateSameDir">
866 <property name="text">
867 <string>Same directory as the ROM</string>
868 </property>
869 </widget>
870 </item>
871 <item row="6" column="0" colspan="2">
872 <widget class="Line" name="line_6">
873 <property name="orientation">
874 <enum>Qt::Horizontal</enum>
875 </property>
876 </widget>
877 </item>
878 <item row="7" column="0">
879 <widget class="QLabel" name="label_23">
880 <property name="text">
881 <string>Screenshots</string>
882 </property>
883 </widget>
884 </item>
885 <item row="7" column="1">
886 <layout class="QHBoxLayout" name="horizontalLayout_7">
887 <item>
888 <widget class="QLineEdit" name="screenshotPath">
889 <property name="sizePolicy">
890 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
891 <horstretch>0</horstretch>
892 <verstretch>0</verstretch>
893 </sizepolicy>
894 </property>
895 <property name="minimumSize">
896 <size>
897 <width>170</width>
898 <height>0</height>
899 </size>
900 </property>
901 </widget>
902 </item>
903 <item>
904 <widget class="QPushButton" name="screenshotBrowse">
905 <property name="text">
906 <string>Browse</string>
907 </property>
908 </widget>
909 </item>
910 </layout>
911 </item>
912 <item row="8" column="1">
913 <widget class="QCheckBox" name="screenshotSameDir">
914 <property name="text">
915 <string>Same directory as the ROM</string>
916 </property>
917 </widget>
918 </item>
919 <item row="9" column="0" colspan="2">
920 <widget class="Line" name="line_15">
921 <property name="orientation">
922 <enum>Qt::Horizontal</enum>
923 </property>
924 </widget>
925 </item>
926 <item row="10" column="0">
927 <widget class="QLabel" name="label_47">
928 <property name="text">
929 <string>Patches</string>
930 </property>
931 </widget>
932 </item>
933 <item row="10" column="1">
934 <layout class="QHBoxLayout" name="horizontalLayout_26">
935 <item>
936 <widget class="QLineEdit" name="patchPath">
937 <property name="sizePolicy">
938 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
939 <horstretch>0</horstretch>
940 <verstretch>0</verstretch>
941 </sizepolicy>
942 </property>
943 <property name="minimumSize">
944 <size>
945 <width>170</width>
946 <height>0</height>
947 </size>
948 </property>
949 </widget>
950 </item>
951 <item>
952 <widget class="QPushButton" name="patchBrowse">
953 <property name="text">
954 <string>Browse</string>
955 </property>
956 </widget>
957 </item>
958 </layout>
959 </item>
960 <item row="11" column="1">
961 <widget class="QCheckBox" name="patchSameDir">
962 <property name="text">
963 <string>Same directory as the ROM</string>
964 </property>
965 </widget>
966 </item>
967 </layout>
968 </widget>
969 </widget>
970 </item>
971 </layout>
972 </widget>
973 <resources/>
974 <connections>
975 <connection>
976 <sender>buttonBox</sender>
977 <signal>accepted()</signal>
978 <receiver>SettingsView</receiver>
979 <slot>close()</slot>
980 <hints>
981 <hint type="sourcelabel">
982 <x>169</x>
983 <y>453</y>
984 </hint>
985 <hint type="destinationlabel">
986 <x>169</x>
987 <y>236</y>
988 </hint>
989 </hints>
990 </connection>
991 <connection>
992 <sender>buttonBox</sender>
993 <signal>rejected()</signal>
994 <receiver>SettingsView</receiver>
995 <slot>close()</slot>
996 <hints>
997 <hint type="sourcelabel">
998 <x>169</x>
999 <y>453</y>
1000 </hint>
1001 <hint type="destinationlabel">
1002 <x>169</x>
1003 <y>236</y>
1004 </hint>
1005 </hints>
1006 </connection>
1007 <connection>
1008 <sender>tabs</sender>
1009 <signal>currentRowChanged(int)</signal>
1010 <receiver>stackedWidget</receiver>
1011 <slot>setCurrentIndex(int)</slot>
1012 <hints>
1013 <hint type="sourcelabel">
1014 <x>61</x>
1015 <y>209</y>
1016 </hint>
1017 <hint type="destinationlabel">
1018 <x>315</x>
1019 <y>209</y>
1020 </hint>
1021 </hints>
1022 </connection>
1023 <connection>
1024 <sender>savegameSameDir</sender>
1025 <signal>toggled(bool)</signal>
1026 <receiver>savegamePath</receiver>
1027 <slot>setDisabled(bool)</slot>
1028 <hints>
1029 <hint type="sourcelabel">
1030 <x>392</x>
1031 <y>82</y>
1032 </hint>
1033 <hint type="destinationlabel">
1034 <x>366</x>
1035 <y>48</y>
1036 </hint>
1037 </hints>
1038 </connection>
1039 <connection>
1040 <sender>savestateSameDir</sender>
1041 <signal>toggled(bool)</signal>
1042 <receiver>savestatePath</receiver>
1043 <slot>setDisabled(bool)</slot>
1044 <hints>
1045 <hint type="sourcelabel">
1046 <x>392</x>
1047 <y>161</y>
1048 </hint>
1049 <hint type="destinationlabel">
1050 <x>366</x>
1051 <y>127</y>
1052 </hint>
1053 </hints>
1054 </connection>
1055 <connection>
1056 <sender>screenshotSameDir</sender>
1057 <signal>toggled(bool)</signal>
1058 <receiver>screenshotPath</receiver>
1059 <slot>setDisabled(bool)</slot>
1060 <hints>
1061 <hint type="sourcelabel">
1062 <x>392</x>
1063 <y>240</y>
1064 </hint>
1065 <hint type="destinationlabel">
1066 <x>366</x>
1067 <y>206</y>
1068 </hint>
1069 </hints>
1070 </connection>
1071 <connection>
1072 <sender>patchSameDir</sender>
1073 <signal>toggled(bool)</signal>
1074 <receiver>patchPath</receiver>
1075 <slot>setDisabled(bool)</slot>
1076 <hints>
1077 <hint type="sourcelabel">
1078 <x>345</x>
1079 <y>319</y>
1080 </hint>
1081 <hint type="destinationlabel">
1082 <x>340</x>
1083 <y>285</y>
1084 </hint>
1085 </hints>
1086 </connection>
1087 </connections>
1088</ui>