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