]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_audio.ui
Qt4- SImple Preferences. Add file and directory configuration.
[vlc] / modules / gui / qt4 / ui / sprefs_audio.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>SPrefsAudio</class>
4  <widget class="QWidget" name="SPrefsAudio" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>418</width>
10     <height>533</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <property name="margin" >
18     <number>9</number>
19    </property>
20    <property name="spacing" >
21     <number>6</number>
22    </property>
23    <item>
24     <widget class="QCheckBox" name="enableAudio" >
25      <property name="text" >
26       <string>Enable audio</string>
27      </property>
28      <property name="checked" >
29       <bool>true</bool>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <widget class="QGroupBox" name="groupBox_3" >
35      <property name="title" >
36       <string>General Audio</string>
37      </property>
38      <layout class="QGridLayout" >
39       <property name="margin" >
40        <number>9</number>
41       </property>
42       <property name="spacing" >
43        <number>6</number>
44       </property>
45       <item row="2" column="0" >
46        <widget class="QLabel" name="label_8" >
47         <property name="text" >
48          <string>Force detection of Dolby Surround</string>
49         </property>
50        </widget>
51       </item>
52       <item row="2" column="1" >
53        <widget class="QComboBox" name="detectionDolby" >
54         <property name="sizePolicy" >
55          <sizepolicy>
56           <hsizetype>3</hsizetype>
57           <vsizetype>0</vsizetype>
58           <horstretch>0</horstretch>
59           <verstretch>0</verstretch>
60          </sizepolicy>
61         </property>
62         <property name="maximumSize" >
63          <size>
64           <width>300</width>
65           <height>16777215</height>
66          </size>
67         </property>
68         <property name="currentIndex" >
69          <number>-1</number>
70         </property>
71        </widget>
72       </item>
73       <item row="1" column="0" colspan="2" >
74        <widget class="QCheckBox" name="spdifBox" >
75         <property name="text" >
76          <string>Use S/PDIF when available</string>
77         </property>
78        </widget>
79       </item>
80       <item row="3" column="1" >
81        <widget class="QComboBox" name="preferredAudioLanguage" >
82         <property name="sizePolicy" >
83          <sizepolicy>
84           <hsizetype>1</hsizetype>
85           <vsizetype>0</vsizetype>
86           <horstretch>0</horstretch>
87           <verstretch>0</verstretch>
88          </sizepolicy>
89         </property>
90         <property name="maximumSize" >
91          <size>
92           <width>300</width>
93           <height>16777215</height>
94          </size>
95         </property>
96        </widget>
97       </item>
98       <item row="3" column="0" >
99        <widget class="QLabel" name="label" >
100         <property name="text" >
101          <string>Preferred audio language</string>
102         </property>
103        </widget>
104       </item>
105       <item row="0" column="1" >
106        <widget class="QSlider" name="defaultVolume" >
107         <property name="sizePolicy" >
108          <sizepolicy>
109           <hsizetype>1</hsizetype>
110           <vsizetype>0</vsizetype>
111           <horstretch>0</horstretch>
112           <verstretch>0</verstretch>
113          </sizepolicy>
114         </property>
115         <property name="maximumSize" >
116          <size>
117           <width>200</width>
118           <height>16777215</height>
119          </size>
120         </property>
121         <property name="orientation" >
122          <enum>Qt::Horizontal</enum>
123         </property>
124        </widget>
125       </item>
126       <item row="0" column="0" >
127        <widget class="QLabel" name="label_2" >
128         <property name="text" >
129          <string>Default volume</string>
130         </property>
131        </widget>
132       </item>
133      </layout>
134     </widget>
135    </item>
136    <item>
137     <widget class="QGroupBox" name="groupBox_2" >
138      <property name="title" >
139       <string>Output</string>
140      </property>
141      <layout class="QGridLayout" >
142       <property name="margin" >
143        <number>9</number>
144       </property>
145       <property name="spacing" >
146        <number>6</number>
147       </property>
148       <item row="4" column="1" >
149        <widget class="QLineEdit" name="FileName" />
150       </item>
151       <item row="4" column="2" >
152        <widget class="QPushButton" name="fileBrowseButton" >
153         <property name="text" >
154          <string>Browse</string>
155         </property>
156        </widget>
157       </item>
158       <item row="4" column="0" >
159        <widget class="QLabel" name="label_7" >
160         <property name="text" >
161          <string>File</string>
162         </property>
163        </widget>
164       </item>
165       <item row="3" column="2" >
166        <widget class="QPushButton" name="OSSBrowse" >
167         <property name="text" >
168          <string>Browse</string>
169         </property>
170        </widget>
171       </item>
172       <item row="3" column="1" >
173        <widget class="QLineEdit" name="OSSDevice" />
174       </item>
175       <item row="3" column="0" >
176        <widget class="QLabel" name="OSSLabel" >
177         <property name="text" >
178          <string>OSS Device</string>
179         </property>
180        </widget>
181       </item>
182       <item row="2" column="0" >
183        <widget class="QLabel" name="DirectXLabel" >
184         <property name="text" >
185          <string>DirectX Device</string>
186         </property>
187        </widget>
188       </item>
189       <item row="2" column="1" colspan="2" >
190        <widget class="QComboBox" name="DirectXDevice" />
191       </item>
192       <item row="1" column="0" >
193        <widget class="QLabel" name="alsaLabel" >
194         <property name="text" >
195          <string>Alsa Device</string>
196         </property>
197        </widget>
198       </item>
199       <item row="1" column="1" colspan="2" >
200        <widget class="QComboBox" name="alsaDevice" />
201       </item>
202       <item row="0" column="1" colspan="2" >
203        <widget class="QComboBox" name="outputModule" />
204       </item>
205       <item row="0" column="0" >
206        <widget class="QLabel" name="label_3" >
207         <property name="text" >
208          <string>Type</string>
209         </property>
210        </widget>
211       </item>
212      </layout>
213     </widget>
214    </item>
215    <item>
216     <widget class="QGroupBox" name="groupBox" >
217      <property name="title" >
218       <string>Effects</string>
219      </property>
220      <layout class="QGridLayout" >
221       <property name="margin" >
222        <number>9</number>
223       </property>
224       <property name="spacing" >
225        <number>6</number>
226       </property>
227       <item row="2" column="1" >
228        <widget class="QComboBox" name="visualisation" />
229       </item>
230       <item row="0" column="0" >
231        <widget class="QCheckBox" name="headphoneEffect" >
232         <property name="text" >
233          <string>Headphone surround effect</string>
234         </property>
235        </widget>
236       </item>
237       <item row="1" column="0" >
238        <widget class="QCheckBox" name="volumeNormalizer" >
239         <property name="text" >
240          <string>Volume normalizer</string>
241         </property>
242        </widget>
243       </item>
244       <item row="2" column="0" >
245        <widget class="QLabel" name="label_5" >
246         <property name="text" >
247          <string>Visualisation</string>
248         </property>
249        </widget>
250       </item>
251       <item row="1" column="1" >
252        <widget class="QDoubleSpinBox" name="volNormalizer" >
253         <property name="alignment" >
254          <set>Qt::AlignRight</set>
255         </property>
256        </widget>
257       </item>
258      </layout>
259     </widget>
260    </item>
261   </layout>
262  </widget>
263  <resources/>
264  <connections/>
265 </ui>