]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_audio.ui
Qt4 - Sprefs: cosmetic and string change.
[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>550</width>
10     <height>725</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <item>
18     <widget class="QCheckBox" name="enableAudio" >
19      <property name="text" >
20       <string>_("Enable audio")</string>
21      </property>
22      <property name="checked" >
23       <bool>true</bool>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QGroupBox" name="groupBox_3" >
29      <property name="title" >
30       <string>_("General Audio")</string>
31      </property>
32      <layout class="QGridLayout" >
33       <item row="2" column="0" >
34        <widget class="QLabel" name="label_8" >
35         <property name="text" >
36          <string>_("Force detection of Dolby Surround")</string>
37         </property>
38        </widget>
39       </item>
40       <item row="2" column="1" >
41        <widget class="QComboBox" name="detectionDolby" >
42         <property name="sizePolicy" >
43          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
44           <horstretch>0</horstretch>
45           <verstretch>0</verstretch>
46          </sizepolicy>
47         </property>
48         <property name="maximumSize" >
49          <size>
50           <width>300</width>
51           <height>16777215</height>
52          </size>
53         </property>
54         <property name="currentIndex" >
55          <number>-1</number>
56         </property>
57        </widget>
58       </item>
59       <item row="1" column="0" colspan="2" >
60        <widget class="QCheckBox" name="spdifBox" >
61         <property name="text" >
62          <string>_("Use S/PDIF when available")</string>
63         </property>
64        </widget>
65       </item>
66       <item row="3" column="0" >
67        <widget class="QLabel" name="label" >
68         <property name="text" >
69          <string>_("Preferred audio language")</string>
70         </property>
71        </widget>
72       </item>
73       <item row="0" column="1" >
74        <widget class="QSlider" name="defaultVolume" >
75         <property name="sizePolicy" >
76          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
77           <horstretch>0</horstretch>
78           <verstretch>0</verstretch>
79          </sizepolicy>
80         </property>
81         <property name="maximumSize" >
82          <size>
83           <width>200</width>
84           <height>16777215</height>
85          </size>
86         </property>
87         <property name="orientation" >
88          <enum>Qt::Horizontal</enum>
89         </property>
90        </widget>
91       </item>
92       <item row="0" column="0" >
93        <widget class="QLabel" name="label_2" >
94         <property name="text" >
95          <string>_("Default volume")</string>
96         </property>
97        </widget>
98       </item>
99       <item row="3" column="1" >
100        <widget class="QLineEdit" name="preferredAudioLanguage" />
101       </item>
102      </layout>
103     </widget>
104    </item>
105    <item>
106     <widget class="QGroupBox" name="groupBox_2" >
107      <property name="title" >
108       <string>Output</string>
109      </property>
110      <layout class="QGridLayout" >
111       <item row="0" column="0" >
112        <widget class="QLabel" name="label_3" >
113         <property name="text" >
114          <string>_("Type")</string>
115         </property>
116        </widget>
117       </item>
118       <item row="0" column="1" >
119        <widget class="QComboBox" name="outputModule" >
120         <property name="sizePolicy" >
121          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
122           <horstretch>0</horstretch>
123           <verstretch>0</verstretch>
124          </sizepolicy>
125         </property>
126        </widget>
127       </item>
128       <item row="1" column="0" colspan="2" >
129        <widget class="QWidget" native="1" name="alsaControl" >
130         <layout class="QHBoxLayout" >
131          <property name="margin" >
132           <number>0</number>
133          </property>
134          <item>
135           <widget class="QLabel" name="alsaLabel" >
136            <property name="text" >
137             <string>_("Device")</string>
138            </property>
139           </widget>
140          </item>
141          <item>
142           <widget class="QComboBox" name="alsaDevice" >
143            <property name="sizePolicy" >
144             <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
145              <horstretch>0</horstretch>
146              <verstretch>0</verstretch>
147             </sizepolicy>
148            </property>
149           </widget>
150          </item>
151         </layout>
152        </widget>
153       </item>
154       <item row="2" column="0" colspan="2" >
155        <widget class="QWidget" native="1" name="DirectXControl" >
156         <layout class="QHBoxLayout" >
157          <property name="margin" >
158           <number>0</number>
159          </property>
160          <item>
161           <widget class="QLabel" name="DirectXLabel" >
162            <property name="sizePolicy" >
163             <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
164              <horstretch>0</horstretch>
165              <verstretch>0</verstretch>
166             </sizepolicy>
167            </property>
168            <property name="text" >
169             <string>_("Device")</string>
170            </property>
171           </widget>
172          </item>
173          <item>
174           <widget class="QComboBox" name="DirectXDevice" >
175            <property name="sizePolicy" >
176             <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
177              <horstretch>0</horstretch>
178              <verstretch>0</verstretch>
179             </sizepolicy>
180            </property>
181           </widget>
182          </item>
183         </layout>
184        </widget>
185       </item>
186       <item row="3" column="0" colspan="2" >
187        <widget class="QWidget" native="1" name="OSSControl" >
188         <layout class="QHBoxLayout" >
189          <property name="margin" >
190           <number>0</number>
191          </property>
192          <item>
193           <widget class="QLabel" name="OSSLabel" >
194            <property name="text" >
195             <string>_("Device")</string>
196            </property>
197           </widget>
198          </item>
199          <item>
200           <widget class="QLineEdit" name="OSSDevice" />
201          </item>
202          <item>
203           <widget class="QPushButton" name="OSSBrowse" >
204            <property name="text" >
205             <string>_("Browse...")</string>
206            </property>
207           </widget>
208          </item>
209         </layout>
210        </widget>
211       </item>
212       <item row="4" column="0" colspan="2" >
213        <widget class="QWidget" native="1" name="fileControl" >
214         <layout class="QHBoxLayout" >
215          <property name="margin" >
216           <number>0</number>
217          </property>
218          <item>
219           <widget class="QLabel" name="fileLabel" >
220            <property name="text" >
221             <string>_("File")</string>
222            </property>
223           </widget>
224          </item>
225          <item>
226           <widget class="QLineEdit" name="fileName" />
227          </item>
228          <item>
229           <widget class="QPushButton" name="fileBrowseButton" >
230            <property name="text" >
231             <string>_("Browse...")</string>
232            </property>
233           </widget>
234          </item>
235         </layout>
236        </widget>
237       </item>
238      </layout>
239     </widget>
240    </item>
241    <item>
242     <widget class="QGroupBox" name="groupBox" >
243      <property name="title" >
244       <string>_("Effects")</string>
245      </property>
246      <layout class="QGridLayout" >
247       <item row="2" column="1" >
248        <widget class="QComboBox" name="visualisation" />
249       </item>
250       <item row="0" column="0" >
251        <widget class="QCheckBox" name="headphoneEffect" >
252         <property name="text" >
253          <string>_("Headphone surround effect")</string>
254         </property>
255        </widget>
256       </item>
257       <item row="1" column="0" >
258        <widget class="QCheckBox" name="volNormBox" >
259         <property name="text" >
260          <string>_("Volume normalizer")</string>
261         </property>
262        </widget>
263       </item>
264       <item row="2" column="0" >
265        <widget class="QLabel" name="label_5" >
266         <property name="text" >
267          <string>_("Visualisation")</string>
268         </property>
269        </widget>
270       </item>
271       <item row="1" column="1" >
272        <widget class="QDoubleSpinBox" name="volNormSpin" >
273         <property name="alignment" >
274          <set>Qt::AlignRight</set>
275         </property>
276        </widget>
277       </item>
278      </layout>
279     </widget>
280    </item>
281    <item>
282     <widget class="QGroupBox" name="groupBox_4" >
283      <property name="title" >
284       <string>_("Last.fm")</string>
285      </property>
286      <layout class="QGridLayout" >
287       <item row="0" column="0" colspan="2" >
288        <widget class="QCheckBox" name="lastfm" >
289         <property name="text" >
290          <string>_("Enable last.fm submission")</string>
291         </property>
292        </widget>
293       </item>
294       <item row="1" column="1" colspan="2" >
295        <widget class="QLineEdit" name="lastfm_user_edit" />
296       </item>
297       <item row="1" column="0" >
298        <widget class="QLabel" name="lastfm_user_label" >
299         <property name="text" >
300          <string>_("Username")</string>
301         </property>
302        </widget>
303       </item>
304       <item row="2" column="0" >
305        <widget class="QLabel" name="lastfm_pass_label" >
306         <property name="text" >
307          <string>_("Password")</string>
308         </property>
309        </widget>
310       </item>
311       <item row="2" column="1" colspan="2" >
312        <widget class="QLineEdit" name="lastfm_pass_edit" >
313         <property name="echoMode" >
314          <enum>QLineEdit::PasswordEchoOnEdit</enum>
315         </property>
316        </widget>
317       </item>
318      </layout>
319     </widget>
320    </item>
321   </layout>
322  </widget>
323  <tabstops>
324   <tabstop>enableAudio</tabstop>
325   <tabstop>defaultVolume</tabstop>
326   <tabstop>spdifBox</tabstop>
327   <tabstop>detectionDolby</tabstop>
328   <tabstop>preferredAudioLanguage</tabstop>
329   <tabstop>outputModule</tabstop>
330   <tabstop>alsaDevice</tabstop>
331   <tabstop>DirectXDevice</tabstop>
332   <tabstop>OSSDevice</tabstop>
333   <tabstop>OSSBrowse</tabstop>
334   <tabstop>fileBrowseButton</tabstop>
335   <tabstop>headphoneEffect</tabstop>
336   <tabstop>volNormBox</tabstop>
337   <tabstop>volNormSpin</tabstop>
338   <tabstop>visualisation</tabstop>
339  </tabstops>
340  <resources/>
341  <connections>
342   <connection>
343    <sender>lastfm</sender>
344    <signal>toggled(bool)</signal>
345    <receiver>lastfm_pass_edit</receiver>
346    <slot>setVisible(bool)</slot>
347    <hints>
348     <hint type="sourcelabel" >
349      <x>188</x>
350      <y>619</y>
351     </hint>
352     <hint type="destinationlabel" >
353      <x>360</x>
354      <y>689</y>
355     </hint>
356    </hints>
357   </connection>
358   <connection>
359    <sender>lastfm</sender>
360    <signal>toggled(bool)</signal>
361    <receiver>lastfm_pass_label</receiver>
362    <slot>setVisible(bool)</slot>
363    <hints>
364     <hint type="sourcelabel" >
365      <x>188</x>
366      <y>619</y>
367     </hint>
368     <hint type="destinationlabel" >
369      <x>102</x>
370      <y>689</y>
371     </hint>
372    </hints>
373   </connection>
374   <connection>
375    <sender>lastfm</sender>
376    <signal>toggled(bool)</signal>
377    <receiver>lastfm_user_edit</receiver>
378    <slot>setVisible(bool)</slot>
379    <hints>
380     <hint type="sourcelabel" >
381      <x>188</x>
382      <y>619</y>
383     </hint>
384     <hint type="destinationlabel" >
385      <x>360</x>
386      <y>653</y>
387     </hint>
388    </hints>
389   </connection>
390   <connection>
391    <sender>lastfm</sender>
392    <signal>toggled(bool)</signal>
393    <receiver>lastfm_user_label</receiver>
394    <slot>setVisible(bool)</slot>
395    <hints>
396     <hint type="sourcelabel" >
397      <x>188</x>
398      <y>619</y>
399     </hint>
400     <hint type="destinationlabel" >
401      <x>102</x>
402      <y>653</y>
403     </hint>
404    </hints>
405   </connection>
406  </connections>
407 </ui>