Filter for relative HRTF data paths and add Add/Remove label texts
[openal-soft.git] / utils / alsoft-config / mainwindow.ui
blobb9e9acee27144d1c280a0e239039ce649dfc9b5f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>564</width>
10 <height>454</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>OpenAL Soft Configuration</string>
15 </property>
16 <property name="windowIcon">
17 <iconset theme="preferences-desktop-sound">
18 <normaloff/>
19 </iconset>
20 </property>
21 <widget class="QWidget" name="centralWidget">
22 <widget class="QPushButton" name="applyButton">
23 <property name="geometry">
24 <rect>
25 <x>470</x>
26 <y>405</y>
27 <width>81</width>
28 <height>25</height>
29 </rect>
30 </property>
31 <property name="text">
32 <string>Apply</string>
33 </property>
34 <property name="icon">
35 <iconset theme="dialog-ok-apply">
36 <normaloff/>
37 </iconset>
38 </property>
39 </widget>
40 <widget class="QTabWidget" name="tabWidget">
41 <property name="geometry">
42 <rect>
43 <x>10</x>
44 <y>0</y>
45 <width>541</width>
46 <height>401</height>
47 </rect>
48 </property>
49 <property name="currentIndex">
50 <number>0</number>
51 </property>
52 <widget class="QWidget" name="tab_3">
53 <attribute name="title">
54 <string>Playback</string>
55 </attribute>
56 <widget class="QComboBox" name="sampleFormatCombo">
57 <property name="geometry">
58 <rect>
59 <x>120</x>
60 <y>20</y>
61 <width>188</width>
62 <height>22</height>
63 </rect>
64 </property>
65 <property name="toolTip">
66 <string>The output sample type. Currently, all mixing is done with 32-bit
67 float and converted to the output sample type as needed.</string>
68 </property>
69 <property name="sizeAdjustPolicy">
70 <enum>QComboBox::AdjustToContents</enum>
71 </property>
72 <item>
73 <property name="text">
74 <string>- Autodetect -</string>
75 </property>
76 </item>
77 <item>
78 <property name="text">
79 <string>int8 - signed 8-bit int</string>
80 </property>
81 </item>
82 <item>
83 <property name="text">
84 <string>uint8 - unsigned 8-bit int</string>
85 </property>
86 </item>
87 <item>
88 <property name="text">
89 <string>int16 - signed 16-bit int</string>
90 </property>
91 </item>
92 <item>
93 <property name="text">
94 <string>uint16 - unsigned 16-bit int</string>
95 </property>
96 </item>
97 <item>
98 <property name="text">
99 <string>int32 - signed 32-bit int</string>
100 </property>
101 </item>
102 <item>
103 <property name="text">
104 <string>uint32 - unsigned 32-bit int</string>
105 </property>
106 </item>
107 <item>
108 <property name="text">
109 <string>float32 - 32-bit float</string>
110 </property>
111 </item>
112 </widget>
113 <widget class="QLabel" name="label_5">
114 <property name="geometry">
115 <rect>
116 <x>10</x>
117 <y>20</y>
118 <width>101</width>
119 <height>21</height>
120 </rect>
121 </property>
122 <property name="text">
123 <string>Sample Format:</string>
124 </property>
125 <property name="alignment">
126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127 </property>
128 </widget>
129 <widget class="QLabel" name="label_6">
130 <property name="geometry">
131 <rect>
132 <x>10</x>
133 <y>50</y>
134 <width>101</width>
135 <height>21</height>
136 </rect>
137 </property>
138 <property name="text">
139 <string>Channels:</string>
140 </property>
141 <property name="alignment">
142 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
143 </property>
144 </widget>
145 <widget class="QComboBox" name="channelConfigCombo">
146 <property name="geometry">
147 <rect>
148 <x>120</x>
149 <y>50</y>
150 <width>227</width>
151 <height>22</height>
152 </rect>
153 </property>
154 <property name="toolTip">
155 <string>The output channel configuration. Note that not all backends
156 can properly detect the channel configuration and may default
157 to stereo output.</string>
158 </property>
159 <property name="sizeAdjustPolicy">
160 <enum>QComboBox::AdjustToContents</enum>
161 </property>
162 <item>
163 <property name="text">
164 <string>- Autodetect -</string>
165 </property>
166 </item>
167 <item>
168 <property name="text">
169 <string>mono - 1-channel Mono</string>
170 </property>
171 </item>
172 <item>
173 <property name="text">
174 <string>stereo - 2-channel Stereo</string>
175 </property>
176 </item>
177 <item>
178 <property name="text">
179 <string>quad - 4-channel Quadraphonic</string>
180 </property>
181 </item>
182 <item>
183 <property name="text">
184 <string>surround51 - 5.1 Surround Sound</string>
185 </property>
186 </item>
187 <item>
188 <property name="text">
189 <string>surround61 - 6.1 Surround Sound</string>
190 </property>
191 </item>
192 <item>
193 <property name="text">
194 <string>surround71 - 7.1 Surround Sound</string>
195 </property>
196 </item>
197 </widget>
198 <widget class="QComboBox" name="sampleRateCombo">
199 <property name="geometry">
200 <rect>
201 <x>120</x>
202 <y>80</y>
203 <width>111</width>
204 <height>22</height>
205 </rect>
206 </property>
207 <property name="toolTip">
208 <string>The playback/mixing sample rate.</string>
209 </property>
210 <property name="editable">
211 <bool>true</bool>
212 </property>
213 <property name="insertPolicy">
214 <enum>QComboBox::NoInsert</enum>
215 </property>
216 <property name="sizeAdjustPolicy">
217 <enum>QComboBox::AdjustToContents</enum>
218 </property>
219 <item>
220 <property name="text">
221 <string>- Autodetect -</string>
222 </property>
223 </item>
224 <item>
225 <property name="text">
226 <string>96000</string>
227 </property>
228 </item>
229 <item>
230 <property name="text">
231 <string>48000</string>
232 </property>
233 </item>
234 <item>
235 <property name="text">
236 <string>44100</string>
237 </property>
238 </item>
239 <item>
240 <property name="text">
241 <string>32000</string>
242 </property>
243 </item>
244 <item>
245 <property name="text">
246 <string>22050</string>
247 </property>
248 </item>
249 <item>
250 <property name="text">
251 <string>16000</string>
252 </property>
253 </item>
254 <item>
255 <property name="text">
256 <string>11025</string>
257 </property>
258 </item>
259 <item>
260 <property name="text">
261 <string>8000</string>
262 </property>
263 </item>
264 </widget>
265 <widget class="QLabel" name="label_7">
266 <property name="geometry">
267 <rect>
268 <x>10</x>
269 <y>80</y>
270 <width>101</width>
271 <height>21</height>
272 </rect>
273 </property>
274 <property name="text">
275 <string>Sample Rate:</string>
276 </property>
277 <property name="alignment">
278 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
279 </property>
280 </widget>
281 <widget class="QGroupBox" name="groupBox">
282 <property name="geometry">
283 <rect>
284 <x>10</x>
285 <y>200</y>
286 <width>511</width>
287 <height>161</height>
288 </rect>
289 </property>
290 <property name="title">
291 <string>HRTF (Stereo only)</string>
292 </property>
293 <widget class="QRadioButton" name="hrtfEnableButton">
294 <property name="geometry">
295 <rect>
296 <x>20</x>
297 <y>30</y>
298 <width>71</width>
299 <height>21</height>
300 </rect>
301 </property>
302 <property name="toolTip">
303 <string>Allows applications to request HRTF mixing.</string>
304 </property>
305 <property name="text">
306 <string>Enable</string>
307 </property>
308 <property name="checked">
309 <bool>true</bool>
310 </property>
311 </widget>
312 <widget class="QRadioButton" name="hrtfDisableButton">
313 <property name="geometry">
314 <rect>
315 <x>20</x>
316 <y>50</y>
317 <width>71</width>
318 <height>21</height>
319 </rect>
320 </property>
321 <property name="toolTip">
322 <string>Does not allow HRTF mixing, even when requested.</string>
323 </property>
324 <property name="text">
325 <string>Disable</string>
326 </property>
327 </widget>
328 <widget class="QRadioButton" name="hrtfForceButton">
329 <property name="geometry">
330 <rect>
331 <x>20</x>
332 <y>70</y>
333 <width>71</width>
334 <height>21</height>
335 </rect>
336 </property>
337 <property name="toolTip">
338 <string>Attempts to force HRTF mixing, even if applications request not
339 to do it. This may override the channel configuration and
340 sample rate.</string>
341 </property>
342 <property name="text">
343 <string>Force</string>
344 </property>
345 </widget>
346 <widget class="QListWidget" name="hrtfFileList">
347 <property name="geometry">
348 <rect>
349 <x>110</x>
350 <y>30</y>
351 <width>301</width>
352 <height>121</height>
353 </rect>
354 </property>
355 <property name="toolTip">
356 <string>A list of files containing HRTF data sets. The listed data sets
357 are used in place of the default sets. The filenames may
358 contain these markers, which will be replaced as needed:
359 %r - Device sampling rate
360 %% - Percent sign (%)</string>
361 </property>
362 <property name="dragEnabled">
363 <bool>false</bool>
364 </property>
365 <property name="dragDropMode">
366 <enum>QAbstractItemView::InternalMove</enum>
367 </property>
368 <property name="alternatingRowColors">
369 <bool>true</bool>
370 </property>
371 <property name="selectionMode">
372 <enum>QAbstractItemView::ExtendedSelection</enum>
373 </property>
374 <property name="textElideMode">
375 <enum>Qt::ElideNone</enum>
376 </property>
377 </widget>
378 <widget class="QPushButton" name="hrtfAddButton">
379 <property name="geometry">
380 <rect>
381 <x>419</x>
382 <y>30</y>
383 <width>81</width>
384 <height>25</height>
385 </rect>
386 </property>
387 <property name="text">
388 <string>Add...</string>
389 </property>
390 <property name="icon">
391 <iconset theme="list-add">
392 <normaloff/>
393 </iconset>
394 </property>
395 <property name="flat">
396 <bool>false</bool>
397 </property>
398 </widget>
399 <widget class="QPushButton" name="hrtfRemoveButton">
400 <property name="geometry">
401 <rect>
402 <x>419</x>
403 <y>60</y>
404 <width>81</width>
405 <height>25</height>
406 </rect>
407 </property>
408 <property name="text">
409 <string>Remove</string>
410 </property>
411 <property name="icon">
412 <iconset theme="list-remove">
413 <normaloff/>
414 </iconset>
415 </property>
416 </widget>
417 </widget>
418 <widget class="QGroupBox" name="groupBox_3">
419 <property name="geometry">
420 <rect>
421 <x>10</x>
422 <y>110</y>
423 <width>511</width>
424 <height>91</height>
425 </rect>
426 </property>
427 <property name="title">
428 <string>Buffer Metrics</string>
429 </property>
430 <widget class="QWidget" name="widget" native="true">
431 <property name="geometry">
432 <rect>
433 <x>260</x>
434 <y>20</y>
435 <width>241</width>
436 <height>51</height>
437 </rect>
438 </property>
439 <property name="toolTip">
440 <string>The number of update periods. Higher values create a larger
441 mix ahead, which helps protect against skips when the CPU is
442 under load, but increases the delay between a sound getting
443 mixed and being heard.</string>
444 </property>
445 <widget class="QLabel" name="label_11">
446 <property name="geometry">
447 <rect>
448 <x>20</x>
449 <y>0</y>
450 <width>201</width>
451 <height>21</height>
452 </rect>
453 </property>
454 <property name="text">
455 <string>Period Count</string>
456 </property>
457 <property name="alignment">
458 <set>Qt::AlignCenter</set>
459 </property>
460 </widget>
461 <widget class="QSlider" name="periodCountSlider">
462 <property name="geometry">
463 <rect>
464 <x>70</x>
465 <y>20</y>
466 <width>160</width>
467 <height>23</height>
468 </rect>
469 </property>
470 <property name="minimum">
471 <number>1</number>
472 </property>
473 <property name="maximum">
474 <number>16</number>
475 </property>
476 <property name="singleStep">
477 <number>1</number>
478 </property>
479 <property name="pageStep">
480 <number>2</number>
481 </property>
482 <property name="value">
483 <number>1</number>
484 </property>
485 <property name="tracking">
486 <bool>true</bool>
487 </property>
488 <property name="orientation">
489 <enum>Qt::Horizontal</enum>
490 </property>
491 <property name="tickPosition">
492 <enum>QSlider::TicksBelow</enum>
493 </property>
494 <property name="tickInterval">
495 <number>1</number>
496 </property>
497 </widget>
498 <widget class="QLineEdit" name="periodCountEdit">
499 <property name="geometry">
500 <rect>
501 <x>20</x>
502 <y>20</y>
503 <width>51</width>
504 <height>22</height>
505 </rect>
506 </property>
507 <property name="placeholderText">
508 <string>4</string>
509 </property>
510 </widget>
511 </widget>
512 <widget class="QWidget" name="widget_2" native="true">
513 <property name="geometry">
514 <rect>
515 <x>10</x>
516 <y>20</y>
517 <width>241</width>
518 <height>51</height>
519 </rect>
520 </property>
521 <property name="toolTip">
522 <string>The update period size, in sample frames. This is the number of
523 frames needed for each mixing update.</string>
524 </property>
525 <widget class="QSlider" name="periodSizeSlider">
526 <property name="geometry">
527 <rect>
528 <x>60</x>
529 <y>20</y>
530 <width>160</width>
531 <height>23</height>
532 </rect>
533 </property>
534 <property name="minimum">
535 <number>0</number>
536 </property>
537 <property name="maximum">
538 <number>8192</number>
539 </property>
540 <property name="singleStep">
541 <number>64</number>
542 </property>
543 <property name="pageStep">
544 <number>1024</number>
545 </property>
546 <property name="value">
547 <number>0</number>
548 </property>
549 <property name="tracking">
550 <bool>true</bool>
551 </property>
552 <property name="orientation">
553 <enum>Qt::Horizontal</enum>
554 </property>
555 <property name="tickPosition">
556 <enum>QSlider::TicksBelow</enum>
557 </property>
558 <property name="tickInterval">
559 <number>512</number>
560 </property>
561 </widget>
562 <widget class="QLabel" name="label_10">
563 <property name="geometry">
564 <rect>
565 <x>10</x>
566 <y>0</y>
567 <width>201</width>
568 <height>21</height>
569 </rect>
570 </property>
571 <property name="text">
572 <string>Period Samples</string>
573 </property>
574 <property name="alignment">
575 <set>Qt::AlignCenter</set>
576 </property>
577 </widget>
578 <widget class="QLineEdit" name="periodSizeEdit">
579 <property name="geometry">
580 <rect>
581 <x>10</x>
582 <y>20</y>
583 <width>51</width>
584 <height>22</height>
585 </rect>
586 </property>
587 <property name="placeholderText">
588 <string>1024</string>
589 </property>
590 </widget>
591 </widget>
592 </widget>
593 </widget>
594 <widget class="QWidget" name="tab_2">
595 <attribute name="title">
596 <string>Resources</string>
597 </attribute>
598 <widget class="QLineEdit" name="srcCountLineEdit">
599 <property name="geometry">
600 <rect>
601 <x>190</x>
602 <y>20</y>
603 <width>51</width>
604 <height>22</height>
605 </rect>
606 </property>
607 <property name="toolTip">
608 <string>The maximum number of allocatable sources. Lower values may
609 help for systems with apps that try to play more sounds than
610 the CPU can handle.</string>
611 </property>
612 <property name="inputMask">
613 <string/>
614 </property>
615 <property name="maxLength">
616 <number>3</number>
617 </property>
618 <property name="frame">
619 <bool>true</bool>
620 </property>
621 <property name="placeholderText">
622 <string>256</string>
623 </property>
624 </widget>
625 <widget class="QLabel" name="label_3">
626 <property name="geometry">
627 <rect>
628 <x>10</x>
629 <y>20</y>
630 <width>171</width>
631 <height>21</height>
632 </rect>
633 </property>
634 <property name="text">
635 <string>Number of Sound Sources:</string>
636 </property>
637 <property name="alignment">
638 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
639 </property>
640 </widget>
641 <widget class="QLabel" name="label_4">
642 <property name="geometry">
643 <rect>
644 <x>10</x>
645 <y>50</y>
646 <width>171</width>
647 <height>21</height>
648 </rect>
649 </property>
650 <property name="text">
651 <string>Number of Effect Slots:</string>
652 </property>
653 <property name="alignment">
654 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
655 </property>
656 </widget>
657 <widget class="QLineEdit" name="effectSlotLineEdit">
658 <property name="geometry">
659 <rect>
660 <x>190</x>
661 <y>50</y>
662 <width>51</width>
663 <height>22</height>
664 </rect>
665 </property>
666 <property name="toolTip">
667 <string>The maximum number of Auxiliary Effect Slots an app can
668 create. A slot can use a non-negligible amount of CPU time if
669 an effect is set on it even if no sources are feeding it, so this
670 may help when apps use more than the system can handle.</string>
671 </property>
672 <property name="inputMask">
673 <string/>
674 </property>
675 <property name="maxLength">
676 <number>1</number>
677 </property>
678 <property name="frame">
679 <bool>true</bool>
680 </property>
681 <property name="placeholderText">
682 <string>4</string>
683 </property>
684 </widget>
685 <widget class="QLabel" name="label_8">
686 <property name="geometry">
687 <rect>
688 <x>10</x>
689 <y>80</y>
690 <width>171</width>
691 <height>21</height>
692 </rect>
693 </property>
694 <property name="text">
695 <string>Number of Source Sends:</string>
696 </property>
697 <property name="alignment">
698 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
699 </property>
700 </widget>
701 <widget class="QLineEdit" name="srcSendLineEdit">
702 <property name="geometry">
703 <rect>
704 <x>190</x>
705 <y>80</y>
706 <width>51</width>
707 <height>22</height>
708 </rect>
709 </property>
710 <property name="toolTip">
711 <string>The number of auxiliary sends per source. When not specified,
712 it allows the app to request how many it wants. The maximum
713 value currently possible is 4.</string>
714 </property>
715 <property name="maxLength">
716 <number>1</number>
717 </property>
718 <property name="placeholderText">
719 <string>Auto</string>
720 </property>
721 </widget>
722 <widget class="QLabel" name="label_9">
723 <property name="geometry">
724 <rect>
725 <x>30</x>
726 <y>120</y>
727 <width>71</width>
728 <height>21</height>
729 </rect>
730 </property>
731 <property name="text">
732 <string>Resampler:</string>
733 </property>
734 </widget>
735 <widget class="QComboBox" name="resamplerComboBox">
736 <property name="geometry">
737 <rect>
738 <x>110</x>
739 <y>120</y>
740 <width>185</width>
741 <height>22</height>
742 </rect>
743 </property>
744 <property name="toolTip">
745 <string>The resampling method used when mixing sources.</string>
746 </property>
747 <property name="sizeAdjustPolicy">
748 <enum>QComboBox::AdjustToContents</enum>
749 </property>
750 <item>
751 <property name="text">
752 <string>- Default -</string>
753 </property>
754 </item>
755 <item>
756 <property name="text">
757 <string>Point (low quality, fast)</string>
758 </property>
759 </item>
760 <item>
761 <property name="text">
762 <string>Linear (basic quality, fast)</string>
763 </property>
764 </item>
765 <item>
766 <property name="text">
767 <string>Cubic Spline (good quality)</string>
768 </property>
769 </item>
770 </widget>
771 <widget class="QGroupBox" name="groupBox_2">
772 <property name="geometry">
773 <rect>
774 <x>10</x>
775 <y>150</y>
776 <width>511</width>
777 <height>91</height>
778 </rect>
779 </property>
780 <property name="toolTip">
781 <string>Disables use of specific CPU extensions. Certain methods may
782 utilize CPU extensions when detected, and this is useful for
783 preventing those extensions from being used.</string>
784 </property>
785 <property name="title">
786 <string>CPU Extensions</string>
787 </property>
788 <widget class="QCheckBox" name="disableSSECheckBox">
789 <property name="geometry">
790 <rect>
791 <x>10</x>
792 <y>20</y>
793 <width>101</width>
794 <height>31</height>
795 </rect>
796 </property>
797 <property name="text">
798 <string>Disable SSE</string>
799 </property>
800 </widget>
801 <widget class="QCheckBox" name="disableSSE2CheckBox">
802 <property name="geometry">
803 <rect>
804 <x>200</x>
805 <y>20</y>
806 <width>111</width>
807 <height>31</height>
808 </rect>
809 </property>
810 <property name="text">
811 <string>Disable SSE2</string>
812 </property>
813 </widget>
814 <widget class="QCheckBox" name="disableNeonCheckBox">
815 <property name="geometry">
816 <rect>
817 <x>200</x>
818 <y>50</y>
819 <width>111</width>
820 <height>31</height>
821 </rect>
822 </property>
823 <property name="text">
824 <string>Disable Neon</string>
825 </property>
826 </widget>
827 <widget class="QCheckBox" name="disableSSE41CheckBox">
828 <property name="geometry">
829 <rect>
830 <x>370</x>
831 <y>20</y>
832 <width>121</width>
833 <height>31</height>
834 </rect>
835 </property>
836 <property name="text">
837 <string>Disable SSE4.1</string>
838 </property>
839 </widget>
840 </widget>
841 </widget>
842 <widget class="QWidget" name="tab">
843 <attribute name="title">
844 <string>Backends</string>
845 </attribute>
846 <widget class="QCheckBox" name="backendCheckBox">
847 <property name="geometry">
848 <rect>
849 <x>170</x>
850 <y>200</y>
851 <width>161</width>
852 <height>21</height>
853 </rect>
854 </property>
855 <property name="toolTip">
856 <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
857 </property>
858 <property name="text">
859 <string>Allow Other Backends</string>
860 </property>
861 <property name="checked">
862 <bool>true</bool>
863 </property>
864 </widget>
865 <widget class="QListWidget" name="enabledBackendList">
866 <property name="geometry">
867 <rect>
868 <x>40</x>
869 <y>40</y>
870 <width>191</width>
871 <height>151</height>
872 </rect>
873 </property>
874 <property name="toolTip">
875 <string>The backend driver list order. Unknown backends and
876 duplicated names are ignored.</string>
877 </property>
878 <property name="dragDropMode">
879 <enum>QAbstractItemView::InternalMove</enum>
880 </property>
881 </widget>
882 <widget class="QLabel" name="label">
883 <property name="geometry">
884 <rect>
885 <x>40</x>
886 <y>20</y>
887 <width>191</width>
888 <height>20</height>
889 </rect>
890 </property>
891 <property name="text">
892 <string>Priority Backends:</string>
893 </property>
894 </widget>
895 <widget class="QListWidget" name="disabledBackendList">
896 <property name="geometry">
897 <rect>
898 <x>270</x>
899 <y>40</y>
900 <width>191</width>
901 <height>151</height>
902 </rect>
903 </property>
904 <property name="toolTip">
905 <string>Disabled backend driver list.</string>
906 </property>
907 </widget>
908 <widget class="QLabel" name="label_2">
909 <property name="geometry">
910 <rect>
911 <x>270</x>
912 <y>20</y>
913 <width>191</width>
914 <height>20</height>
915 </rect>
916 </property>
917 <property name="text">
918 <string>Disabled Backends:</string>
919 </property>
920 </widget>
921 </widget>
922 <widget class="QWidget" name="tab_4">
923 <attribute name="title">
924 <string>Effects</string>
925 </attribute>
926 <widget class="QCheckBox" name="emulateEaxCheckBox">
927 <property name="geometry">
928 <rect>
929 <x>10</x>
930 <y>60</y>
931 <width>161</width>
932 <height>21</height>
933 </rect>
934 </property>
935 <property name="toolTip">
936 <string>Uses a simpler reverb method to emulate the EAX reverb
937 effect. This may slightly improve performance at the cost of
938 some quality.</string>
939 </property>
940 <property name="layoutDirection">
941 <enum>Qt::RightToLeft</enum>
942 </property>
943 <property name="text">
944 <string>Emulate EAX Reverb:</string>
945 </property>
946 </widget>
947 <widget class="QGroupBox" name="groupBox_4">
948 <property name="geometry">
949 <rect>
950 <x>10</x>
951 <y>100</y>
952 <width>511</width>
953 <height>61</height>
954 </rect>
955 </property>
956 <property name="toolTip">
957 <string>Global amplification for reverb output, expressed in decibels.
958 +6 will be a scale of (approximately) 2x, +12 will be a scale of
959 4x, etc. Similarly, -6 will be about half, and -12 about 1/4th. A
960 value of 0 means no change.</string>
961 </property>
962 <property name="title">
963 <string>Reverb Boost</string>
964 </property>
965 <widget class="QSlider" name="reverbBoostSlider">
966 <property name="geometry">
967 <rect>
968 <x>10</x>
969 <y>30</y>
970 <width>391</width>
971 <height>23</height>
972 </rect>
973 </property>
974 <property name="toolTip">
975 <string/>
976 </property>
977 <property name="minimum">
978 <number>-120</number>
979 </property>
980 <property name="maximum">
981 <number>120</number>
982 </property>
983 <property name="orientation">
984 <enum>Qt::Horizontal</enum>
985 </property>
986 <property name="tickPosition">
987 <enum>QSlider::TicksBelow</enum>
988 </property>
989 <property name="tickInterval">
990 <number>10</number>
991 </property>
992 </widget>
993 <widget class="QLineEdit" name="reverbBoostEdit">
994 <property name="geometry">
995 <rect>
996 <x>410</x>
997 <y>30</y>
998 <width>51</width>
999 <height>22</height>
1000 </rect>
1001 </property>
1002 <property name="alignment">
1003 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1004 </property>
1005 <property name="placeholderText">
1006 <string>0.0</string>
1007 </property>
1008 </widget>
1009 <widget class="QLabel" name="label_12">
1010 <property name="geometry">
1011 <rect>
1012 <x>460</x>
1013 <y>30</y>
1014 <width>31</width>
1015 <height>21</height>
1016 </rect>
1017 </property>
1018 <property name="text">
1019 <string>dB</string>
1020 </property>
1021 </widget>
1022 </widget>
1023 <widget class="QGroupBox" name="groupBox_5">
1024 <property name="geometry">
1025 <rect>
1026 <x>10</x>
1027 <y>170</y>
1028 <width>511</width>
1029 <height>191</height>
1030 </rect>
1031 </property>
1032 <property name="toolTip">
1033 <string>Disables effects, preventing apps from recognizing them. This
1034 can help for apps that try to use effects which are too CPU
1035 intensive for the system to handle.</string>
1036 </property>
1037 <property name="title">
1038 <string>Disabled Effects</string>
1039 </property>
1040 <widget class="QCheckBox" name="disableEaxReverbCheck">
1041 <property name="geometry">
1042 <rect>
1043 <x>70</x>
1044 <y>30</y>
1045 <width>131</width>
1046 <height>21</height>
1047 </rect>
1048 </property>
1049 <property name="text">
1050 <string>EAX Reverb</string>
1051 </property>
1052 </widget>
1053 <widget class="QCheckBox" name="disableStdReverbCheck">
1054 <property name="geometry">
1055 <rect>
1056 <x>70</x>
1057 <y>60</y>
1058 <width>131</width>
1059 <height>21</height>
1060 </rect>
1061 </property>
1062 <property name="text">
1063 <string>Standard Reverb</string>
1064 </property>
1065 </widget>
1066 <widget class="QCheckBox" name="disableChorusCheck">
1067 <property name="geometry">
1068 <rect>
1069 <x>70</x>
1070 <y>90</y>
1071 <width>131</width>
1072 <height>21</height>
1073 </rect>
1074 </property>
1075 <property name="text">
1076 <string>Chorus</string>
1077 </property>
1078 </widget>
1079 <widget class="QCheckBox" name="disableDistortionCheck">
1080 <property name="geometry">
1081 <rect>
1082 <x>70</x>
1083 <y>150</y>
1084 <width>131</width>
1085 <height>21</height>
1086 </rect>
1087 </property>
1088 <property name="text">
1089 <string>Distortion</string>
1090 </property>
1091 </widget>
1092 <widget class="QCheckBox" name="disableEchoCheck">
1093 <property name="geometry">
1094 <rect>
1095 <x>320</x>
1096 <y>30</y>
1097 <width>131</width>
1098 <height>21</height>
1099 </rect>
1100 </property>
1101 <property name="text">
1102 <string>Echo</string>
1103 </property>
1104 </widget>
1105 <widget class="QCheckBox" name="disableEqualizerCheck">
1106 <property name="geometry">
1107 <rect>
1108 <x>320</x>
1109 <y>60</y>
1110 <width>131</width>
1111 <height>21</height>
1112 </rect>
1113 </property>
1114 <property name="text">
1115 <string>Equalizer</string>
1116 </property>
1117 </widget>
1118 <widget class="QCheckBox" name="disableFlangerCheck">
1119 <property name="geometry">
1120 <rect>
1121 <x>320</x>
1122 <y>90</y>
1123 <width>131</width>
1124 <height>21</height>
1125 </rect>
1126 </property>
1127 <property name="text">
1128 <string>Flanger</string>
1129 </property>
1130 </widget>
1131 <widget class="QCheckBox" name="disableModulatorCheck">
1132 <property name="geometry">
1133 <rect>
1134 <x>320</x>
1135 <y>120</y>
1136 <width>131</width>
1137 <height>21</height>
1138 </rect>
1139 </property>
1140 <property name="text">
1141 <string>Ring Modulator</string>
1142 </property>
1143 </widget>
1144 <widget class="QCheckBox" name="disableDedicatedCheck">
1145 <property name="geometry">
1146 <rect>
1147 <x>320</x>
1148 <y>150</y>
1149 <width>131</width>
1150 <height>21</height>
1151 </rect>
1152 </property>
1153 <property name="toolTip">
1154 <string>Disables both the Dedicated Dialog and Dedicated LFE effects
1155 added by the ALC_EXT_DEDICATED extension.</string>
1156 </property>
1157 <property name="text">
1158 <string>Dedicated ...</string>
1159 </property>
1160 </widget>
1161 <widget class="QCheckBox" name="disableCompressorCheck">
1162 <property name="geometry">
1163 <rect>
1164 <x>70</x>
1165 <y>120</y>
1166 <width>111</width>
1167 <height>21</height>
1168 </rect>
1169 </property>
1170 <property name="text">
1171 <string>Compressor</string>
1172 </property>
1173 </widget>
1174 </widget>
1175 <widget class="QLabel" name="label_13">
1176 <property name="geometry">
1177 <rect>
1178 <x>10</x>
1179 <y>20</y>
1180 <width>141</width>
1181 <height>21</height>
1182 </rect>
1183 </property>
1184 <property name="text">
1185 <string>Default Reverb Effect:</string>
1186 </property>
1187 <property name="alignment">
1188 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1189 </property>
1190 </widget>
1191 <widget class="QComboBox" name="defaultReverbComboBox">
1192 <property name="geometry">
1193 <rect>
1194 <x>160</x>
1195 <y>20</y>
1196 <width>131</width>
1197 <height>22</height>
1198 </rect>
1199 </property>
1200 <property name="sizeAdjustPolicy">
1201 <enum>QComboBox::AdjustToContents</enum>
1202 </property>
1203 <item>
1204 <property name="text">
1205 <string>None</string>
1206 </property>
1207 </item>
1208 <item>
1209 <property name="text">
1210 <string>Generic</string>
1211 </property>
1212 </item>
1213 <item>
1214 <property name="text">
1215 <string>PaddedCell</string>
1216 </property>
1217 </item>
1218 <item>
1219 <property name="text">
1220 <string>Room</string>
1221 </property>
1222 </item>
1223 <item>
1224 <property name="text">
1225 <string>Bathroom</string>
1226 </property>
1227 </item>
1228 <item>
1229 <property name="text">
1230 <string>Livingroom</string>
1231 </property>
1232 </item>
1233 <item>
1234 <property name="text">
1235 <string>Stoneroom</string>
1236 </property>
1237 </item>
1238 <item>
1239 <property name="text">
1240 <string>Auditorium</string>
1241 </property>
1242 </item>
1243 <item>
1244 <property name="text">
1245 <string>ConcertHall</string>
1246 </property>
1247 </item>
1248 <item>
1249 <property name="text">
1250 <string>Cave</string>
1251 </property>
1252 </item>
1253 <item>
1254 <property name="text">
1255 <string>Arena</string>
1256 </property>
1257 </item>
1258 <item>
1259 <property name="text">
1260 <string>Hangar</string>
1261 </property>
1262 </item>
1263 <item>
1264 <property name="text">
1265 <string>CarpetedHallway</string>
1266 </property>
1267 </item>
1268 <item>
1269 <property name="text">
1270 <string>Hallway</string>
1271 </property>
1272 </item>
1273 <item>
1274 <property name="text">
1275 <string>StoneCorridor</string>
1276 </property>
1277 </item>
1278 <item>
1279 <property name="text">
1280 <string>Alley</string>
1281 </property>
1282 </item>
1283 <item>
1284 <property name="text">
1285 <string>Forest</string>
1286 </property>
1287 </item>
1288 <item>
1289 <property name="text">
1290 <string>City</string>
1291 </property>
1292 </item>
1293 <item>
1294 <property name="text">
1295 <string>Mountains</string>
1296 </property>
1297 </item>
1298 <item>
1299 <property name="text">
1300 <string>Quarry</string>
1301 </property>
1302 </item>
1303 <item>
1304 <property name="text">
1305 <string>Plain</string>
1306 </property>
1307 </item>
1308 <item>
1309 <property name="text">
1310 <string>ParkingLot</string>
1311 </property>
1312 </item>
1313 <item>
1314 <property name="text">
1315 <string>SewerPipe</string>
1316 </property>
1317 </item>
1318 <item>
1319 <property name="text">
1320 <string>Underwater</string>
1321 </property>
1322 </item>
1323 <item>
1324 <property name="text">
1325 <string>Drugged</string>
1326 </property>
1327 </item>
1328 <item>
1329 <property name="text">
1330 <string>Dizzy</string>
1331 </property>
1332 </item>
1333 <item>
1334 <property name="text">
1335 <string>Psychotic</string>
1336 </property>
1337 </item>
1338 </widget>
1339 </widget>
1340 </widget>
1341 </widget>
1342 <widget class="QMenuBar" name="menuBar">
1343 <property name="geometry">
1344 <rect>
1345 <x>0</x>
1346 <y>0</y>
1347 <width>564</width>
1348 <height>19</height>
1349 </rect>
1350 </property>
1351 <widget class="QMenu" name="menuFile">
1352 <property name="title">
1353 <string>&amp;File</string>
1354 </property>
1355 <addaction name="actionLoad"/>
1356 <addaction name="actionSave_As"/>
1357 <addaction name="separator"/>
1358 <addaction name="actionQuit"/>
1359 </widget>
1360 <addaction name="menuFile"/>
1361 </widget>
1362 <action name="actionQuit">
1363 <property name="icon">
1364 <iconset theme="application-exit">
1365 <normaloff/>
1366 </iconset>
1367 </property>
1368 <property name="text">
1369 <string>&amp;Quit</string>
1370 </property>
1371 </action>
1372 <action name="actionSave_As">
1373 <property name="icon">
1374 <iconset theme="document-save-as">
1375 <normaloff/>
1376 </iconset>
1377 </property>
1378 <property name="text">
1379 <string>Save &amp;As...</string>
1380 </property>
1381 <property name="toolTip">
1382 <string>Save Configuration As</string>
1383 </property>
1384 </action>
1385 <action name="actionLoad">
1386 <property name="icon">
1387 <iconset theme="document-open">
1388 <normaloff/>
1389 </iconset>
1390 </property>
1391 <property name="text">
1392 <string>&amp;Load...</string>
1393 </property>
1394 <property name="toolTip">
1395 <string>Load Configuration File</string>
1396 </property>
1397 </action>
1398 </widget>
1399 <layoutdefault spacing="6" margin="11"/>
1400 <resources/>
1401 <connections>
1402 <connection>
1403 <sender>actionQuit</sender>
1404 <signal>activated()</signal>
1405 <receiver>MainWindow</receiver>
1406 <slot>close()</slot>
1407 <hints>
1408 <hint type="sourcelabel">
1409 <x>-1</x>
1410 <y>-1</y>
1411 </hint>
1412 <hint type="destinationlabel">
1413 <x>267</x>
1414 <y>181</y>
1415 </hint>
1416 </hints>
1417 </connection>
1418 </connections>
1419 <slots>
1420 <slot>ShowHRTFContextMenu(QPoint)</slot>
1421 </slots>
1422 </ui>