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