Simplify setting a fontsound link
[openal-soft.git] / utils / alsoft-config / mainwindow.ui
blob4c7d0c69f1bb6825f11474a21a356ca5af80d23b
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>206</width>
62 <height>23</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>247</width>
151 <height>23</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>123</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>361</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 or in addiiton to the the built-in set. The
358 filenames may contain these markers, which will be replaced
359 as needed:
360 %r - Device sampling rate
361 %% - Percent sign (%)</string>
362 </property>
363 <property name="dragEnabled">
364 <bool>false</bool>
365 </property>
366 <property name="dragDropMode">
367 <enum>QAbstractItemView::InternalMove</enum>
368 </property>
369 <property name="alternatingRowColors">
370 <bool>true</bool>
371 </property>
372 <property name="selectionMode">
373 <enum>QAbstractItemView::ExtendedSelection</enum>
374 </property>
375 <property name="textElideMode">
376 <enum>Qt::ElideNone</enum>
377 </property>
378 </widget>
379 <widget class="QPushButton" name="hrtfAddButton">
380 <property name="geometry">
381 <rect>
382 <x>475</x>
383 <y>30</y>
384 <width>25</width>
385 <height>25</height>
386 </rect>
387 </property>
388 <property name="text">
389 <string/>
390 </property>
391 <property name="icon">
392 <iconset theme="list-add">
393 <normaloff/>
394 </iconset>
395 </property>
396 <property name="flat">
397 <bool>false</bool>
398 </property>
399 </widget>
400 <widget class="QPushButton" name="hrtfRemoveButton">
401 <property name="geometry">
402 <rect>
403 <x>475</x>
404 <y>60</y>
405 <width>25</width>
406 <height>25</height>
407 </rect>
408 </property>
409 <property name="text">
410 <string/>
411 </property>
412 <property name="icon">
413 <iconset theme="list-remove">
414 <normaloff/>
415 </iconset>
416 </property>
417 </widget>
418 </widget>
419 <widget class="QGroupBox" name="groupBox_3">
420 <property name="geometry">
421 <rect>
422 <x>10</x>
423 <y>110</y>
424 <width>511</width>
425 <height>91</height>
426 </rect>
427 </property>
428 <property name="title">
429 <string>Buffer Metrics</string>
430 </property>
431 <widget class="QWidget" name="widget" native="true">
432 <property name="geometry">
433 <rect>
434 <x>260</x>
435 <y>20</y>
436 <width>241</width>
437 <height>51</height>
438 </rect>
439 </property>
440 <property name="toolTip">
441 <string>The number of update periods. Higher values create a larger
442 mix ahead, which helps protect against skips when the CPU is
443 under load, but increases the delay between a sound getting
444 mixed and being heard.</string>
445 </property>
446 <widget class="QLabel" name="label_11">
447 <property name="geometry">
448 <rect>
449 <x>20</x>
450 <y>0</y>
451 <width>201</width>
452 <height>21</height>
453 </rect>
454 </property>
455 <property name="text">
456 <string>Period Count</string>
457 </property>
458 <property name="alignment">
459 <set>Qt::AlignCenter</set>
460 </property>
461 </widget>
462 <widget class="QSlider" name="periodCountSlider">
463 <property name="geometry">
464 <rect>
465 <x>70</x>
466 <y>20</y>
467 <width>160</width>
468 <height>23</height>
469 </rect>
470 </property>
471 <property name="minimum">
472 <number>1</number>
473 </property>
474 <property name="maximum">
475 <number>16</number>
476 </property>
477 <property name="singleStep">
478 <number>1</number>
479 </property>
480 <property name="pageStep">
481 <number>2</number>
482 </property>
483 <property name="value">
484 <number>1</number>
485 </property>
486 <property name="tracking">
487 <bool>true</bool>
488 </property>
489 <property name="orientation">
490 <enum>Qt::Horizontal</enum>
491 </property>
492 <property name="tickPosition">
493 <enum>QSlider::TicksBelow</enum>
494 </property>
495 <property name="tickInterval">
496 <number>1</number>
497 </property>
498 </widget>
499 <widget class="QLineEdit" name="periodCountEdit">
500 <property name="geometry">
501 <rect>
502 <x>20</x>
503 <y>20</y>
504 <width>51</width>
505 <height>22</height>
506 </rect>
507 </property>
508 <property name="placeholderText">
509 <string>4</string>
510 </property>
511 </widget>
512 </widget>
513 <widget class="QWidget" name="widget_2" native="true">
514 <property name="geometry">
515 <rect>
516 <x>10</x>
517 <y>20</y>
518 <width>241</width>
519 <height>51</height>
520 </rect>
521 </property>
522 <property name="toolTip">
523 <string>The update period size, in sample frames. This is the number of
524 frames needed for each mixing update.</string>
525 </property>
526 <widget class="QSlider" name="periodSizeSlider">
527 <property name="geometry">
528 <rect>
529 <x>60</x>
530 <y>20</y>
531 <width>160</width>
532 <height>23</height>
533 </rect>
534 </property>
535 <property name="minimum">
536 <number>0</number>
537 </property>
538 <property name="maximum">
539 <number>8192</number>
540 </property>
541 <property name="singleStep">
542 <number>64</number>
543 </property>
544 <property name="pageStep">
545 <number>1024</number>
546 </property>
547 <property name="value">
548 <number>0</number>
549 </property>
550 <property name="tracking">
551 <bool>true</bool>
552 </property>
553 <property name="orientation">
554 <enum>Qt::Horizontal</enum>
555 </property>
556 <property name="tickPosition">
557 <enum>QSlider::TicksBelow</enum>
558 </property>
559 <property name="tickInterval">
560 <number>512</number>
561 </property>
562 </widget>
563 <widget class="QLabel" name="label_10">
564 <property name="geometry">
565 <rect>
566 <x>10</x>
567 <y>0</y>
568 <width>201</width>
569 <height>21</height>
570 </rect>
571 </property>
572 <property name="text">
573 <string>Period Samples</string>
574 </property>
575 <property name="alignment">
576 <set>Qt::AlignCenter</set>
577 </property>
578 </widget>
579 <widget class="QLineEdit" name="periodSizeEdit">
580 <property name="geometry">
581 <rect>
582 <x>10</x>
583 <y>20</y>
584 <width>51</width>
585 <height>22</height>
586 </rect>
587 </property>
588 <property name="placeholderText">
589 <string>1024</string>
590 </property>
591 </widget>
592 </widget>
593 </widget>
594 </widget>
595 <widget class="QWidget" name="tab_2">
596 <attribute name="title">
597 <string>Resources</string>
598 </attribute>
599 <widget class="QLineEdit" name="srcCountLineEdit">
600 <property name="geometry">
601 <rect>
602 <x>190</x>
603 <y>20</y>
604 <width>51</width>
605 <height>22</height>
606 </rect>
607 </property>
608 <property name="toolTip">
609 <string>The maximum number of allocatable sources. Lower values may
610 help for systems with apps that try to play more sounds than
611 the CPU can handle.</string>
612 </property>
613 <property name="inputMask">
614 <string/>
615 </property>
616 <property name="maxLength">
617 <number>3</number>
618 </property>
619 <property name="frame">
620 <bool>true</bool>
621 </property>
622 <property name="placeholderText">
623 <string>256</string>
624 </property>
625 </widget>
626 <widget class="QLabel" name="label_3">
627 <property name="geometry">
628 <rect>
629 <x>10</x>
630 <y>20</y>
631 <width>171</width>
632 <height>21</height>
633 </rect>
634 </property>
635 <property name="text">
636 <string>Number of Sound Sources:</string>
637 </property>
638 <property name="alignment">
639 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
640 </property>
641 </widget>
642 <widget class="QLabel" name="label_4">
643 <property name="geometry">
644 <rect>
645 <x>10</x>
646 <y>50</y>
647 <width>171</width>
648 <height>21</height>
649 </rect>
650 </property>
651 <property name="text">
652 <string>Number of Effect Slots:</string>
653 </property>
654 <property name="alignment">
655 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
656 </property>
657 </widget>
658 <widget class="QLineEdit" name="effectSlotLineEdit">
659 <property name="geometry">
660 <rect>
661 <x>190</x>
662 <y>50</y>
663 <width>51</width>
664 <height>22</height>
665 </rect>
666 </property>
667 <property name="toolTip">
668 <string>The maximum number of Auxiliary Effect Slots an app can
669 create. A slot can use a non-negligible amount of CPU time if
670 an effect is set on it even if no sources are feeding it, so this
671 may help when apps use more than the system can handle.</string>
672 </property>
673 <property name="inputMask">
674 <string/>
675 </property>
676 <property name="maxLength">
677 <number>1</number>
678 </property>
679 <property name="frame">
680 <bool>true</bool>
681 </property>
682 <property name="placeholderText">
683 <string>4</string>
684 </property>
685 </widget>
686 <widget class="QLabel" name="label_8">
687 <property name="geometry">
688 <rect>
689 <x>10</x>
690 <y>80</y>
691 <width>171</width>
692 <height>21</height>
693 </rect>
694 </property>
695 <property name="text">
696 <string>Number of Source Sends:</string>
697 </property>
698 <property name="alignment">
699 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
700 </property>
701 </widget>
702 <widget class="QLineEdit" name="srcSendLineEdit">
703 <property name="geometry">
704 <rect>
705 <x>190</x>
706 <y>80</y>
707 <width>51</width>
708 <height>22</height>
709 </rect>
710 </property>
711 <property name="toolTip">
712 <string>The number of auxiliary sends per source. When not specified,
713 it allows the app to request how many it wants. The maximum
714 value currently possible is 4.</string>
715 </property>
716 <property name="maxLength">
717 <number>1</number>
718 </property>
719 <property name="placeholderText">
720 <string>Auto</string>
721 </property>
722 </widget>
723 <widget class="QLabel" name="label_9">
724 <property name="geometry">
725 <rect>
726 <x>30</x>
727 <y>120</y>
728 <width>71</width>
729 <height>21</height>
730 </rect>
731 </property>
732 <property name="text">
733 <string>Resampler:</string>
734 </property>
735 </widget>
736 <widget class="QComboBox" name="resamplerComboBox">
737 <property name="geometry">
738 <rect>
739 <x>110</x>
740 <y>120</y>
741 <width>203</width>
742 <height>23</height>
743 </rect>
744 </property>
745 <property name="toolTip">
746 <string>The resampling method used when mixing sources.</string>
747 </property>
748 <property name="sizeAdjustPolicy">
749 <enum>QComboBox::AdjustToContents</enum>
750 </property>
751 <item>
752 <property name="text">
753 <string>- Default -</string>
754 </property>
755 </item>
756 <item>
757 <property name="text">
758 <string>Point (low quality, fast)</string>
759 </property>
760 </item>
761 <item>
762 <property name="text">
763 <string>Linear (basic quality, fast)</string>
764 </property>
765 </item>
766 <item>
767 <property name="text">
768 <string>Cubic Spline (good quality)</string>
769 </property>
770 </item>
771 </widget>
772 <widget class="QGroupBox" name="groupBox_2">
773 <property name="geometry">
774 <rect>
775 <x>10</x>
776 <y>150</y>
777 <width>511</width>
778 <height>61</height>
779 </rect>
780 </property>
781 <property name="toolTip">
782 <string>Disables use of specific CPU extensions. Certain methods may
783 utilize CPU extensions when detected, and this is useful for
784 preventing those extensions from being used.</string>
785 </property>
786 <property name="title">
787 <string>CPU Extensions</string>
788 </property>
789 <widget class="QCheckBox" name="disableSSECheckBox">
790 <property name="geometry">
791 <rect>
792 <x>10</x>
793 <y>20</y>
794 <width>101</width>
795 <height>31</height>
796 </rect>
797 </property>
798 <property name="text">
799 <string>Disable SSE</string>
800 </property>
801 </widget>
802 <widget class="QCheckBox" name="disableSSE2CheckBox">
803 <property name="geometry">
804 <rect>
805 <x>200</x>
806 <y>20</y>
807 <width>111</width>
808 <height>31</height>
809 </rect>
810 </property>
811 <property name="text">
812 <string>Disable SSE2</string>
813 </property>
814 </widget>
815 <widget class="QCheckBox" name="disableNeonCheckBox">
816 <property name="geometry">
817 <rect>
818 <x>380</x>
819 <y>20</y>
820 <width>111</width>
821 <height>31</height>
822 </rect>
823 </property>
824 <property name="text">
825 <string>Disable Neon</string>
826 </property>
827 </widget>
828 </widget>
829 </widget>
830 <widget class="QWidget" name="tab">
831 <attribute name="title">
832 <string>Backends</string>
833 </attribute>
834 <widget class="QCheckBox" name="backendCheckBox">
835 <property name="geometry">
836 <rect>
837 <x>170</x>
838 <y>200</y>
839 <width>161</width>
840 <height>21</height>
841 </rect>
842 </property>
843 <property name="toolTip">
844 <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
845 </property>
846 <property name="text">
847 <string>Allow Other Backends</string>
848 </property>
849 <property name="checked">
850 <bool>true</bool>
851 </property>
852 </widget>
853 <widget class="QListWidget" name="enabledBackendList">
854 <property name="geometry">
855 <rect>
856 <x>40</x>
857 <y>40</y>
858 <width>191</width>
859 <height>151</height>
860 </rect>
861 </property>
862 <property name="toolTip">
863 <string>The backend driver list order. Unknown backends and
864 duplicated names are ignored.</string>
865 </property>
866 <property name="dragDropMode">
867 <enum>QAbstractItemView::InternalMove</enum>
868 </property>
869 </widget>
870 <widget class="QLabel" name="label">
871 <property name="geometry">
872 <rect>
873 <x>40</x>
874 <y>20</y>
875 <width>191</width>
876 <height>20</height>
877 </rect>
878 </property>
879 <property name="text">
880 <string>Priority Backends:</string>
881 </property>
882 </widget>
883 <widget class="QListWidget" name="disabledBackendList">
884 <property name="geometry">
885 <rect>
886 <x>270</x>
887 <y>40</y>
888 <width>191</width>
889 <height>151</height>
890 </rect>
891 </property>
892 <property name="toolTip">
893 <string>Disabled backend driver list.</string>
894 </property>
895 </widget>
896 <widget class="QLabel" name="label_2">
897 <property name="geometry">
898 <rect>
899 <x>270</x>
900 <y>20</y>
901 <width>191</width>
902 <height>20</height>
903 </rect>
904 </property>
905 <property name="text">
906 <string>Disabled Backends:</string>
907 </property>
908 </widget>
909 </widget>
910 <widget class="QWidget" name="tab_4">
911 <attribute name="title">
912 <string>Effects</string>
913 </attribute>
914 <widget class="QCheckBox" name="emulateEaxCheckBox">
915 <property name="geometry">
916 <rect>
917 <x>10</x>
918 <y>60</y>
919 <width>161</width>
920 <height>21</height>
921 </rect>
922 </property>
923 <property name="toolTip">
924 <string>Uses a simpler reverb method to emulate the EAX reverb
925 effect. This may slightly improve performance at the cost of
926 some quality.</string>
927 </property>
928 <property name="layoutDirection">
929 <enum>Qt::RightToLeft</enum>
930 </property>
931 <property name="text">
932 <string>Emulate EAX Reverb:</string>
933 </property>
934 </widget>
935 <widget class="QGroupBox" name="groupBox_4">
936 <property name="geometry">
937 <rect>
938 <x>10</x>
939 <y>100</y>
940 <width>511</width>
941 <height>61</height>
942 </rect>
943 </property>
944 <property name="toolTip">
945 <string>Global amplification for reverb output, expressed in decibels.
946 +6 will be a scale of (approximately) 2x, +12 will be a scale of
947 4x, etc. Similarly, -6 will be about half, and -12 about 1/4th. A
948 value of 0 means no change.</string>
949 </property>
950 <property name="title">
951 <string>Reverb Boost</string>
952 </property>
953 <widget class="QSlider" name="reverbBoostSlider">
954 <property name="geometry">
955 <rect>
956 <x>10</x>
957 <y>30</y>
958 <width>391</width>
959 <height>23</height>
960 </rect>
961 </property>
962 <property name="toolTip">
963 <string/>
964 </property>
965 <property name="minimum">
966 <number>-120</number>
967 </property>
968 <property name="maximum">
969 <number>120</number>
970 </property>
971 <property name="orientation">
972 <enum>Qt::Horizontal</enum>
973 </property>
974 <property name="tickPosition">
975 <enum>QSlider::TicksBelow</enum>
976 </property>
977 <property name="tickInterval">
978 <number>10</number>
979 </property>
980 </widget>
981 <widget class="QLineEdit" name="reverbBoostEdit">
982 <property name="geometry">
983 <rect>
984 <x>410</x>
985 <y>30</y>
986 <width>51</width>
987 <height>22</height>
988 </rect>
989 </property>
990 <property name="alignment">
991 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
992 </property>
993 <property name="placeholderText">
994 <string>0.0</string>
995 </property>
996 </widget>
997 <widget class="QLabel" name="label_12">
998 <property name="geometry">
999 <rect>
1000 <x>460</x>
1001 <y>30</y>
1002 <width>31</width>
1003 <height>21</height>
1004 </rect>
1005 </property>
1006 <property name="text">
1007 <string>dB</string>
1008 </property>
1009 </widget>
1010 </widget>
1011 <widget class="QGroupBox" name="groupBox_5">
1012 <property name="geometry">
1013 <rect>
1014 <x>9</x>
1015 <y>170</y>
1016 <width>511</width>
1017 <height>181</height>
1018 </rect>
1019 </property>
1020 <property name="toolTip">
1021 <string>Disables effects, preventing apps from recognizing them. This
1022 can help for apps that try to use effects which are too CPU
1023 intensive for the system to handle.</string>
1024 </property>
1025 <property name="title">
1026 <string>Disabled Effects</string>
1027 </property>
1028 <widget class="QCheckBox" name="disableEaxReverbCheck">
1029 <property name="geometry">
1030 <rect>
1031 <x>70</x>
1032 <y>30</y>
1033 <width>131</width>
1034 <height>21</height>
1035 </rect>
1036 </property>
1037 <property name="text">
1038 <string>EAX Reverb</string>
1039 </property>
1040 </widget>
1041 <widget class="QCheckBox" name="disableStdReverbCheck">
1042 <property name="geometry">
1043 <rect>
1044 <x>70</x>
1045 <y>60</y>
1046 <width>131</width>
1047 <height>21</height>
1048 </rect>
1049 </property>
1050 <property name="text">
1051 <string>Standard Reverb</string>
1052 </property>
1053 </widget>
1054 <widget class="QCheckBox" name="disableChorusCheck">
1055 <property name="geometry">
1056 <rect>
1057 <x>70</x>
1058 <y>90</y>
1059 <width>131</width>
1060 <height>21</height>
1061 </rect>
1062 </property>
1063 <property name="text">
1064 <string>Chorus</string>
1065 </property>
1066 </widget>
1067 <widget class="QCheckBox" name="disableDistortionCheck">
1068 <property name="geometry">
1069 <rect>
1070 <x>70</x>
1071 <y>120</y>
1072 <width>131</width>
1073 <height>21</height>
1074 </rect>
1075 </property>
1076 <property name="text">
1077 <string>Distortion</string>
1078 </property>
1079 </widget>
1080 <widget class="QCheckBox" name="disableEchoCheck">
1081 <property name="geometry">
1082 <rect>
1083 <x>70</x>
1084 <y>150</y>
1085 <width>131</width>
1086 <height>21</height>
1087 </rect>
1088 </property>
1089 <property name="text">
1090 <string>Echo</string>
1091 </property>
1092 </widget>
1093 <widget class="QCheckBox" name="disableEqualizerCheck">
1094 <property name="geometry">
1095 <rect>
1096 <x>320</x>
1097 <y>30</y>
1098 <width>131</width>
1099 <height>21</height>
1100 </rect>
1101 </property>
1102 <property name="text">
1103 <string>Equalizer</string>
1104 </property>
1105 </widget>
1106 <widget class="QCheckBox" name="disableFlangerCheck">
1107 <property name="geometry">
1108 <rect>
1109 <x>320</x>
1110 <y>60</y>
1111 <width>131</width>
1112 <height>21</height>
1113 </rect>
1114 </property>
1115 <property name="text">
1116 <string>Flanger</string>
1117 </property>
1118 </widget>
1119 <widget class="QCheckBox" name="disableModulatorCheck">
1120 <property name="geometry">
1121 <rect>
1122 <x>320</x>
1123 <y>90</y>
1124 <width>131</width>
1125 <height>21</height>
1126 </rect>
1127 </property>
1128 <property name="text">
1129 <string>Ring Modulator</string>
1130 </property>
1131 </widget>
1132 <widget class="QCheckBox" name="disableDedicatedCheck">
1133 <property name="geometry">
1134 <rect>
1135 <x>320</x>
1136 <y>120</y>
1137 <width>131</width>
1138 <height>21</height>
1139 </rect>
1140 </property>
1141 <property name="toolTip">
1142 <string>Disables both the Dedicated Dialog and Dedicated LFE effects
1143 added by the ALC_EXT_DEDICATED extension.</string>
1144 </property>
1145 <property name="text">
1146 <string>Dedicated ...</string>
1147 </property>
1148 </widget>
1149 </widget>
1150 <widget class="QLabel" name="label_13">
1151 <property name="geometry">
1152 <rect>
1153 <x>10</x>
1154 <y>20</y>
1155 <width>141</width>
1156 <height>21</height>
1157 </rect>
1158 </property>
1159 <property name="text">
1160 <string>Default Reverb Effect:</string>
1161 </property>
1162 <property name="alignment">
1163 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1164 </property>
1165 </widget>
1166 <widget class="QComboBox" name="defaultReverbComboBox">
1167 <property name="geometry">
1168 <rect>
1169 <x>160</x>
1170 <y>20</y>
1171 <width>142</width>
1172 <height>23</height>
1173 </rect>
1174 </property>
1175 <property name="sizeAdjustPolicy">
1176 <enum>QComboBox::AdjustToContents</enum>
1177 </property>
1178 <item>
1179 <property name="text">
1180 <string>None</string>
1181 </property>
1182 </item>
1183 <item>
1184 <property name="text">
1185 <string>Generic</string>
1186 </property>
1187 </item>
1188 <item>
1189 <property name="text">
1190 <string>PaddedCell</string>
1191 </property>
1192 </item>
1193 <item>
1194 <property name="text">
1195 <string>Room</string>
1196 </property>
1197 </item>
1198 <item>
1199 <property name="text">
1200 <string>Bathroom</string>
1201 </property>
1202 </item>
1203 <item>
1204 <property name="text">
1205 <string>Livingroom</string>
1206 </property>
1207 </item>
1208 <item>
1209 <property name="text">
1210 <string>Stoneroom</string>
1211 </property>
1212 </item>
1213 <item>
1214 <property name="text">
1215 <string>Auditorium</string>
1216 </property>
1217 </item>
1218 <item>
1219 <property name="text">
1220 <string>ConcertHall</string>
1221 </property>
1222 </item>
1223 <item>
1224 <property name="text">
1225 <string>Cave</string>
1226 </property>
1227 </item>
1228 <item>
1229 <property name="text">
1230 <string>Arena</string>
1231 </property>
1232 </item>
1233 <item>
1234 <property name="text">
1235 <string>Hangar</string>
1236 </property>
1237 </item>
1238 <item>
1239 <property name="text">
1240 <string>CarpetedHallway</string>
1241 </property>
1242 </item>
1243 <item>
1244 <property name="text">
1245 <string>Hallway</string>
1246 </property>
1247 </item>
1248 <item>
1249 <property name="text">
1250 <string>StoneCorridor</string>
1251 </property>
1252 </item>
1253 <item>
1254 <property name="text">
1255 <string>Alley</string>
1256 </property>
1257 </item>
1258 <item>
1259 <property name="text">
1260 <string>Forest</string>
1261 </property>
1262 </item>
1263 <item>
1264 <property name="text">
1265 <string>City</string>
1266 </property>
1267 </item>
1268 <item>
1269 <property name="text">
1270 <string>Mountains</string>
1271 </property>
1272 </item>
1273 <item>
1274 <property name="text">
1275 <string>Quarry</string>
1276 </property>
1277 </item>
1278 <item>
1279 <property name="text">
1280 <string>Plain</string>
1281 </property>
1282 </item>
1283 <item>
1284 <property name="text">
1285 <string>ParkingLot</string>
1286 </property>
1287 </item>
1288 <item>
1289 <property name="text">
1290 <string>SewerPipe</string>
1291 </property>
1292 </item>
1293 <item>
1294 <property name="text">
1295 <string>Underwater</string>
1296 </property>
1297 </item>
1298 <item>
1299 <property name="text">
1300 <string>Drugged</string>
1301 </property>
1302 </item>
1303 <item>
1304 <property name="text">
1305 <string>Dizzy</string>
1306 </property>
1307 </item>
1308 <item>
1309 <property name="text">
1310 <string>Psychotic</string>
1311 </property>
1312 </item>
1313 </widget>
1314 </widget>
1315 </widget>
1316 </widget>
1317 <widget class="QMenuBar" name="menuBar">
1318 <property name="geometry">
1319 <rect>
1320 <x>0</x>
1321 <y>0</y>
1322 <width>564</width>
1323 <height>20</height>
1324 </rect>
1325 </property>
1326 <widget class="QMenu" name="menuFile">
1327 <property name="title">
1328 <string>&amp;File</string>
1329 </property>
1330 <addaction name="actionLoad"/>
1331 <addaction name="actionSave_As"/>
1332 <addaction name="separator"/>
1333 <addaction name="actionQuit"/>
1334 </widget>
1335 <addaction name="menuFile"/>
1336 </widget>
1337 <action name="actionQuit">
1338 <property name="icon">
1339 <iconset theme="application-exit">
1340 <normaloff/>
1341 </iconset>
1342 </property>
1343 <property name="text">
1344 <string>&amp;Quit</string>
1345 </property>
1346 </action>
1347 <action name="actionSave_As">
1348 <property name="icon">
1349 <iconset theme="document-save-as">
1350 <normaloff/>
1351 </iconset>
1352 </property>
1353 <property name="text">
1354 <string>Save &amp;As...</string>
1355 </property>
1356 <property name="toolTip">
1357 <string>Save Configuration As</string>
1358 </property>
1359 </action>
1360 <action name="actionLoad">
1361 <property name="icon">
1362 <iconset theme="document-open">
1363 <normaloff/>
1364 </iconset>
1365 </property>
1366 <property name="text">
1367 <string>&amp;Load...</string>
1368 </property>
1369 <property name="toolTip">
1370 <string>Load Configuration File</string>
1371 </property>
1372 </action>
1373 </widget>
1374 <layoutdefault spacing="6" margin="11"/>
1375 <resources/>
1376 <connections>
1377 <connection>
1378 <sender>actionQuit</sender>
1379 <signal>activated()</signal>
1380 <receiver>MainWindow</receiver>
1381 <slot>close()</slot>
1382 <hints>
1383 <hint type="sourcelabel">
1384 <x>-1</x>
1385 <y>-1</y>
1386 </hint>
1387 <hint type="destinationlabel">
1388 <x>267</x>
1389 <y>181</y>
1390 </hint>
1391 </hints>
1392 </connection>
1393 </connections>
1394 <slots>
1395 <slot>ShowHRTFContextMenu(QPoint)</slot>
1396 </slots>
1397 </ui>