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>1</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>Resample video</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="4" 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="5" 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="5" 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="6" 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="7" 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="7" 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="8" 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="9" 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="11" 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="11" 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="12" 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="13" 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="10" 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 </layout>
654 </widget>
655 <widget class="QWidget" name="bios">
656 <layout class="QFormLayout" name="formLayout_5">
657 <item row="0" column="0">
658 <widget class="QLabel" name="label">
659 <property name="text">
660 <string>GB BIOS file:</string>
661 </property>
662 </widget>
663 </item>
664 <item row="0" column="1">
665 <layout class="QHBoxLayout" name="horizontalLayout">
666 <item>
667 <widget class="QLineEdit" name="gbBios">
668 <property name="sizePolicy">
669 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
670 <horstretch>0</horstretch>
671 <verstretch>0</verstretch>
672 </sizepolicy>
673 </property>
674 </widget>
675 </item>
676 <item>
677 <widget class="QPushButton" name="gbBiosBrowse">
678 <property name="text">
679 <string>Browse</string>
680 </property>
681 </widget>
682 </item>
683 </layout>
684 </item>
685 <item row="3" column="1">
686 <widget class="QCheckBox" name="useBios">
687 <property name="text">
688 <string>Use BIOS file if found</string>
689 </property>
690 <property name="checked">
691 <bool>true</bool>
692 </property>
693 </widget>
694 </item>
695 <item row="4" column="1">
696 <widget class="QCheckBox" name="skipBios">
697 <property name="text">
698 <string>Skip BIOS intro</string>
699 </property>
700 </widget>
701 </item>
702 <item row="2" column="1">
703 <layout class="QHBoxLayout" name="horizontalLayout_8">
704 <item>
705 <widget class="QLineEdit" name="gbaBios">
706 <property name="sizePolicy">
707 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
708 <horstretch>0</horstretch>
709 <verstretch>0</verstretch>
710 </sizepolicy>
711 </property>
712 </widget>
713 </item>
714 <item>
715 <widget class="QPushButton" name="gbaBiosBrowse">
716 <property name="text">
717 <string>Browse</string>
718 </property>
719 </widget>
720 </item>
721 </layout>
722 </item>
723 <item row="2" column="0">
724 <widget class="QLabel" name="label_4">
725 <property name="text">
726 <string>GBA BIOS file:</string>
727 </property>
728 </widget>
729 </item>
730 <item row="1" column="0">
731 <widget class="QLabel" name="label_5">
732 <property name="text">
733 <string>GBC BIOS file:</string>
734 </property>
735 </widget>
736 </item>
737 <item row="1" column="1">
738 <layout class="QHBoxLayout" name="horizontalLayout_30">
739 <item>
740 <widget class="QLineEdit" name="gbcBios">
741 <property name="sizePolicy">
742 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
743 <horstretch>0</horstretch>
744 <verstretch>0</verstretch>
745 </sizepolicy>
746 </property>
747 </widget>
748 </item>
749 <item>
750 <widget class="QPushButton" name="gbcBiosBrowse">
751 <property name="text">
752 <string>Browse</string>
753 </property>
754 </widget>
755 </item>
756 </layout>
757 </item>
758 </layout>
759 </widget>
760 <widget class="QWidget" name="paths">
761 <layout class="QFormLayout" name="formLayout_3">
762 <property name="fieldGrowthPolicy">
763 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
764 </property>
765 <item row="1" column="0">
766 <widget class="QLabel" name="label_21">
767 <property name="text">
768 <string>Save games</string>
769 </property>
770 </widget>
771 </item>
772 <item row="1" column="1">
773 <layout class="QHBoxLayout" name="horizontalLayout_3">
774 <item>
775 <widget class="QLineEdit" name="savegamePath">
776 <property name="sizePolicy">
777 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
778 <horstretch>0</horstretch>
779 <verstretch>0</verstretch>
780 </sizepolicy>
781 </property>
782 <property name="minimumSize">
783 <size>
784 <width>170</width>
785 <height>0</height>
786 </size>
787 </property>
788 </widget>
789 </item>
790 <item>
791 <widget class="QPushButton" name="savegameBrowse">
792 <property name="text">
793 <string>Browse</string>
794 </property>
795 </widget>
796 </item>
797 </layout>
798 </item>
799 <item row="2" column="1">
800 <widget class="QCheckBox" name="savegameSameDir">
801 <property name="text">
802 <string>Same directory as the ROM</string>
803 </property>
804 </widget>
805 </item>
806 <item row="3" column="0" colspan="2">
807 <widget class="Line" name="line_7">
808 <property name="orientation">
809 <enum>Qt::Horizontal</enum>
810 </property>
811 </widget>
812 </item>
813 <item row="4" column="0">
814 <widget class="QLabel" name="label_22">
815 <property name="text">
816 <string>Save states</string>
817 </property>
818 </widget>
819 </item>
820 <item row="4" column="1">
821 <layout class="QHBoxLayout" name="horizontalLayout_4">
822 <item>
823 <widget class="QLineEdit" name="savestatePath">
824 <property name="sizePolicy">
825 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
826 <horstretch>0</horstretch>
827 <verstretch>0</verstretch>
828 </sizepolicy>
829 </property>
830 <property name="minimumSize">
831 <size>
832 <width>170</width>
833 <height>0</height>
834 </size>
835 </property>
836 </widget>
837 </item>
838 <item>
839 <widget class="QPushButton" name="savestateBrowse">
840 <property name="text">
841 <string>Browse</string>
842 </property>
843 </widget>
844 </item>
845 </layout>
846 </item>
847 <item row="5" column="1">
848 <widget class="QCheckBox" name="savestateSameDir">
849 <property name="text">
850 <string>Same directory as the ROM</string>
851 </property>
852 </widget>
853 </item>
854 <item row="6" column="0" colspan="2">
855 <widget class="Line" name="line_6">
856 <property name="orientation">
857 <enum>Qt::Horizontal</enum>
858 </property>
859 </widget>
860 </item>
861 <item row="7" column="0">
862 <widget class="QLabel" name="label_23">
863 <property name="text">
864 <string>Screenshots</string>
865 </property>
866 </widget>
867 </item>
868 <item row="7" column="1">
869 <layout class="QHBoxLayout" name="horizontalLayout_7">
870 <item>
871 <widget class="QLineEdit" name="screenshotPath">
872 <property name="sizePolicy">
873 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
874 <horstretch>0</horstretch>
875 <verstretch>0</verstretch>
876 </sizepolicy>
877 </property>
878 <property name="minimumSize">
879 <size>
880 <width>170</width>
881 <height>0</height>
882 </size>
883 </property>
884 </widget>
885 </item>
886 <item>
887 <widget class="QPushButton" name="screenshotBrowse">
888 <property name="text">
889 <string>Browse</string>
890 </property>
891 </widget>
892 </item>
893 </layout>
894 </item>
895 <item row="8" column="1">
896 <widget class="QCheckBox" name="screenshotSameDir">
897 <property name="text">
898 <string>Same directory as the ROM</string>
899 </property>
900 </widget>
901 </item>
902 <item row="9" column="0" colspan="2">
903 <widget class="Line" name="line_15">
904 <property name="orientation">
905 <enum>Qt::Horizontal</enum>
906 </property>
907 </widget>
908 </item>
909 <item row="10" column="0">
910 <widget class="QLabel" name="label_47">
911 <property name="text">
912 <string>Patches</string>
913 </property>
914 </widget>
915 </item>
916 <item row="10" column="1">
917 <layout class="QHBoxLayout" name="horizontalLayout_26">
918 <item>
919 <widget class="QLineEdit" name="patchPath">
920 <property name="sizePolicy">
921 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
922 <horstretch>0</horstretch>
923 <verstretch>0</verstretch>
924 </sizepolicy>
925 </property>
926 <property name="minimumSize">
927 <size>
928 <width>170</width>
929 <height>0</height>
930 </size>
931 </property>
932 </widget>
933 </item>
934 <item>
935 <widget class="QPushButton" name="patchBrowse">
936 <property name="text">
937 <string>Browse</string>
938 </property>
939 </widget>
940 </item>
941 </layout>
942 </item>
943 <item row="11" column="1">
944 <widget class="QCheckBox" name="patchSameDir">
945 <property name="text">
946 <string>Same directory as the ROM</string>
947 </property>
948 </widget>
949 </item>
950 </layout>
951 </widget>
952 </widget>
953 </item>
954 </layout>
955 </widget>
956 <resources/>
957 <connections>
958 <connection>
959 <sender>buttonBox</sender>
960 <signal>accepted()</signal>
961 <receiver>SettingsView</receiver>
962 <slot>close()</slot>
963 <hints>
964 <hint type="sourcelabel">
965 <x>169</x>
966 <y>453</y>
967 </hint>
968 <hint type="destinationlabel">
969 <x>169</x>
970 <y>236</y>
971 </hint>
972 </hints>
973 </connection>
974 <connection>
975 <sender>buttonBox</sender>
976 <signal>rejected()</signal>
977 <receiver>SettingsView</receiver>
978 <slot>close()</slot>
979 <hints>
980 <hint type="sourcelabel">
981 <x>169</x>
982 <y>453</y>
983 </hint>
984 <hint type="destinationlabel">
985 <x>169</x>
986 <y>236</y>
987 </hint>
988 </hints>
989 </connection>
990 <connection>
991 <sender>tabs</sender>
992 <signal>currentRowChanged(int)</signal>
993 <receiver>stackedWidget</receiver>
994 <slot>setCurrentIndex(int)</slot>
995 <hints>
996 <hint type="sourcelabel">
997 <x>61</x>
998 <y>209</y>
999 </hint>
1000 <hint type="destinationlabel">
1001 <x>315</x>
1002 <y>209</y>
1003 </hint>
1004 </hints>
1005 </connection>
1006 <connection>
1007 <sender>savegameSameDir</sender>
1008 <signal>toggled(bool)</signal>
1009 <receiver>savegamePath</receiver>
1010 <slot>setDisabled(bool)</slot>
1011 <hints>
1012 <hint type="sourcelabel">
1013 <x>392</x>
1014 <y>82</y>
1015 </hint>
1016 <hint type="destinationlabel">
1017 <x>366</x>
1018 <y>48</y>
1019 </hint>
1020 </hints>
1021 </connection>
1022 <connection>
1023 <sender>savestateSameDir</sender>
1024 <signal>toggled(bool)</signal>
1025 <receiver>savestatePath</receiver>
1026 <slot>setDisabled(bool)</slot>
1027 <hints>
1028 <hint type="sourcelabel">
1029 <x>392</x>
1030 <y>161</y>
1031 </hint>
1032 <hint type="destinationlabel">
1033 <x>366</x>
1034 <y>127</y>
1035 </hint>
1036 </hints>
1037 </connection>
1038 <connection>
1039 <sender>screenshotSameDir</sender>
1040 <signal>toggled(bool)</signal>
1041 <receiver>screenshotPath</receiver>
1042 <slot>setDisabled(bool)</slot>
1043 <hints>
1044 <hint type="sourcelabel">
1045 <x>392</x>
1046 <y>240</y>
1047 </hint>
1048 <hint type="destinationlabel">
1049 <x>366</x>
1050 <y>206</y>
1051 </hint>
1052 </hints>
1053 </connection>
1054 <connection>
1055 <sender>patchSameDir</sender>
1056 <signal>toggled(bool)</signal>
1057 <receiver>patchPath</receiver>
1058 <slot>setDisabled(bool)</slot>
1059 <hints>
1060 <hint type="sourcelabel">
1061 <x>345</x>
1062 <y>319</y>
1063 </hint>
1064 <hint type="destinationlabel">
1065 <x>340</x>
1066 <y>285</y>
1067 </hint>
1068 </hints>
1069 </connection>
1070 </connections>
1071</ui>