]> git.tdb.fi Git - ext/openal.git/blob - utils/alsoft-config/mainwindow.ui
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / utils / alsoft-config / mainwindow.ui
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>469</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>564</width>
16     <height>460</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>OpenAL Soft Configuration</string>
21   </property>
22   <property name="windowIcon">
23    <iconset theme="preferences-desktop-sound">
24     <normaloff>.</normaloff>.</iconset>
25   </property>
26   <widget class="QWidget" name="centralWidget">
27    <widget class="QPushButton" name="applyButton">
28     <property name="geometry">
29      <rect>
30       <x>470</x>
31       <y>405</y>
32       <width>81</width>
33       <height>31</height>
34      </rect>
35     </property>
36     <property name="text">
37      <string>Apply</string>
38     </property>
39     <property name="icon">
40      <iconset theme="dialog-ok-apply">
41       <normaloff>.</normaloff>.</iconset>
42     </property>
43    </widget>
44    <widget class="QTabWidget" name="tabWidget">
45     <property name="geometry">
46      <rect>
47       <x>10</x>
48       <y>0</y>
49       <width>541</width>
50       <height>401</height>
51      </rect>
52     </property>
53     <property name="currentIndex">
54      <number>0</number>
55     </property>
56     <widget class="QWidget" name="tab_3">
57      <attribute name="title">
58       <string>Playback</string>
59      </attribute>
60      <widget class="QComboBox" name="sampleFormatCombo">
61       <property name="geometry">
62        <rect>
63         <x>110</x>
64         <y>50</y>
65         <width>80</width>
66         <height>31</height>
67        </rect>
68       </property>
69       <property name="toolTip">
70        <string>The output sample type. Currently, all mixing is done with 32-bit
71 float and converted to the output sample type as needed.</string>
72       </property>
73       <property name="sizeAdjustPolicy">
74        <enum>QComboBox::AdjustToContents</enum>
75       </property>
76      </widget>
77      <widget class="QLabel" name="label_5">
78       <property name="geometry">
79        <rect>
80         <x>0</x>
81         <y>50</y>
82         <width>101</width>
83         <height>31</height>
84        </rect>
85       </property>
86       <property name="text">
87        <string>Sample Format:</string>
88       </property>
89       <property name="alignment">
90        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91       </property>
92      </widget>
93      <widget class="QLabel" name="label_6">
94       <property name="geometry">
95        <rect>
96         <x>0</x>
97         <y>20</y>
98         <width>101</width>
99         <height>31</height>
100        </rect>
101       </property>
102       <property name="text">
103        <string>Channels:</string>
104       </property>
105       <property name="alignment">
106        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
107       </property>
108      </widget>
109      <widget class="QComboBox" name="channelConfigCombo">
110       <property name="geometry">
111        <rect>
112         <x>110</x>
113         <y>20</y>
114         <width>80</width>
115         <height>31</height>
116        </rect>
117       </property>
118       <property name="toolTip">
119        <string>The default output channel configuration. Note that not all
120 backends can properly detect the channel configuration and
121 may default to stereo output.</string>
122       </property>
123       <property name="sizeAdjustPolicy">
124        <enum>QComboBox::AdjustToContents</enum>
125       </property>
126      </widget>
127      <widget class="QComboBox" name="sampleRateCombo">
128       <property name="geometry">
129        <rect>
130         <x>380</x>
131         <y>20</y>
132         <width>100</width>
133         <height>31</height>
134        </rect>
135       </property>
136       <property name="toolTip">
137        <string>The playback/mixing sample rate.</string>
138       </property>
139       <property name="editable">
140        <bool>true</bool>
141       </property>
142       <property name="insertPolicy">
143        <enum>QComboBox::NoInsert</enum>
144       </property>
145       <property name="sizeAdjustPolicy">
146        <enum>QComboBox::AdjustToContents</enum>
147       </property>
148       <item>
149        <property name="text">
150         <string>Autodetect</string>
151        </property>
152       </item>
153       <item>
154        <property name="text">
155         <string>8000</string>
156        </property>
157       </item>
158       <item>
159        <property name="text">
160         <string>11025</string>
161        </property>
162       </item>
163       <item>
164        <property name="text">
165         <string>16000</string>
166        </property>
167       </item>
168       <item>
169        <property name="text">
170         <string>22050</string>
171        </property>
172       </item>
173       <item>
174        <property name="text">
175         <string>32000</string>
176        </property>
177       </item>
178       <item>
179        <property name="text">
180         <string>44100</string>
181        </property>
182       </item>
183       <item>
184        <property name="text">
185         <string>48000</string>
186        </property>
187       </item>
188      </widget>
189      <widget class="QLabel" name="label_7">
190       <property name="geometry">
191        <rect>
192         <x>290</x>
193         <y>20</y>
194         <width>81</width>
195         <height>31</height>
196        </rect>
197       </property>
198       <property name="text">
199        <string>Sample Rate:</string>
200       </property>
201       <property name="alignment">
202        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
203       </property>
204      </widget>
205      <widget class="QLabel" name="label_14">
206       <property name="geometry">
207        <rect>
208         <x>290</x>
209         <y>50</y>
210         <width>81</width>
211         <height>31</height>
212        </rect>
213       </property>
214       <property name="text">
215        <string>Stereo Mode:</string>
216       </property>
217       <property name="alignment">
218        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
219       </property>
220      </widget>
221      <widget class="QComboBox" name="stereoModeCombo">
222       <property name="geometry">
223        <rect>
224         <x>380</x>
225         <y>50</y>
226         <width>101</width>
227         <height>31</height>
228        </rect>
229       </property>
230       <property name="toolTip">
231        <string>How to treat stereo output. As headphones, HRTF or crossfeed
232 filters may be used to improve binaural quality, which may not
233 otherwise be suitable for speakers.</string>
234       </property>
235      </widget>
236      <widget class="QGroupBox" name="groupBox">
237       <property name="geometry">
238        <rect>
239         <x>-11</x>
240         <y>180</y>
241         <width>551</width>
242         <height>201</height>
243        </rect>
244       </property>
245       <property name="title">
246        <string>Advanced Settings</string>
247       </property>
248       <property name="alignment">
249        <set>Qt::AlignCenter</set>
250       </property>
251       <widget class="QGroupBox" name="groupBox_3">
252        <property name="geometry">
253         <rect>
254          <x>20</x>
255          <y>30</y>
256          <width>511</width>
257          <height>81</height>
258         </rect>
259        </property>
260        <property name="title">
261         <string>Buffer Metrics</string>
262        </property>
263        <property name="alignment">
264         <set>Qt::AlignCenter</set>
265        </property>
266        <widget class="QWidget" name="widget" native="true">
267         <property name="geometry">
268          <rect>
269           <x>260</x>
270           <y>20</y>
271           <width>241</width>
272           <height>51</height>
273          </rect>
274         </property>
275         <property name="toolTip">
276          <string>The number of update periods. Higher values create a larger
277 mix ahead, which helps protect against skips when the CPU is
278 under load, but increases the delay between a sound getting
279 mixed and being heard.</string>
280         </property>
281         <widget class="QLabel" name="label_11">
282          <property name="geometry">
283           <rect>
284            <x>60</x>
285            <y>0</y>
286            <width>161</width>
287            <height>21</height>
288           </rect>
289          </property>
290          <property name="text">
291           <string>Period Count</string>
292          </property>
293          <property name="alignment">
294           <set>Qt::AlignCenter</set>
295          </property>
296         </widget>
297         <widget class="QSlider" name="periodCountSlider">
298          <property name="geometry">
299           <rect>
300            <x>99</x>
301            <y>20</y>
302            <width>141</width>
303            <height>21</height>
304           </rect>
305          </property>
306          <property name="minimum">
307           <number>1</number>
308          </property>
309          <property name="maximum">
310           <number>16</number>
311          </property>
312          <property name="singleStep">
313           <number>1</number>
314          </property>
315          <property name="pageStep">
316           <number>2</number>
317          </property>
318          <property name="value">
319           <number>1</number>
320          </property>
321          <property name="tracking">
322           <bool>true</bool>
323          </property>
324          <property name="orientation">
325           <enum>Qt::Horizontal</enum>
326          </property>
327          <property name="tickPosition">
328           <enum>QSlider::TicksBelow</enum>
329          </property>
330          <property name="tickInterval">
331           <number>1</number>
332          </property>
333         </widget>
334         <widget class="QLineEdit" name="periodCountEdit">
335          <property name="geometry">
336           <rect>
337            <x>40</x>
338            <y>20</y>
339            <width>51</width>
340            <height>21</height>
341           </rect>
342          </property>
343          <property name="placeholderText">
344           <string>3</string>
345          </property>
346         </widget>
347        </widget>
348        <widget class="QWidget" name="widget_2" native="true">
349         <property name="geometry">
350          <rect>
351           <x>10</x>
352           <y>20</y>
353           <width>241</width>
354           <height>51</height>
355          </rect>
356         </property>
357         <property name="toolTip">
358          <string>The update period size, in sample frames. This is the number of
359 frames needed for each mixing update.</string>
360         </property>
361         <widget class="QSlider" name="periodSizeSlider">
362          <property name="geometry">
363           <rect>
364            <x>60</x>
365            <y>20</y>
366            <width>191</width>
367            <height>21</height>
368           </rect>
369          </property>
370          <property name="minimum">
371           <number>63</number>
372          </property>
373          <property name="maximum">
374           <number>8192</number>
375          </property>
376          <property name="singleStep">
377           <number>1</number>
378          </property>
379          <property name="pageStep">
380           <number>1024</number>
381          </property>
382          <property name="value">
383           <number>63</number>
384          </property>
385          <property name="tracking">
386           <bool>true</bool>
387          </property>
388          <property name="orientation">
389           <enum>Qt::Horizontal</enum>
390          </property>
391          <property name="tickPosition">
392           <enum>QSlider::TicksBelow</enum>
393          </property>
394          <property name="tickInterval">
395           <number>512</number>
396          </property>
397         </widget>
398         <widget class="QLabel" name="label_10">
399          <property name="geometry">
400           <rect>
401            <x>10</x>
402            <y>0</y>
403            <width>201</width>
404            <height>21</height>
405           </rect>
406          </property>
407          <property name="text">
408           <string>Period Samples</string>
409          </property>
410          <property name="alignment">
411           <set>Qt::AlignCenter</set>
412          </property>
413         </widget>
414         <widget class="QLineEdit" name="periodSizeEdit">
415          <property name="geometry">
416           <rect>
417            <x>0</x>
418            <y>20</y>
419            <width>51</width>
420            <height>21</height>
421           </rect>
422          </property>
423          <property name="placeholderText">
424           <string>20ms</string>
425          </property>
426         </widget>
427        </widget>
428       </widget>
429       <widget class="QComboBox" name="stereoEncodingComboBox">
430        <property name="geometry">
431         <rect>
432          <x>130</x>
433          <y>120</y>
434          <width>111</width>
435          <height>31</height>
436         </rect>
437        </property>
438        <property name="toolTip">
439         <string>Basic uses standard amplitude panning (aka
440 pair-wise, stereo pair, etc).
441
442 UHJ creates a stereo-compatible two-channel
443 UHJ mix, which encodes some surround sound
444 information into stereo output that can be
445 decoded with a surround sound receiver.
446
447 Binaural applies HRTF filters to create an
448 illusion of 3D placement with headphones.</string>
449        </property>
450       </widget>
451       <widget class="QLabel" name="label_19">
452        <property name="geometry">
453         <rect>
454          <x>20</x>
455          <y>120</y>
456          <width>101</width>
457          <height>31</height>
458         </rect>
459        </property>
460        <property name="text">
461         <string>Stereo Encoding:</string>
462        </property>
463        <property name="alignment">
464         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
465        </property>
466       </widget>
467       <widget class="QLabel" name="label_30">
468        <property name="geometry">
469         <rect>
470          <x>260</x>
471          <y>120</y>
472          <width>121</width>
473          <height>31</height>
474         </rect>
475        </property>
476        <property name="text">
477         <string>Ambisonic Format:</string>
478        </property>
479        <property name="alignment">
480         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
481        </property>
482       </widget>
483       <widget class="QComboBox" name="ambiFormatComboBox">
484        <property name="geometry">
485         <rect>
486          <x>390</x>
487          <y>120</y>
488          <width>131</width>
489          <height>31</height>
490         </rect>
491        </property>
492       </widget>
493       <widget class="QCheckBox" name="outputLimiterCheckBox">
494        <property name="geometry">
495         <rect>
496          <x>30</x>
497          <y>160</y>
498          <width>231</width>
499          <height>20</height>
500         </rect>
501        </property>
502        <property name="toolTip">
503         <string>Applies a gain limiter on the final mixed output. This reduces the
504 volume when the output samples would otherwise be clamped,
505 avoiding excessive clipping noise.</string>
506        </property>
507        <property name="text">
508         <string>Enable Gain Limiter</string>
509        </property>
510        <property name="tristate">
511         <bool>true</bool>
512        </property>
513       </widget>
514       <widget class="QCheckBox" name="outputDitherCheckBox">
515        <property name="geometry">
516         <rect>
517          <x>270</x>
518          <y>160</y>
519          <width>261</width>
520          <height>21</height>
521         </rect>
522        </property>
523        <property name="toolTip">
524         <string>Applies dithering on the final mix for 8- and 16-bit output.
525 This replaces the distortion created by nearest-value
526 quantization with low-level whitenoise.</string>
527        </property>
528        <property name="text">
529         <string>Enable Dithering</string>
530        </property>
531        <property name="tristate">
532         <bool>true</bool>
533        </property>
534       </widget>
535      </widget>
536      <widget class="QGroupBox" name="groupBox_4">
537       <property name="geometry">
538        <rect>
539         <x>60</x>
540         <y>90</y>
541         <width>421</width>
542         <height>81</height>
543        </rect>
544       </property>
545       <property name="title">
546        <string>Resampler Quality</string>
547       </property>
548       <property name="alignment">
549        <set>Qt::AlignCenter</set>
550       </property>
551       <widget class="QLabel" name="resamplerLabel">
552        <property name="geometry">
553         <rect>
554          <x>50</x>
555          <y>50</y>
556          <width>321</width>
557          <height>21</height>
558         </rect>
559        </property>
560        <property name="text">
561         <string>Default</string>
562        </property>
563        <property name="alignment">
564         <set>Qt::AlignCenter</set>
565        </property>
566       </widget>
567       <widget class="QSlider" name="resamplerSlider">
568        <property name="geometry">
569         <rect>
570          <x>80</x>
571          <y>30</y>
572          <width>251</width>
573          <height>23</height>
574         </rect>
575        </property>
576        <property name="orientation">
577         <enum>Qt::Horizontal</enum>
578        </property>
579       </widget>
580       <widget class="QLabel" name="label_9">
581        <property name="geometry">
582         <rect>
583          <x>20</x>
584          <y>30</y>
585          <width>51</width>
586          <height>21</height>
587         </rect>
588        </property>
589        <property name="text">
590         <string>Speed</string>
591        </property>
592        <property name="alignment">
593         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
594        </property>
595       </widget>
596       <widget class="QLabel" name="label_15">
597        <property name="geometry">
598         <rect>
599          <x>340</x>
600          <y>30</y>
601          <width>51</width>
602          <height>21</height>
603         </rect>
604        </property>
605        <property name="text">
606         <string>Quality</string>
607        </property>
608       </widget>
609      </widget>
610     </widget>
611     <widget class="QWidget" name="tab_6">
612      <attribute name="title">
613       <string>Renderer</string>
614      </attribute>
615      <widget class="QCheckBox" name="decoderHQModeCheckBox">
616       <property name="geometry">
617        <rect>
618         <x>30</x>
619         <y>20</y>
620         <width>181</width>
621         <height>21</height>
622        </rect>
623       </property>
624       <property name="toolTip">
625        <string>Enables high-quality ambisonic rendering. This mode is
626 capable of frequency-dependent processing, creating a
627 better reproduction of 3D sound rendering over
628 surround sound speakers.</string>
629       </property>
630       <property name="layoutDirection">
631        <enum>Qt::RightToLeft</enum>
632       </property>
633       <property name="text">
634        <string>High Quality Mode:</string>
635       </property>
636       <property name="tristate">
637        <bool>true</bool>
638       </property>
639      </widget>
640      <widget class="QCheckBox" name="decoderDistCompCheckBox">
641       <property name="geometry">
642        <rect>
643         <x>30</x>
644         <y>50</y>
645         <width>181</width>
646         <height>21</height>
647        </rect>
648       </property>
649       <property name="toolTip">
650        <string>This applies the necessary delays and attenuation
651 to make the speakers behave as though they are
652 all equidistant, which is important for proper
653 playback of 3D sound rendering. Requires the
654 proper distances to be specified in the decoder
655 configuration file.</string>
656       </property>
657       <property name="layoutDirection">
658        <enum>Qt::RightToLeft</enum>
659       </property>
660       <property name="text">
661        <string>Distance Compensation:</string>
662       </property>
663       <property name="tristate">
664        <bool>true</bool>
665       </property>
666      </widget>
667      <widget class="QGroupBox" name="groupBox_8">
668       <property name="geometry">
669        <rect>
670         <x>-10</x>
671         <y>140</y>
672         <width>551</width>
673         <height>231</height>
674        </rect>
675       </property>
676       <property name="title">
677        <string>Decoder Configurations</string>
678       </property>
679       <property name="alignment">
680        <set>Qt::AlignCenter</set>
681       </property>
682       <widget class="QLineEdit" name="decoderQuadLineEdit">
683        <property name="geometry">
684         <rect>
685          <x>130</x>
686          <y>30</y>
687          <width>301</width>
688          <height>25</height>
689         </rect>
690        </property>
691       </widget>
692       <widget class="QLabel" name="label_25">
693        <property name="geometry">
694         <rect>
695          <x>20</x>
696          <y>30</y>
697          <width>101</width>
698          <height>25</height>
699         </rect>
700        </property>
701        <property name="text">
702         <string>Quadraphonic:</string>
703        </property>
704        <property name="alignment">
705         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
706        </property>
707       </widget>
708       <widget class="QPushButton" name="decoderQuadButton">
709        <property name="geometry">
710         <rect>
711          <x>440</x>
712          <y>30</y>
713          <width>91</width>
714          <height>25</height>
715         </rect>
716        </property>
717        <property name="text">
718         <string>Browse...</string>
719        </property>
720       </widget>
721       <widget class="QLineEdit" name="decoder51LineEdit">
722        <property name="geometry">
723         <rect>
724          <x>130</x>
725          <y>70</y>
726          <width>301</width>
727          <height>25</height>
728         </rect>
729        </property>
730       </widget>
731       <widget class="QPushButton" name="decoder51Button">
732        <property name="geometry">
733         <rect>
734          <x>440</x>
735          <y>70</y>
736          <width>91</width>
737          <height>25</height>
738         </rect>
739        </property>
740        <property name="text">
741         <string>Browse...</string>
742        </property>
743       </widget>
744       <widget class="QLabel" name="label_26">
745        <property name="geometry">
746         <rect>
747          <x>20</x>
748          <y>70</y>
749          <width>101</width>
750          <height>25</height>
751         </rect>
752        </property>
753        <property name="text">
754         <string>5.1 Surround:</string>
755        </property>
756        <property name="alignment">
757         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
758        </property>
759       </widget>
760       <widget class="QLabel" name="label_28">
761        <property name="geometry">
762         <rect>
763          <x>20</x>
764          <y>110</y>
765          <width>101</width>
766          <height>25</height>
767         </rect>
768        </property>
769        <property name="text">
770         <string>6.1 Surround:</string>
771        </property>
772        <property name="alignment">
773         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
774        </property>
775       </widget>
776       <widget class="QLineEdit" name="decoder61LineEdit">
777        <property name="geometry">
778         <rect>
779          <x>130</x>
780          <y>110</y>
781          <width>301</width>
782          <height>25</height>
783         </rect>
784        </property>
785       </widget>
786       <widget class="QPushButton" name="decoder61Button">
787        <property name="geometry">
788         <rect>
789          <x>440</x>
790          <y>110</y>
791          <width>91</width>
792          <height>25</height>
793         </rect>
794        </property>
795        <property name="text">
796         <string>Browse...</string>
797        </property>
798       </widget>
799       <widget class="QPushButton" name="decoder71Button">
800        <property name="geometry">
801         <rect>
802          <x>440</x>
803          <y>150</y>
804          <width>91</width>
805          <height>25</height>
806         </rect>
807        </property>
808        <property name="text">
809         <string>Browse...</string>
810        </property>
811       </widget>
812       <widget class="QLineEdit" name="decoder71LineEdit">
813        <property name="geometry">
814         <rect>
815          <x>130</x>
816          <y>150</y>
817          <width>301</width>
818          <height>25</height>
819         </rect>
820        </property>
821       </widget>
822       <widget class="QLabel" name="label_29">
823        <property name="geometry">
824         <rect>
825          <x>20</x>
826          <y>150</y>
827          <width>101</width>
828          <height>25</height>
829         </rect>
830        </property>
831        <property name="text">
832         <string>7.1 Surround:</string>
833        </property>
834        <property name="alignment">
835         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
836        </property>
837       </widget>
838       <widget class="QLabel" name="label_33">
839        <property name="geometry">
840         <rect>
841          <x>20</x>
842          <y>190</y>
843          <width>101</width>
844          <height>25</height>
845         </rect>
846        </property>
847        <property name="text">
848         <string>3D7.1 Surround:</string>
849        </property>
850        <property name="alignment">
851         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
852        </property>
853       </widget>
854       <widget class="QLineEdit" name="decoder3D71LineEdit">
855        <property name="geometry">
856         <rect>
857          <x>130</x>
858          <y>190</y>
859          <width>301</width>
860          <height>25</height>
861         </rect>
862        </property>
863       </widget>
864       <widget class="QPushButton" name="decoder3D71Button">
865        <property name="geometry">
866         <rect>
867          <x>440</x>
868          <y>190</y>
869          <width>91</width>
870          <height>25</height>
871         </rect>
872        </property>
873        <property name="text">
874         <string>Browse...</string>
875        </property>
876       </widget>
877      </widget>
878      <widget class="QCheckBox" name="decoderNFEffectsCheckBox">
879       <property name="geometry">
880        <rect>
881         <x>30</x>
882         <y>80</y>
883         <width>181</width>
884         <height>21</height>
885        </rect>
886       </property>
887       <property name="toolTip">
888        <string>Simulates and compensates for low-frequency effects
889 caused by the curvature of nearby sound-waves, which
890 creates a more realistic perception of sound distance.
891 Note that the effect may be stronger or weaker than
892 intended if the application doesn't use or specify an
893 appropriate unit scale, or if incorrect speaker distances
894 are set in the decoder configuration file.</string>
895       </property>
896       <property name="layoutDirection">
897        <enum>Qt::RightToLeft</enum>
898       </property>
899       <property name="text">
900        <string>Near-Field Effects:</string>
901       </property>
902       <property name="tristate">
903        <bool>true</bool>
904       </property>
905      </widget>
906      <widget class="QWidget" name="widget_3" native="true">
907       <property name="geometry">
908        <rect>
909         <x>30</x>
910         <y>110</y>
911         <width>471</width>
912         <height>21</height>
913        </rect>
914       </property>
915       <property name="toolTip">
916        <string>Specifies the speaker distance in meters, used by the near-field control
917 filters with surround sound output. For ambisonic output modes, this value
918 is the basis for the NFC-HOA Reference Delay parameter (calculated as
919 delay_seconds = speaker_dist/343.3). This value is not used when a decoder
920 configuration is set for the output mode (since they specify the per-speaker
921 distances, overriding this setting), or when the NFC filters are off.</string>
922       </property>
923       <widget class="QLabel" name="label_27">
924        <property name="geometry">
925         <rect>
926          <x>45</x>
927          <y>0</y>
928          <width>111</width>
929          <height>21</height>
930         </rect>
931        </property>
932        <property name="text">
933         <string>Speaker Distance:</string>
934        </property>
935        <property name="alignment">
936         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
937        </property>
938       </widget>
939       <widget class="QDoubleSpinBox" name="decoderSpeakerDistSpinBox">
940        <property name="geometry">
941         <rect>
942          <x>165</x>
943          <y>0</y>
944          <width>101</width>
945          <height>21</height>
946         </rect>
947        </property>
948        <property name="suffix">
949         <string> meters</string>
950        </property>
951        <property name="decimals">
952         <number>2</number>
953        </property>
954        <property name="minimum">
955         <double>0.100000000000000</double>
956        </property>
957        <property name="maximum">
958         <double>10.000000000000000</double>
959        </property>
960        <property name="singleStep">
961         <double>0.010000000000000</double>
962        </property>
963        <property name="value">
964         <double>1.000000000000000</double>
965        </property>
966       </widget>
967      </widget>
968     </widget>
969     <widget class="QWidget" name="tab_5">
970      <attribute name="title">
971       <string>HRTF</string>
972      </attribute>
973      <widget class="QGroupBox" name="groupBox_2">
974       <property name="geometry">
975        <rect>
976         <x>-10</x>
977         <y>200</y>
978         <width>551</width>
979         <height>181</height>
980        </rect>
981       </property>
982       <property name="title">
983        <string>Advanced Settings</string>
984       </property>
985       <property name="alignment">
986        <set>Qt::AlignCenter</set>
987       </property>
988       <property name="checkable">
989        <bool>false</bool>
990       </property>
991       <property name="checked">
992        <bool>false</bool>
993       </property>
994       <widget class="QGroupBox" name="groupBox_6">
995        <property name="geometry">
996         <rect>
997          <x>20</x>
998          <y>30</y>
999          <width>511</width>
1000          <height>141</height>
1001         </rect>
1002        </property>
1003        <property name="title">
1004         <string>HRTF Profile Paths</string>
1005        </property>
1006        <property name="alignment">
1007         <set>Qt::AlignCenter</set>
1008        </property>
1009        <widget class="QListWidget" name="hrtfFileList">
1010         <property name="geometry">
1011          <rect>
1012           <x>20</x>
1013           <y>20</y>
1014           <width>391</width>
1015           <height>81</height>
1016          </rect>
1017         </property>
1018         <property name="toolTip">
1019          <string>A list of additional paths containing HRTF data sets.</string>
1020         </property>
1021         <property name="dragDropMode">
1022          <enum>QAbstractItemView::InternalMove</enum>
1023         </property>
1024         <property name="alternatingRowColors">
1025          <bool>true</bool>
1026         </property>
1027         <property name="selectionMode">
1028          <enum>QAbstractItemView::ExtendedSelection</enum>
1029         </property>
1030         <property name="textElideMode">
1031          <enum>Qt::ElideNone</enum>
1032         </property>
1033        </widget>
1034        <widget class="QPushButton" name="hrtfAddButton">
1035         <property name="geometry">
1036          <rect>
1037           <x>420</x>
1038           <y>20</y>
1039           <width>81</width>
1040           <height>21</height>
1041          </rect>
1042         </property>
1043         <property name="text">
1044          <string>Add...</string>
1045         </property>
1046         <property name="icon">
1047          <iconset theme="list-add">
1048           <normaloff>.</normaloff>.</iconset>
1049         </property>
1050         <property name="flat">
1051          <bool>false</bool>
1052         </property>
1053        </widget>
1054        <widget class="QCheckBox" name="defaultHrtfPathsCheckBox">
1055         <property name="geometry">
1056          <rect>
1057           <x>180</x>
1058           <y>110</y>
1059           <width>151</width>
1060           <height>21</height>
1061          </rect>
1062         </property>
1063         <property name="toolTip">
1064          <string>Include the default system paths in addition to any
1065 listed above.</string>
1066         </property>
1067         <property name="text">
1068          <string>Include Default Paths</string>
1069         </property>
1070         <property name="checked">
1071          <bool>true</bool>
1072         </property>
1073        </widget>
1074        <widget class="QPushButton" name="hrtfRemoveButton">
1075         <property name="geometry">
1076          <rect>
1077           <x>420</x>
1078           <y>50</y>
1079           <width>81</width>
1080           <height>21</height>
1081          </rect>
1082         </property>
1083         <property name="text">
1084          <string>Remove</string>
1085         </property>
1086         <property name="icon">
1087          <iconset theme="list-remove">
1088           <normaloff>.</normaloff>.</iconset>
1089         </property>
1090        </widget>
1091       </widget>
1092      </widget>
1093      <widget class="QLabel" name="label_12">
1094       <property name="geometry">
1095        <rect>
1096         <x>30</x>
1097         <y>20</y>
1098         <width>91</width>
1099         <height>31</height>
1100        </rect>
1101       </property>
1102       <property name="text">
1103        <string>Preferred HRTF:</string>
1104       </property>
1105       <property name="alignment">
1106        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1107       </property>
1108      </widget>
1109      <widget class="QComboBox" name="preferredHrtfComboBox">
1110       <property name="geometry">
1111        <rect>
1112         <x>130</x>
1113         <y>20</y>
1114         <width>161</width>
1115         <height>31</height>
1116        </rect>
1117       </property>
1118       <property name="toolTip">
1119        <string>The default HRTF to use if the application doesn't request one.</string>
1120       </property>
1121      </widget>
1122      <widget class="QGroupBox" name="groupBox_9">
1123       <property name="geometry">
1124        <rect>
1125         <x>50</x>
1126         <y>100</y>
1127         <width>441</width>
1128         <height>81</height>
1129        </rect>
1130       </property>
1131       <property name="title">
1132        <string>HRTF Render Method</string>
1133       </property>
1134       <widget class="QLabel" name="label_31">
1135        <property name="geometry">
1136         <rect>
1137          <x>20</x>
1138          <y>30</y>
1139          <width>51</width>
1140          <height>21</height>
1141         </rect>
1142        </property>
1143        <property name="text">
1144         <string>Speed</string>
1145        </property>
1146        <property name="alignment">
1147         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1148        </property>
1149       </widget>
1150       <widget class="QLabel" name="label_32">
1151        <property name="geometry">
1152         <rect>
1153          <x>340</x>
1154          <y>30</y>
1155          <width>51</width>
1156          <height>21</height>
1157         </rect>
1158        </property>
1159        <property name="text">
1160         <string>Quality</string>
1161        </property>
1162       </widget>
1163       <widget class="QSlider" name="hrtfmodeSlider">
1164        <property name="geometry">
1165         <rect>
1166          <x>80</x>
1167          <y>30</y>
1168          <width>251</width>
1169          <height>21</height>
1170         </rect>
1171        </property>
1172        <property name="orientation">
1173         <enum>Qt::Horizontal</enum>
1174        </property>
1175       </widget>
1176       <widget class="QLabel" name="hrtfmodeLabel">
1177        <property name="geometry">
1178         <rect>
1179          <x>50</x>
1180          <y>50</y>
1181          <width>321</width>
1182          <height>21</height>
1183         </rect>
1184        </property>
1185        <property name="text">
1186         <string>Default</string>
1187        </property>
1188        <property name="alignment">
1189         <set>Qt::AlignCenter</set>
1190        </property>
1191       </widget>
1192      </widget>
1193     </widget>
1194     <widget class="QWidget" name="tab">
1195      <attribute name="title">
1196       <string>Backends</string>
1197      </attribute>
1198      <widget class="QListWidget" name="backendListWidget">
1199       <property name="geometry">
1200        <rect>
1201         <x>0</x>
1202         <y>11</y>
1203         <width>111</width>
1204         <height>361</height>
1205        </rect>
1206       </property>
1207       <property name="alternatingRowColors">
1208        <bool>true</bool>
1209       </property>
1210       <item>
1211        <property name="text">
1212         <string>General</string>
1213        </property>
1214       </item>
1215       <item>
1216        <property name="text">
1217         <string>PipeWire</string>
1218        </property>
1219       </item>
1220       <item>
1221        <property name="text">
1222         <string>WASAPI</string>
1223        </property>
1224       </item>
1225       <item>
1226        <property name="text">
1227         <string>PulseAudio</string>
1228        </property>
1229       </item>
1230       <item>
1231        <property name="text">
1232         <string>JACK</string>
1233        </property>
1234       </item>
1235       <item>
1236        <property name="text">
1237         <string>ALSA</string>
1238        </property>
1239       </item>
1240       <item>
1241        <property name="text">
1242         <string>OSS</string>
1243        </property>
1244       </item>
1245       <item>
1246        <property name="text">
1247         <string>Solaris</string>
1248        </property>
1249       </item>
1250       <item>
1251        <property name="text">
1252         <string>Wave Writer</string>
1253        </property>
1254       </item>
1255      </widget>
1256      <widget class="QStackedWidget" name="backendStackedWidget">
1257       <property name="geometry">
1258        <rect>
1259         <x>110</x>
1260         <y>10</y>
1261         <width>421</width>
1262         <height>361</height>
1263        </rect>
1264       </property>
1265       <property name="currentIndex">
1266        <number>0</number>
1267       </property>
1268       <widget class="QWidget" name="page">
1269        <widget class="QCheckBox" name="backendCheckBox">
1270         <property name="geometry">
1271          <rect>
1272           <x>20</x>
1273           <y>190</y>
1274           <width>391</width>
1275           <height>21</height>
1276          </rect>
1277         </property>
1278         <property name="toolTip">
1279          <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
1280         </property>
1281         <property name="text">
1282          <string>Allow Other Backends</string>
1283         </property>
1284         <property name="checked">
1285          <bool>true</bool>
1286         </property>
1287        </widget>
1288        <widget class="QListWidget" name="disabledBackendList">
1289         <property name="geometry">
1290          <rect>
1291           <x>220</x>
1292           <y>30</y>
1293           <width>191</width>
1294           <height>151</height>
1295          </rect>
1296         </property>
1297         <property name="toolTip">
1298          <string>Disabled backend driver list.</string>
1299         </property>
1300        </widget>
1301        <widget class="QListWidget" name="enabledBackendList">
1302         <property name="geometry">
1303          <rect>
1304           <x>20</x>
1305           <y>30</y>
1306           <width>191</width>
1307           <height>151</height>
1308          </rect>
1309         </property>
1310         <property name="toolTip">
1311          <string>The backend driver list order. Unknown backends and
1312 duplicated names are ignored.</string>
1313         </property>
1314         <property name="dragDropMode">
1315          <enum>QAbstractItemView::InternalMove</enum>
1316         </property>
1317        </widget>
1318        <widget class="QLabel" name="label_2">
1319         <property name="geometry">
1320          <rect>
1321           <x>230</x>
1322           <y>10</y>
1323           <width>171</width>
1324           <height>20</height>
1325          </rect>
1326         </property>
1327         <property name="text">
1328          <string>Disabled Backends:</string>
1329         </property>
1330        </widget>
1331        <widget class="QLabel" name="label">
1332         <property name="geometry">
1333          <rect>
1334           <x>30</x>
1335           <y>10</y>
1336           <width>171</width>
1337           <height>20</height>
1338          </rect>
1339         </property>
1340         <property name="text">
1341          <string>Priority Backends:</string>
1342         </property>
1343        </widget>
1344       </widget>
1345       <widget class="QWidget" name="page_1">
1346        <widget class="QCheckBox" name="pwireAssumeAudioCheckBox">
1347         <property name="geometry">
1348          <rect>
1349           <x>20</x>
1350           <y>10</y>
1351           <width>161</width>
1352           <height>21</height>
1353          </rect>
1354         </property>
1355         <property name="toolTip">
1356          <string>Assumes PipeWire has support for audio, allowing
1357 the backend to initialize even when no audio devices
1358 are reported.</string>
1359         </property>
1360         <property name="text">
1361          <string>Assume audio support</string>
1362         </property>
1363         <property name="tristate">
1364          <bool>true</bool>
1365         </property>
1366        </widget>
1367        <widget class="QCheckBox" name="pwireRtMixCheckBox">
1368         <property name="geometry">
1369          <rect>
1370           <x>20</x>
1371           <y>40</y>
1372           <width>161</width>
1373           <height>21</height>
1374          </rect>
1375         </property>
1376         <property name="toolTip">
1377          <string>Renders samples directly in the real-time
1378 processing callback. This allows for lower
1379 latency and less overall CPU utilization, but
1380 can increase the risk of underruns when
1381 increasing the amount of processing the
1382 mixer needs to do.</string>
1383         </property>
1384         <property name="text">
1385          <string>Real-time Mixing</string>
1386         </property>
1387         <property name="tristate">
1388          <bool>true</bool>
1389         </property>
1390        </widget>
1391       </widget>
1392       <widget class="QWidget" name="page_2">
1393        <widget class="QCheckBox" name="wasapiResamplerCheckBox">
1394         <property name="geometry">
1395          <rect>
1396           <x>20</x>
1397           <y>10</y>
1398           <width>191</width>
1399           <height>21</height>
1400          </rect>
1401         </property>
1402         <property name="toolTip">
1403          <string>Specifies whether to allow an extra resampler pass on the output. Enabling
1404 this will allow the playback device to be set to a different sample rate
1405 than the actual output can accept, causing the backend to apply its own
1406 resampling pass after OpenAL Soft mixes the sources and processes effects
1407 for output.</string>
1408         </property>
1409         <property name="text">
1410          <string>Allow Resampler</string>
1411         </property>
1412         <property name="tristate">
1413          <bool>true</bool>
1414         </property>
1415        </widget>
1416       </widget>
1417       <widget class="QWidget" name="page_8">
1418        <widget class="QCheckBox" name="pulseAutospawnCheckBox">
1419         <property name="geometry">
1420          <rect>
1421           <x>20</x>
1422           <y>10</y>
1423           <width>141</width>
1424           <height>21</height>
1425          </rect>
1426         </property>
1427         <property name="toolTip">
1428          <string>Automatically spawn a PulseAudio server if one
1429 is not already running.</string>
1430         </property>
1431         <property name="text">
1432          <string>AutoSpawn Server</string>
1433         </property>
1434         <property name="tristate">
1435          <bool>true</bool>
1436         </property>
1437        </widget>
1438        <widget class="QCheckBox" name="pulseAllowMovesCheckBox">
1439         <property name="geometry">
1440          <rect>
1441           <x>20</x>
1442           <y>40</y>
1443           <width>161</width>
1444           <height>21</height>
1445          </rect>
1446         </property>
1447         <property name="toolTip">
1448          <string>Allows moving PulseAudio streams to different
1449 devices during playback or capture. Note that the
1450 device specifier and device format will not change
1451 to match the new device.</string>
1452         </property>
1453         <property name="text">
1454          <string>Allow Moving Streams</string>
1455         </property>
1456         <property name="tristate">
1457          <bool>true</bool>
1458         </property>
1459        </widget>
1460        <widget class="QCheckBox" name="pulseFixRateCheckBox">
1461         <property name="geometry">
1462          <rect>
1463           <x>20</x>
1464           <y>70</y>
1465           <width>121</width>
1466           <height>21</height>
1467          </rect>
1468         </property>
1469         <property name="toolTip">
1470          <string>When checked, fix the OpenAL device's sample
1471 rate to match the PulseAudio device.</string>
1472         </property>
1473         <property name="text">
1474          <string>Fix Sample Rate</string>
1475         </property>
1476         <property name="tristate">
1477          <bool>true</bool>
1478         </property>
1479        </widget>
1480        <widget class="QCheckBox" name="pulseAdjLatencyCheckBox">
1481         <property name="geometry">
1482          <rect>
1483           <x>20</x>
1484           <y>100</y>
1485           <width>111</width>
1486           <height>21</height>
1487          </rect>
1488         </property>
1489         <property name="toolTip">
1490          <string>Attempts to adjust the overall latency of device
1491 playback. Note that this may have adverse effects
1492 on the resulting internal buffer sizes and mixing
1493 updates, leading to performance problems and
1494 drop-outs.</string>
1495         </property>
1496         <property name="text">
1497          <string>Adjust Latency</string>
1498         </property>
1499         <property name="tristate">
1500          <bool>true</bool>
1501         </property>
1502        </widget>
1503       </widget>
1504       <widget class="QWidget" name="page_7">
1505        <widget class="QCheckBox" name="jackAutospawnCheckBox">
1506         <property name="geometry">
1507          <rect>
1508           <x>20</x>
1509           <y>10</y>
1510           <width>141</width>
1511           <height>21</height>
1512          </rect>
1513         </property>
1514         <property name="text">
1515          <string>AutoSpawn Server</string>
1516         </property>
1517         <property name="tristate">
1518          <bool>true</bool>
1519         </property>
1520        </widget>
1521        <widget class="QGroupBox" name="groupBox_7">
1522         <property name="geometry">
1523          <rect>
1524           <x>10</x>
1525           <y>110</y>
1526           <width>401</width>
1527           <height>80</height>
1528          </rect>
1529         </property>
1530         <property name="toolTip">
1531          <string>The update buffer size, in samples, that the backend
1532 will keep buffered to handle the server's real-time
1533 processing requests. Must be a power of 2. Ignored
1534 when Real-time Mixing is used.</string>
1535         </property>
1536         <property name="title">
1537          <string>Buffer Size</string>
1538         </property>
1539         <property name="alignment">
1540          <set>Qt::AlignCenter</set>
1541         </property>
1542         <widget class="QLineEdit" name="jackBufferSizeLine">
1543          <property name="geometry">
1544           <rect>
1545            <x>320</x>
1546            <y>30</y>
1547            <width>71</width>
1548            <height>21</height>
1549           </rect>
1550          </property>
1551          <property name="placeholderText">
1552           <string>0</string>
1553          </property>
1554         </widget>
1555         <widget class="QSlider" name="jackBufferSizeSlider">
1556          <property name="geometry">
1557           <rect>
1558            <x>10</x>
1559            <y>30</y>
1560            <width>301</width>
1561            <height>21</height>
1562           </rect>
1563          </property>
1564          <property name="maximum">
1565           <number>13</number>
1566          </property>
1567          <property name="singleStep">
1568           <number>1</number>
1569          </property>
1570          <property name="pageStep">
1571           <number>4</number>
1572          </property>
1573          <property name="orientation">
1574           <enum>Qt::Horizontal</enum>
1575          </property>
1576          <property name="tickPosition">
1577           <enum>QSlider::TicksBelow</enum>
1578          </property>
1579          <property name="tickInterval">
1580           <number>1</number>
1581          </property>
1582         </widget>
1583        </widget>
1584        <widget class="QCheckBox" name="jackConnectPortsCheckBox">
1585         <property name="geometry">
1586          <rect>
1587           <x>20</x>
1588           <y>40</y>
1589           <width>141</width>
1590           <height>21</height>
1591          </rect>
1592         </property>
1593         <property name="text">
1594          <string>AutoConnect Ports</string>
1595         </property>
1596         <property name="tristate">
1597          <bool>true</bool>
1598         </property>
1599        </widget>
1600        <widget class="QCheckBox" name="jackRtMixCheckBox">
1601         <property name="geometry">
1602          <rect>
1603           <x>20</x>
1604           <y>70</y>
1605           <width>141</width>
1606           <height>21</height>
1607          </rect>
1608         </property>
1609         <property name="toolTip">
1610          <string>Renders samples directly in the real-time
1611 processing callback. This allows for lower
1612 latency and less overall CPU utilization, but
1613 can increase the risk of underruns when
1614 increasing the amount of processing the
1615 mixer needs to do.</string>
1616         </property>
1617         <property name="text">
1618          <string>Real-time Mixing</string>
1619         </property>
1620         <property name="tristate">
1621          <bool>true</bool>
1622         </property>
1623        </widget>
1624       </widget>
1625       <widget class="QWidget" name="page_3">
1626        <widget class="QLabel" name="label_17">
1627         <property name="geometry">
1628          <rect>
1629           <x>10</x>
1630           <y>30</y>
1631           <width>141</width>
1632           <height>21</height>
1633          </rect>
1634         </property>
1635         <property name="text">
1636          <string>Default Playback Device:</string>
1637         </property>
1638         <property name="alignment">
1639          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1640         </property>
1641        </widget>
1642        <widget class="QLineEdit" name="alsaDefaultDeviceLine">
1643         <property name="geometry">
1644          <rect>
1645           <x>160</x>
1646           <y>30</y>
1647           <width>231</width>
1648           <height>21</height>
1649          </rect>
1650         </property>
1651         <property name="placeholderText">
1652          <string>default</string>
1653         </property>
1654        </widget>
1655        <widget class="QLabel" name="label_18">
1656         <property name="geometry">
1657          <rect>
1658           <x>10</x>
1659           <y>60</y>
1660           <width>141</width>
1661           <height>21</height>
1662          </rect>
1663         </property>
1664         <property name="text">
1665          <string>Default Capture Device:</string>
1666         </property>
1667         <property name="alignment">
1668          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1669         </property>
1670        </widget>
1671        <widget class="QLineEdit" name="alsaDefaultCaptureLine">
1672         <property name="geometry">
1673          <rect>
1674           <x>160</x>
1675           <y>60</y>
1676           <width>231</width>
1677           <height>21</height>
1678          </rect>
1679         </property>
1680         <property name="placeholderText">
1681          <string>default</string>
1682         </property>
1683        </widget>
1684        <widget class="QCheckBox" name="alsaResamplerCheckBox">
1685         <property name="geometry">
1686          <rect>
1687           <x>20</x>
1688           <y>100</y>
1689           <width>191</width>
1690           <height>21</height>
1691          </rect>
1692         </property>
1693         <property name="toolTip">
1694          <string>Allow use of ALSA's software resampler. This lets
1695 the OpenAL device to be set to a different sample
1696 rate than the backend device, but incurs another
1697 resample pass on top of OpenAL's resampler.</string>
1698         </property>
1699         <property name="text">
1700          <string>Allow Resampler</string>
1701         </property>
1702         <property name="tristate">
1703          <bool>true</bool>
1704         </property>
1705        </widget>
1706        <widget class="QCheckBox" name="alsaMmapCheckBox">
1707         <property name="geometry">
1708          <rect>
1709           <x>210</x>
1710           <y>100</y>
1711           <width>191</width>
1712           <height>21</height>
1713          </rect>
1714         </property>
1715         <property name="toolTip">
1716          <string>Accesses the audio device buffer through an mmap,
1717 potentially avoiding an extra sample buffer copy
1718 during updates.</string>
1719         </property>
1720         <property name="text">
1721          <string>MMap Buffer</string>
1722         </property>
1723         <property name="tristate">
1724          <bool>true</bool>
1725         </property>
1726        </widget>
1727       </widget>
1728       <widget class="QWidget" name="page_4">
1729        <widget class="QLabel" name="label_20">
1730         <property name="geometry">
1731          <rect>
1732           <x>10</x>
1733           <y>30</y>
1734           <width>141</width>
1735           <height>21</height>
1736          </rect>
1737         </property>
1738         <property name="text">
1739          <string>Default Playback Device:</string>
1740         </property>
1741         <property name="alignment">
1742          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1743         </property>
1744        </widget>
1745        <widget class="QLineEdit" name="ossDefaultDeviceLine">
1746         <property name="geometry">
1747          <rect>
1748           <x>160</x>
1749           <y>30</y>
1750           <width>151</width>
1751           <height>21</height>
1752          </rect>
1753         </property>
1754         <property name="placeholderText">
1755          <string>/dev/dsp</string>
1756         </property>
1757        </widget>
1758        <widget class="QLabel" name="label_21">
1759         <property name="geometry">
1760          <rect>
1761           <x>10</x>
1762           <y>60</y>
1763           <width>141</width>
1764           <height>21</height>
1765          </rect>
1766         </property>
1767         <property name="text">
1768          <string>Default Capture Device:</string>
1769         </property>
1770         <property name="alignment">
1771          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1772         </property>
1773        </widget>
1774        <widget class="QLineEdit" name="ossDefaultCaptureLine">
1775         <property name="geometry">
1776          <rect>
1777           <x>160</x>
1778           <y>60</y>
1779           <width>151</width>
1780           <height>21</height>
1781          </rect>
1782         </property>
1783         <property name="placeholderText">
1784          <string>/dev/dsp</string>
1785         </property>
1786        </widget>
1787        <widget class="QPushButton" name="ossPlaybackPushButton">
1788         <property name="geometry">
1789          <rect>
1790           <x>320</x>
1791           <y>30</y>
1792           <width>91</width>
1793           <height>21</height>
1794          </rect>
1795         </property>
1796         <property name="text">
1797          <string>Browse...</string>
1798         </property>
1799        </widget>
1800        <widget class="QPushButton" name="ossCapturePushButton">
1801         <property name="geometry">
1802          <rect>
1803           <x>320</x>
1804           <y>60</y>
1805           <width>91</width>
1806           <height>21</height>
1807          </rect>
1808         </property>
1809         <property name="text">
1810          <string>Browse...</string>
1811         </property>
1812        </widget>
1813       </widget>
1814       <widget class="QWidget" name="page_5">
1815        <widget class="QLineEdit" name="solarisDefaultDeviceLine">
1816         <property name="geometry">
1817          <rect>
1818           <x>160</x>
1819           <y>30</y>
1820           <width>151</width>
1821           <height>21</height>
1822          </rect>
1823         </property>
1824         <property name="placeholderText">
1825          <string>/dev/audio</string>
1826         </property>
1827        </widget>
1828        <widget class="QLabel" name="label_22">
1829         <property name="geometry">
1830          <rect>
1831           <x>10</x>
1832           <y>30</y>
1833           <width>141</width>
1834           <height>21</height>
1835          </rect>
1836         </property>
1837         <property name="text">
1838          <string>Default Playback Device:</string>
1839         </property>
1840         <property name="alignment">
1841          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1842         </property>
1843        </widget>
1844        <widget class="QPushButton" name="solarisPlaybackPushButton">
1845         <property name="geometry">
1846          <rect>
1847           <x>320</x>
1848           <y>30</y>
1849           <width>91</width>
1850           <height>21</height>
1851          </rect>
1852         </property>
1853         <property name="text">
1854          <string>Browse...</string>
1855         </property>
1856        </widget>
1857       </widget>
1858       <widget class="QWidget" name="page_6">
1859        <widget class="QLabel" name="label_23">
1860         <property name="geometry">
1861          <rect>
1862           <x>10</x>
1863           <y>30</y>
1864           <width>71</width>
1865           <height>21</height>
1866          </rect>
1867         </property>
1868         <property name="text">
1869          <string>Output File:</string>
1870         </property>
1871         <property name="alignment">
1872          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1873         </property>
1874        </widget>
1875        <widget class="QLineEdit" name="waveOutputLine">
1876         <property name="geometry">
1877          <rect>
1878           <x>90</x>
1879           <y>30</y>
1880           <width>221</width>
1881           <height>21</height>
1882          </rect>
1883         </property>
1884        </widget>
1885        <widget class="QLabel" name="label_24">
1886         <property name="geometry">
1887          <rect>
1888           <x>0</x>
1889           <y>90</y>
1890           <width>421</width>
1891           <height>71</height>
1892          </rect>
1893         </property>
1894         <property name="text">
1895          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Warning: The specified output file will be OVERWRITTEN WITHOUT&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;QUESTION when the Wave Writer device is opened.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1896         </property>
1897        </widget>
1898        <widget class="QPushButton" name="waveOutputButton">
1899         <property name="geometry">
1900          <rect>
1901           <x>320</x>
1902           <y>30</y>
1903           <width>91</width>
1904           <height>21</height>
1905          </rect>
1906         </property>
1907         <property name="text">
1908          <string>Browse...</string>
1909         </property>
1910        </widget>
1911        <widget class="QCheckBox" name="waveBFormatCheckBox">
1912         <property name="geometry">
1913          <rect>
1914           <x>120</x>
1915           <y>60</y>
1916           <width>191</width>
1917           <height>21</height>
1918          </rect>
1919         </property>
1920         <property name="text">
1921          <string>Create .amb (B-Format) files</string>
1922         </property>
1923        </widget>
1924       </widget>
1925      </widget>
1926     </widget>
1927     <widget class="QWidget" name="tab_2">
1928      <attribute name="title">
1929       <string>Resources</string>
1930      </attribute>
1931      <widget class="QLineEdit" name="srcCountLineEdit">
1932       <property name="geometry">
1933        <rect>
1934         <x>190</x>
1935         <y>20</y>
1936         <width>51</width>
1937         <height>21</height>
1938        </rect>
1939       </property>
1940       <property name="toolTip">
1941        <string>The maximum number of allocatable sources. Lower values may
1942 help for systems with apps that try to play more sounds than
1943 the CPU can handle.</string>
1944       </property>
1945       <property name="maxLength">
1946        <number>4</number>
1947       </property>
1948       <property name="placeholderText">
1949        <string>256</string>
1950       </property>
1951      </widget>
1952      <widget class="QLabel" name="label_3">
1953       <property name="geometry">
1954        <rect>
1955         <x>10</x>
1956         <y>20</y>
1957         <width>171</width>
1958         <height>21</height>
1959        </rect>
1960       </property>
1961       <property name="text">
1962        <string>Number of Sound Sources:</string>
1963       </property>
1964       <property name="alignment">
1965        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1966       </property>
1967      </widget>
1968      <widget class="QLabel" name="label_4">
1969       <property name="geometry">
1970        <rect>
1971         <x>10</x>
1972         <y>50</y>
1973         <width>171</width>
1974         <height>21</height>
1975        </rect>
1976       </property>
1977       <property name="text">
1978        <string>Number of Effect Slots:</string>
1979       </property>
1980       <property name="alignment">
1981        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1982       </property>
1983      </widget>
1984      <widget class="QLineEdit" name="effectSlotLineEdit">
1985       <property name="geometry">
1986        <rect>
1987         <x>190</x>
1988         <y>50</y>
1989         <width>51</width>
1990         <height>21</height>
1991        </rect>
1992       </property>
1993       <property name="toolTip">
1994        <string>The maximum number of Auxiliary Effect Slots an app can
1995 create. A slot can use a non-negligible amount of CPU time if
1996 an effect is set on it even if no sources are feeding it, so this
1997 may help when apps use more than the system can handle.</string>
1998       </property>
1999       <property name="maxLength">
2000        <number>3</number>
2001       </property>
2002       <property name="placeholderText">
2003        <string>64</string>
2004       </property>
2005      </widget>
2006      <widget class="QLabel" name="label_8">
2007       <property name="geometry">
2008        <rect>
2009         <x>10</x>
2010         <y>80</y>
2011         <width>171</width>
2012         <height>21</height>
2013        </rect>
2014       </property>
2015       <property name="text">
2016        <string>Number of Source Sends:</string>
2017       </property>
2018       <property name="alignment">
2019        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2020       </property>
2021      </widget>
2022      <widget class="QLineEdit" name="srcSendLineEdit">
2023       <property name="geometry">
2024        <rect>
2025         <x>190</x>
2026         <y>80</y>
2027         <width>51</width>
2028         <height>21</height>
2029        </rect>
2030       </property>
2031       <property name="toolTip">
2032        <string>Limits the number of auxiliary sends allowed per source.
2033 Setting this higher than the default has no effect.</string>
2034       </property>
2035       <property name="maxLength">
2036        <number>2</number>
2037       </property>
2038       <property name="placeholderText">
2039        <string>16</string>
2040       </property>
2041      </widget>
2042      <widget class="QGroupBox" name="cpuExtGroupBox">
2043       <property name="geometry">
2044        <rect>
2045         <x>10</x>
2046         <y>120</y>
2047         <width>511</width>
2048         <height>121</height>
2049        </rect>
2050       </property>
2051       <property name="toolTip">
2052        <string>Enables use of specific CPU extensions. Certain methods may
2053 utilize CPU extensions when detected, and disabling these can
2054 be useful for preventing those extensions from being used.</string>
2055       </property>
2056       <property name="title">
2057        <string>CPU Extensions</string>
2058       </property>
2059       <widget class="QCheckBox" name="enableSSECheckBox">
2060        <property name="geometry">
2061         <rect>
2062          <x>100</x>
2063          <y>20</y>
2064          <width>71</width>
2065          <height>31</height>
2066         </rect>
2067        </property>
2068        <property name="text">
2069         <string>SSE</string>
2070        </property>
2071        <property name="checked">
2072         <bool>true</bool>
2073        </property>
2074       </widget>
2075       <widget class="QCheckBox" name="enableSSE2CheckBox">
2076        <property name="geometry">
2077         <rect>
2078          <x>180</x>
2079          <y>20</y>
2080          <width>71</width>
2081          <height>31</height>
2082         </rect>
2083        </property>
2084        <property name="text">
2085         <string>SSE2</string>
2086        </property>
2087        <property name="checked">
2088         <bool>true</bool>
2089        </property>
2090       </widget>
2091       <widget class="QCheckBox" name="enableNeonCheckBox">
2092        <property name="geometry">
2093         <rect>
2094          <x>100</x>
2095          <y>50</y>
2096          <width>71</width>
2097          <height>31</height>
2098         </rect>
2099        </property>
2100        <property name="text">
2101         <string>Neon</string>
2102        </property>
2103        <property name="checked">
2104         <bool>true</bool>
2105        </property>
2106       </widget>
2107       <widget class="QCheckBox" name="enableSSE41CheckBox">
2108        <property name="geometry">
2109         <rect>
2110          <x>340</x>
2111          <y>20</y>
2112          <width>71</width>
2113          <height>31</height>
2114         </rect>
2115        </property>
2116        <property name="text">
2117         <string>SSE4.1</string>
2118        </property>
2119        <property name="checked">
2120         <bool>true</bool>
2121        </property>
2122       </widget>
2123       <widget class="QCheckBox" name="enableSSE3CheckBox">
2124        <property name="geometry">
2125         <rect>
2126          <x>260</x>
2127          <y>20</y>
2128          <width>71</width>
2129          <height>31</height>
2130         </rect>
2131        </property>
2132        <property name="text">
2133         <string>SSE3</string>
2134        </property>
2135        <property name="checked">
2136         <bool>true</bool>
2137        </property>
2138       </widget>
2139       <widget class="QLabel" name="cpuExtDisabledLabel">
2140        <property name="geometry">
2141         <rect>
2142          <x>101</x>
2143          <y>80</y>
2144          <width>311</width>
2145          <height>31</height>
2146         </rect>
2147        </property>
2148        <property name="text">
2149         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;No support enabled for CPU Extensions&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2150        </property>
2151       </widget>
2152      </widget>
2153     </widget>
2154     <widget class="QWidget" name="tab_4">
2155      <attribute name="title">
2156       <string>Effects</string>
2157      </attribute>
2158      <widget class="QGroupBox" name="groupBox_5">
2159       <property name="geometry">
2160        <rect>
2161         <x>10</x>
2162         <y>60</y>
2163         <width>511</width>
2164         <height>241</height>
2165        </rect>
2166       </property>
2167       <property name="toolTip">
2168        <string>Specifies which effects apps can recognize. Disabling effects
2169 can help for apps that try to use ones that are too intensive
2170 for the system to handle.</string>
2171       </property>
2172       <property name="title">
2173        <string>Enabled Effects</string>
2174       </property>
2175       <widget class="QCheckBox" name="enableEaxReverbCheck">
2176        <property name="geometry">
2177         <rect>
2178          <x>70</x>
2179          <y>30</y>
2180          <width>131</width>
2181          <height>21</height>
2182         </rect>
2183        </property>
2184        <property name="text">
2185         <string>EAX Reverb</string>
2186        </property>
2187        <property name="checked">
2188         <bool>true</bool>
2189        </property>
2190       </widget>
2191       <widget class="QCheckBox" name="enableStdReverbCheck">
2192        <property name="geometry">
2193         <rect>
2194          <x>70</x>
2195          <y>60</y>
2196          <width>131</width>
2197          <height>21</height>
2198         </rect>
2199        </property>
2200        <property name="text">
2201         <string>Standard Reverb</string>
2202        </property>
2203        <property name="checked">
2204         <bool>true</bool>
2205        </property>
2206       </widget>
2207       <widget class="QCheckBox" name="enableChorusCheck">
2208        <property name="geometry">
2209         <rect>
2210          <x>70</x>
2211          <y>90</y>
2212          <width>131</width>
2213          <height>21</height>
2214         </rect>
2215        </property>
2216        <property name="text">
2217         <string>Chorus</string>
2218        </property>
2219        <property name="checked">
2220         <bool>true</bool>
2221        </property>
2222       </widget>
2223       <widget class="QCheckBox" name="enableDistortionCheck">
2224        <property name="geometry">
2225         <rect>
2226          <x>70</x>
2227          <y>150</y>
2228          <width>131</width>
2229          <height>21</height>
2230         </rect>
2231        </property>
2232        <property name="text">
2233         <string>Distortion</string>
2234        </property>
2235        <property name="checked">
2236         <bool>true</bool>
2237        </property>
2238       </widget>
2239       <widget class="QCheckBox" name="enableEchoCheck">
2240        <property name="geometry">
2241         <rect>
2242          <x>70</x>
2243          <y>180</y>
2244          <width>131</width>
2245          <height>21</height>
2246         </rect>
2247        </property>
2248        <property name="text">
2249         <string>Echo</string>
2250        </property>
2251        <property name="checked">
2252         <bool>true</bool>
2253        </property>
2254       </widget>
2255       <widget class="QCheckBox" name="enableEqualizerCheck">
2256        <property name="geometry">
2257         <rect>
2258          <x>320</x>
2259          <y>30</y>
2260          <width>131</width>
2261          <height>21</height>
2262         </rect>
2263        </property>
2264        <property name="text">
2265         <string>Equalizer</string>
2266        </property>
2267        <property name="checked">
2268         <bool>true</bool>
2269        </property>
2270       </widget>
2271       <widget class="QCheckBox" name="enableFlangerCheck">
2272        <property name="geometry">
2273         <rect>
2274          <x>320</x>
2275          <y>90</y>
2276          <width>131</width>
2277          <height>21</height>
2278         </rect>
2279        </property>
2280        <property name="text">
2281         <string>Flanger</string>
2282        </property>
2283        <property name="checked">
2284         <bool>true</bool>
2285        </property>
2286       </widget>
2287       <widget class="QCheckBox" name="enableModulatorCheck">
2288        <property name="geometry">
2289         <rect>
2290          <x>320</x>
2291          <y>150</y>
2292          <width>131</width>
2293          <height>21</height>
2294         </rect>
2295        </property>
2296        <property name="text">
2297         <string>Ring Modulator</string>
2298        </property>
2299        <property name="checked">
2300         <bool>true</bool>
2301        </property>
2302       </widget>
2303       <widget class="QCheckBox" name="enableDedicatedCheck">
2304        <property name="geometry">
2305         <rect>
2306          <x>320</x>
2307          <y>180</y>
2308          <width>131</width>
2309          <height>21</height>
2310         </rect>
2311        </property>
2312        <property name="toolTip">
2313         <string>Enables both the Dedicated Dialog and Dedicated LFE effects
2314 added by the ALC_EXT_DEDICATED extension.</string>
2315        </property>
2316        <property name="text">
2317         <string>Dedicated ...</string>
2318        </property>
2319        <property name="checked">
2320         <bool>true</bool>
2321        </property>
2322       </widget>
2323       <widget class="QCheckBox" name="enableCompressorCheck">
2324        <property name="geometry">
2325         <rect>
2326          <x>70</x>
2327          <y>120</y>
2328          <width>111</width>
2329          <height>21</height>
2330         </rect>
2331        </property>
2332        <property name="text">
2333         <string>Compressor</string>
2334        </property>
2335        <property name="checked">
2336         <bool>true</bool>
2337        </property>
2338       </widget>
2339       <widget class="QCheckBox" name="enablePitchShifterCheck">
2340        <property name="geometry">
2341         <rect>
2342          <x>320</x>
2343          <y>120</y>
2344          <width>131</width>
2345          <height>21</height>
2346         </rect>
2347        </property>
2348        <property name="text">
2349         <string>Pitch Shifter</string>
2350        </property>
2351        <property name="checked">
2352         <bool>true</bool>
2353        </property>
2354       </widget>
2355       <widget class="QCheckBox" name="enableFrequencyShifterCheck">
2356        <property name="geometry">
2357         <rect>
2358          <x>320</x>
2359          <y>60</y>
2360          <width>131</width>
2361          <height>21</height>
2362         </rect>
2363        </property>
2364        <property name="text">
2365         <string>Frequency Shifter</string>
2366        </property>
2367        <property name="checked">
2368         <bool>true</bool>
2369        </property>
2370       </widget>
2371       <widget class="QCheckBox" name="enableAutowahCheck">
2372        <property name="geometry">
2373         <rect>
2374          <x>70</x>
2375          <y>210</y>
2376          <width>131</width>
2377          <height>21</height>
2378         </rect>
2379        </property>
2380        <property name="text">
2381         <string>Autowah</string>
2382        </property>
2383        <property name="checked">
2384         <bool>true</bool>
2385        </property>
2386       </widget>
2387       <widget class="QCheckBox" name="enableVocalMorpherCheck">
2388        <property name="geometry">
2389         <rect>
2390          <x>320</x>
2391          <y>210</y>
2392          <width>131</width>
2393          <height>21</height>
2394         </rect>
2395        </property>
2396        <property name="text">
2397         <string>Vocal morpher</string>
2398        </property>
2399        <property name="checked">
2400         <bool>true</bool>
2401        </property>
2402       </widget>
2403      </widget>
2404      <widget class="QLabel" name="label_13">
2405       <property name="geometry">
2406        <rect>
2407         <x>10</x>
2408         <y>20</y>
2409         <width>141</width>
2410         <height>31</height>
2411        </rect>
2412       </property>
2413       <property name="text">
2414        <string>Default Reverb Effect:</string>
2415       </property>
2416       <property name="alignment">
2417        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2418       </property>
2419      </widget>
2420      <widget class="QComboBox" name="defaultReverbComboBox">
2421       <property name="geometry">
2422        <rect>
2423         <x>160</x>
2424         <y>20</y>
2425         <width>135</width>
2426         <height>31</height>
2427        </rect>
2428       </property>
2429       <property name="sizeAdjustPolicy">
2430        <enum>QComboBox::AdjustToContents</enum>
2431       </property>
2432       <item>
2433        <property name="text">
2434         <string>None</string>
2435        </property>
2436       </item>
2437       <item>
2438        <property name="text">
2439         <string>Generic</string>
2440        </property>
2441       </item>
2442       <item>
2443        <property name="text">
2444         <string>PaddedCell</string>
2445        </property>
2446       </item>
2447       <item>
2448        <property name="text">
2449         <string>Room</string>
2450        </property>
2451       </item>
2452       <item>
2453        <property name="text">
2454         <string>Bathroom</string>
2455        </property>
2456       </item>
2457       <item>
2458        <property name="text">
2459         <string>Livingroom</string>
2460        </property>
2461       </item>
2462       <item>
2463        <property name="text">
2464         <string>Stoneroom</string>
2465        </property>
2466       </item>
2467       <item>
2468        <property name="text">
2469         <string>Auditorium</string>
2470        </property>
2471       </item>
2472       <item>
2473        <property name="text">
2474         <string>ConcertHall</string>
2475        </property>
2476       </item>
2477       <item>
2478        <property name="text">
2479         <string>Cave</string>
2480        </property>
2481       </item>
2482       <item>
2483        <property name="text">
2484         <string>Arena</string>
2485        </property>
2486       </item>
2487       <item>
2488        <property name="text">
2489         <string>Hangar</string>
2490        </property>
2491       </item>
2492       <item>
2493        <property name="text">
2494         <string>CarpetedHallway</string>
2495        </property>
2496       </item>
2497       <item>
2498        <property name="text">
2499         <string>Hallway</string>
2500        </property>
2501       </item>
2502       <item>
2503        <property name="text">
2504         <string>StoneCorridor</string>
2505        </property>
2506       </item>
2507       <item>
2508        <property name="text">
2509         <string>Alley</string>
2510        </property>
2511       </item>
2512       <item>
2513        <property name="text">
2514         <string>Forest</string>
2515        </property>
2516       </item>
2517       <item>
2518        <property name="text">
2519         <string>City</string>
2520        </property>
2521       </item>
2522       <item>
2523        <property name="text">
2524         <string>Mountains</string>
2525        </property>
2526       </item>
2527       <item>
2528        <property name="text">
2529         <string>Quarry</string>
2530        </property>
2531       </item>
2532       <item>
2533        <property name="text">
2534         <string>Plain</string>
2535        </property>
2536       </item>
2537       <item>
2538        <property name="text">
2539         <string>ParkingLot</string>
2540        </property>
2541       </item>
2542       <item>
2543        <property name="text">
2544         <string>SewerPipe</string>
2545        </property>
2546       </item>
2547       <item>
2548        <property name="text">
2549         <string>Underwater</string>
2550        </property>
2551       </item>
2552       <item>
2553        <property name="text">
2554         <string>Drugged</string>
2555        </property>
2556       </item>
2557       <item>
2558        <property name="text">
2559         <string>Dizzy</string>
2560        </property>
2561       </item>
2562       <item>
2563        <property name="text">
2564         <string>Psychotic</string>
2565        </property>
2566       </item>
2567      </widget>
2568      <widget class="QCheckBox" name="enableEaxCheck">
2569       <property name="geometry">
2570        <rect>
2571         <x>30</x>
2572         <y>320</y>
2573         <width>231</width>
2574         <height>21</height>
2575        </rect>
2576       </property>
2577       <property name="toolTip">
2578        <string>Enables legacy EAX API support.</string>
2579       </property>
2580       <property name="text">
2581        <string>Enable EAX API support</string>
2582       </property>
2583      </widget>
2584     </widget>
2585    </widget>
2586    <widget class="QPushButton" name="closeCancelButton">
2587     <property name="geometry">
2588      <rect>
2589       <x>370</x>
2590       <y>405</y>
2591       <width>91</width>
2592       <height>31</height>
2593      </rect>
2594     </property>
2595     <property name="text">
2596      <string>Cancel</string>
2597     </property>
2598     <property name="icon">
2599      <iconset theme="window-close">
2600       <normaloff>.</normaloff>.</iconset>
2601     </property>
2602    </widget>
2603   </widget>
2604   <widget class="QMenuBar" name="menuBar">
2605    <property name="geometry">
2606     <rect>
2607      <x>0</x>
2608      <y>0</y>
2609      <width>564</width>
2610      <height>29</height>
2611     </rect>
2612    </property>
2613    <widget class="QMenu" name="menuFile">
2614     <property name="title">
2615      <string>&amp;File</string>
2616     </property>
2617     <addaction name="actionLoad"/>
2618     <addaction name="actionSave_As"/>
2619     <addaction name="separator"/>
2620     <addaction name="actionQuit"/>
2621    </widget>
2622    <widget class="QMenu" name="menuHelp">
2623     <property name="title">
2624      <string>&amp;Help</string>
2625     </property>
2626     <addaction name="actionAbout"/>
2627    </widget>
2628    <addaction name="menuFile"/>
2629    <addaction name="menuHelp"/>
2630   </widget>
2631   <action name="actionQuit">
2632    <property name="icon">
2633     <iconset theme="application-exit">
2634      <normaloff>.</normaloff>.</iconset>
2635    </property>
2636    <property name="text">
2637     <string>&amp;Quit</string>
2638    </property>
2639   </action>
2640   <action name="actionSave_As">
2641    <property name="icon">
2642     <iconset theme="document-save-as">
2643      <normaloff>.</normaloff>.</iconset>
2644    </property>
2645    <property name="text">
2646     <string>Save &amp;As...</string>
2647    </property>
2648    <property name="toolTip">
2649     <string>Save Configuration As</string>
2650    </property>
2651   </action>
2652   <action name="actionLoad">
2653    <property name="icon">
2654     <iconset theme="document-open">
2655      <normaloff>.</normaloff>.</iconset>
2656    </property>
2657    <property name="text">
2658     <string>&amp;Load...</string>
2659    </property>
2660    <property name="toolTip">
2661     <string>Load Configuration File</string>
2662    </property>
2663   </action>
2664   <action name="actionAbout">
2665    <property name="text">
2666     <string>&amp;About...</string>
2667    </property>
2668   </action>
2669  </widget>
2670  <layoutdefault spacing="6" margin="11"/>
2671  <resources/>
2672  <connections>
2673   <connection>
2674    <sender>backendListWidget</sender>
2675    <signal>currentRowChanged(int)</signal>
2676    <receiver>backendStackedWidget</receiver>
2677    <slot>setCurrentIndex(int)</slot>
2678    <hints>
2679     <hint type="sourcelabel">
2680      <x>69</x>
2681      <y>233</y>
2682     </hint>
2683     <hint type="destinationlabel">
2684      <x>329</x>
2685      <y>232</y>
2686     </hint>
2687    </hints>
2688   </connection>
2689  </connections>
2690  <slots>
2691   <slot>ShowHRTFContextMenu(QPoint)</slot>
2692  </slots>
2693 </ui>