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