]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_audio.ui
bdcb070356d40cbc4d57cc9d42164bfd8ddadcd2
[vlc] / modules / gui / qt4 / ui / sprefs_audio.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>SPrefsAudio</class>
5  <widget class="QWidget" name="SPrefsAudio">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>643</width>
11     <height>619</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Form</string>
16   </property>
17   <layout class="QVBoxLayout" name="verticalLayout">
18    <item>
19     <widget class="QCheckBox" name="enableAudio">
20      <property name="text">
21       <string>Enable audio</string>
22      </property>
23      <property name="checked">
24       <bool>true</bool>
25      </property>
26     </widget>
27    </item>
28    <item>
29     <widget class="QWidget" name="SPrefsAudio_zone" native="true">
30      <layout class="QVBoxLayout" name="verticalLayout_2">
31       <property name="leftMargin">
32        <number>9</number>
33       </property>
34       <property name="topMargin">
35        <number>0</number>
36       </property>
37       <property name="bottomMargin">
38        <number>0</number>
39       </property>
40       <item>
41        <widget class="QGroupBox" name="audioBox">
42         <property name="title">
43          <string>Volume</string>
44         </property>
45         <layout class="QGridLayout">
46          <property name="bottomMargin">
47           <number>0</number>
48          </property>
49          <item row="0" column="0" colspan="2">
50           <widget class="QRadioButton" name="keepVolumeRadio">
51            <property name="minimumSize">
52             <size>
53              <width>250</width>
54              <height>0</height>
55             </size>
56            </property>
57            <property name="text">
58             <string>Keep audio level between sessions</string>
59            </property>
60           </widget>
61          </item>
62          <item row="1" column="0" colspan="2">
63           <widget class="QRadioButton" name="resetVolumeRadio">
64            <property name="minimumSize">
65             <size>
66              <width>250</width>
67              <height>0</height>
68             </size>
69            </property>
70            <property name="text">
71             <string>Always reset audio start level to:</string>
72            </property>
73            <property name="checked">
74             <bool>true</bool>
75            </property>
76           </widget>
77          </item>
78          <item row="1" column="2">
79           <widget class="QWidget" name="defaultVolume_zone" native="true">
80            <layout class="QHBoxLayout" name="horizontalLayout">
81             <property name="spacing">
82              <number>0</number>
83             </property>
84             <property name="sizeConstraint">
85              <enum>QLayout::SetDefaultConstraint</enum>
86             </property>
87             <property name="margin">
88              <number>0</number>
89             </property>
90             <item>
91              <widget class="QSlider" name="defaultVolume">
92               <property name="sizePolicy">
93                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
94                 <horstretch>0</horstretch>
95                 <verstretch>0</verstretch>
96                </sizepolicy>
97               </property>
98               <property name="minimumSize">
99                <size>
100                 <width>140</width>
101                 <height>0</height>
102                </size>
103               </property>
104               <property name="layoutDirection">
105                <enum>Qt::LeftToRight</enum>
106               </property>
107               <property name="maximum">
108                <number>200</number>
109               </property>
110               <property name="value">
111                <number>100</number>
112               </property>
113               <property name="orientation">
114                <enum>Qt::Horizontal</enum>
115               </property>
116              </widget>
117             </item>
118             <item>
119              <widget class="QSpinBox" name="volumeValue">
120               <property name="sizePolicy">
121                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
122                 <horstretch>0</horstretch>
123                 <verstretch>0</verstretch>
124                </sizepolicy>
125               </property>
126               <property name="wrapping">
127                <bool>false</bool>
128               </property>
129               <property name="alignment">
130                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
131               </property>
132               <property name="readOnly">
133                <bool>true</bool>
134               </property>
135               <property name="suffix">
136                <string> %</string>
137               </property>
138               <property name="maximum">
139                <number>200</number>
140               </property>
141               <property name="value">
142                <number>100</number>
143               </property>
144              </widget>
145             </item>
146            </layout>
147           </widget>
148          </item>
149         </layout>
150        </widget>
151       </item>
152       <item>
153        <widget class="QGroupBox" name="outputAudioBox">
154         <property name="title">
155          <string>Output</string>
156         </property>
157         <layout class="QGridLayout" name="outputAudioLayout">
158          <property name="bottomMargin">
159           <number>0</number>
160          </property>
161          <item row="0" column="0">
162           <widget class="QLabel" name="outputLabel">
163            <property name="minimumSize">
164             <size>
165              <width>250</width>
166              <height>0</height>
167             </size>
168            </property>
169            <property name="text">
170             <string>Output module:</string>
171            </property>
172            <property name="buddy">
173             <cstring>outputModule</cstring>
174            </property>
175           </widget>
176          </item>
177          <item row="0" column="1">
178           <widget class="QComboBox" name="outputModule">
179            <property name="enabled">
180             <bool>true</bool>
181            </property>
182            <property name="sizePolicy">
183             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
184              <horstretch>0</horstretch>
185              <verstretch>0</verstretch>
186             </sizepolicy>
187            </property>
188           </widget>
189          </item>
190          <item row="1" column="0" colspan="2">
191           <widget class="QWidget" name="fileControl" native="true">
192            <layout class="QHBoxLayout">
193             <property name="spacing">
194              <number>0</number>
195             </property>
196             <property name="margin">
197              <number>0</number>
198             </property>
199             <item>
200              <widget class="QLabel" name="fileLabel">
201               <property name="minimumSize">
202                <size>
203                 <width>256</width>
204                 <height>0</height>
205                </size>
206               </property>
207               <property name="text">
208                <string>Destination file:</string>
209               </property>
210               <property name="buddy">
211                <cstring>fileName</cstring>
212               </property>
213              </widget>
214             </item>
215             <item>
216              <widget class="QLineEdit" name="fileName"/>
217             </item>
218             <item>
219              <widget class="QPushButton" name="fileBrowseButton">
220               <property name="text">
221                <string>Browse...</string>
222               </property>
223              </widget>
224             </item>
225            </layout>
226           </widget>
227          </item>
228          <item row="3" column="1">
229           <widget class="QCheckBox" name="spdifBox">
230            <property name="sizePolicy">
231             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
232              <horstretch>0</horstretch>
233              <verstretch>0</verstretch>
234             </sizepolicy>
235            </property>
236            <property name="text">
237             <string>Use S/PDIF when available</string>
238            </property>
239           </widget>
240          </item>
241         </layout>
242        </widget>
243       </item>
244       <item>
245        <widget class="QGroupBox" name="groupBox_2">
246         <property name="sizePolicy">
247          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
248           <horstretch>0</horstretch>
249           <verstretch>0</verstretch>
250          </sizepolicy>
251         </property>
252         <property name="title">
253          <string>Spatialization</string>
254         </property>
255         <property name="checkable">
256          <bool>false</bool>
257         </property>
258         <layout class="QGridLayout" name="gridLayout_2">
259          <property name="leftMargin">
260           <number>9</number>
261          </property>
262          <property name="rightMargin">
263           <number>9</number>
264          </property>
265          <property name="bottomMargin">
266           <number>0</number>
267          </property>
268          <property name="horizontalSpacing">
269           <number>6</number>
270          </property>
271          <item row="2" column="0" colspan="2">
272           <widget class="QCheckBox" name="headphoneEffect">
273            <property name="sizePolicy">
274             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
275              <horstretch>0</horstretch>
276              <verstretch>0</verstretch>
277             </sizepolicy>
278            </property>
279            <property name="text">
280             <string>Headphone surround effect</string>
281            </property>
282           </widget>
283          </item>
284          <item row="1" column="1">
285           <widget class="QComboBox" name="detectionDolby">
286            <property name="sizePolicy">
287             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
288              <horstretch>0</horstretch>
289              <verstretch>0</verstretch>
290             </sizepolicy>
291            </property>
292            <property name="currentIndex">
293             <number>-1</number>
294            </property>
295           </widget>
296          </item>
297          <item row="1" column="0">
298           <widget class="QLabel" name="dolbyLabel">
299            <property name="sizePolicy">
300             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
301              <horstretch>0</horstretch>
302              <verstretch>0</verstretch>
303             </sizepolicy>
304            </property>
305            <property name="minimumSize">
306             <size>
307              <width>250</width>
308              <height>0</height>
309             </size>
310            </property>
311            <property name="maximumSize">
312             <size>
313              <width>250</width>
314              <height>16777215</height>
315             </size>
316            </property>
317            <property name="text">
318             <string>Dolby Surround:</string>
319            </property>
320            <property name="buddy">
321             <cstring>detectionDolby</cstring>
322            </property>
323           </widget>
324          </item>
325         </layout>
326        </widget>
327       </item>
328       <item>
329        <widget class="QGroupBox" name="groupBox">
330         <property name="title">
331          <string>Processing</string>
332         </property>
333         <layout class="QGridLayout">
334          <property name="bottomMargin">
335           <number>0</number>
336          </property>
337          <item row="4" column="1" colspan="2">
338           <widget class="QComboBox" name="visualisation">
339            <property name="sizePolicy">
340             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
341              <horstretch>0</horstretch>
342              <verstretch>0</verstretch>
343             </sizepolicy>
344            </property>
345           </widget>
346          </item>
347          <item row="4" column="0">
348           <widget class="QLabel" name="visuLabel">
349            <property name="minimumSize">
350             <size>
351              <width>250</width>
352              <height>0</height>
353             </size>
354            </property>
355            <property name="text">
356             <string>Visualization:</string>
357            </property>
358            <property name="buddy">
359             <cstring>visualisation</cstring>
360            </property>
361           </widget>
362          </item>
363          <item row="3" column="0">
364           <widget class="QLabel" name="replayLabel">
365            <property name="minimumSize">
366             <size>
367              <width>250</width>
368              <height>0</height>
369             </size>
370            </property>
371            <property name="text">
372             <string>Replay gain mode:</string>
373            </property>
374            <property name="alignment">
375             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
376            </property>
377           </widget>
378          </item>
379          <item row="3" column="1" colspan="2">
380           <widget class="QComboBox" name="replayCombo">
381            <property name="sizePolicy">
382             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
383              <horstretch>0</horstretch>
384              <verstretch>0</verstretch>
385             </sizepolicy>
386            </property>
387           </widget>
388          </item>
389          <item row="2" column="1" colspan="2">
390           <widget class="QWidget" name="widget" native="true">
391            <layout class="QHBoxLayout" name="horizontalLayout_2">
392             <property name="margin">
393              <number>0</number>
394             </property>
395             <item>
396              <widget class="QDoubleSpinBox" name="volNormSpin">
397               <property name="enabled">
398                <bool>true</bool>
399               </property>
400               <property name="alignment">
401                <set>Qt::AlignRight</set>
402               </property>
403              </widget>
404             </item>
405             <item>
406              <spacer name="horizontalSpacer">
407               <property name="orientation">
408                <enum>Qt::Horizontal</enum>
409               </property>
410               <property name="sizeHint" stdset="0">
411                <size>
412                 <width>40</width>
413                 <height>20</height>
414                </size>
415               </property>
416              </spacer>
417             </item>
418            </layout>
419           </widget>
420          </item>
421          <item row="2" column="0">
422           <widget class="QCheckBox" name="volNormBox">
423            <property name="sizePolicy">
424             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
425              <horstretch>0</horstretch>
426              <verstretch>0</verstretch>
427             </sizepolicy>
428            </property>
429            <property name="minimumSize">
430             <size>
431              <width>250</width>
432              <height>0</height>
433             </size>
434            </property>
435            <property name="maximumSize">
436             <size>
437              <width>250</width>
438              <height>16777215</height>
439             </size>
440            </property>
441            <property name="text">
442             <string>Normalize volume to:</string>
443            </property>
444           </widget>
445          </item>
446         </layout>
447        </widget>
448       </item>
449       <item>
450        <widget class="QGroupBox" name="groupBox_3">
451         <property name="title">
452          <string>Tracks</string>
453         </property>
454         <layout class="QGridLayout" name="gridLayout_3">
455          <property name="bottomMargin">
456           <number>0</number>
457          </property>
458          <item row="0" column="0">
459           <widget class="QLabel" name="langLabel">
460            <property name="minimumSize">
461             <size>
462              <width>250</width>
463              <height>0</height>
464             </size>
465            </property>
466            <property name="text">
467             <string>Preferred audio language:</string>
468            </property>
469            <property name="buddy">
470             <cstring>preferredAudioLanguage</cstring>
471            </property>
472           </widget>
473          </item>
474          <item row="0" column="1">
475           <widget class="QLineEdit" name="preferredAudioLanguage"/>
476          </item>
477          <item row="2" column="0" colspan="2">
478           <widget class="QWidget" name="lastfm_zone" native="true">
479            <property name="enabled">
480             <bool>true</bool>
481            </property>
482            <layout class="QGridLayout" name="gridLayout">
483             <property name="margin">
484              <number>0</number>
485             </property>
486             <item row="0" column="1">
487              <widget class="QLineEdit" name="lastfm_user_edit">
488               <property name="sizePolicy">
489                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
490                 <horstretch>0</horstretch>
491                 <verstretch>0</verstretch>
492                </sizepolicy>
493               </property>
494              </widget>
495             </item>
496             <item row="1" column="1">
497              <widget class="QLineEdit" name="lastfm_pass_edit">
498               <property name="sizePolicy">
499                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
500                 <horstretch>0</horstretch>
501                 <verstretch>0</verstretch>
502                </sizepolicy>
503               </property>
504               <property name="echoMode">
505                <enum>QLineEdit::Password</enum>
506               </property>
507              </widget>
508             </item>
509             <item row="1" column="0">
510              <widget class="QLabel" name="lastfm_pass_label">
511               <property name="maximumSize">
512                <size>
513                 <width>250</width>
514                 <height>16777215</height>
515                </size>
516               </property>
517               <property name="text">
518                <string>Password:</string>
519               </property>
520               <property name="alignment">
521                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
522               </property>
523               <property name="buddy">
524                <cstring>lastfm_pass_edit</cstring>
525               </property>
526              </widget>
527             </item>
528             <item row="0" column="0">
529              <widget class="QLabel" name="lastfm_user_label">
530               <property name="maximumSize">
531                <size>
532                 <width>250</width>
533                 <height>16777215</height>
534                </size>
535               </property>
536               <property name="text">
537                <string>Username:</string>
538               </property>
539               <property name="alignment">
540                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
541               </property>
542               <property name="buddy">
543                <cstring>lastfm_user_edit</cstring>
544               </property>
545              </widget>
546             </item>
547            </layout>
548           </widget>
549          </item>
550          <item row="1" column="0" colspan="2">
551           <widget class="QCheckBox" name="lastfm">
552            <property name="text">
553             <string>Submit played tracks stats to Last.fm</string>
554            </property>
555           </widget>
556          </item>
557         </layout>
558        </widget>
559       </item>
560      </layout>
561     </widget>
562    </item>
563   </layout>
564  </widget>
565  <tabstops>
566   <tabstop>enableAudio</tabstop>
567   <tabstop>outputModule</tabstop>
568   <tabstop>fileName</tabstop>
569   <tabstop>fileBrowseButton</tabstop>
570   <tabstop>visualisation</tabstop>
571  </tabstops>
572  <resources/>
573  <connections/>
574 </ui>