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