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