]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_disk.ui
ac42eaf6224f7329993c12884c5691bffef44d78
[vlc] / modules / gui / qt4 / ui / open_disk.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>OpenDisk</class>
4  <widget class="QWidget" name="OpenDisk" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>500</width>
10     <height>319</height>
11    </rect>
12   </property>
13   <property name="minimumSize" >
14    <size>
15     <width>500</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle" >
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout" >
23    <item>
24     <widget class="QGroupBox" name="diskGroupBox" >
25      <property name="sizePolicy" >
26       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title" >
32       <string>_("Disc Type Selection")</string>
33      </property>
34      <layout class="QGridLayout" name="gridLayout" >
35       <item row="0" column="0" >
36        <spacer>
37         <property name="orientation" >
38          <enum>Qt::Horizontal</enum>
39         </property>
40         <property name="sizeHint" stdset="0" >
41          <size>
42           <width>16</width>
43           <height>25</height>
44          </size>
45         </property>
46        </spacer>
47       </item>
48       <item row="0" column="1" >
49        <widget class="QRadioButton" name="dvdRadioButton" >
50         <property name="layoutDirection" >
51          <enum>Qt::LeftToRight</enum>
52         </property>
53         <property name="text" >
54          <string>DVD</string>
55         </property>
56         <property name="checked" >
57          <bool>true</bool>
58         </property>
59        </widget>
60       </item>
61       <item row="0" column="2" >
62        <spacer>
63         <property name="orientation" >
64          <enum>Qt::Horizontal</enum>
65         </property>
66         <property name="sizeHint" stdset="0" >
67          <size>
68           <width>20</width>
69           <height>20</height>
70          </size>
71         </property>
72        </spacer>
73       </item>
74       <item row="0" column="3" >
75        <widget class="QRadioButton" name="audioCDRadioButton" >
76         <property name="text" >
77          <string>_("Audio CD")</string>
78         </property>
79        </widget>
80       </item>
81       <item row="0" column="4" >
82        <spacer>
83         <property name="orientation" >
84          <enum>Qt::Horizontal</enum>
85         </property>
86         <property name="sizeHint" stdset="0" >
87          <size>
88           <width>20</width>
89           <height>20</height>
90          </size>
91         </property>
92        </spacer>
93       </item>
94       <item row="0" column="5" >
95        <widget class="QRadioButton" name="vcdRadioButton" >
96         <property name="text" >
97          <string>SVCD/VCD</string>
98         </property>
99        </widget>
100       </item>
101       <item row="0" column="6" >
102        <spacer>
103         <property name="orientation" >
104          <enum>Qt::Horizontal</enum>
105         </property>
106         <property name="sizeHint" stdset="0" >
107          <size>
108           <width>31</width>
109           <height>25</height>
110          </size>
111         </property>
112        </spacer>
113       </item>
114       <item row="1" column="1" colspan="3" >
115        <widget class="QCheckBox" name="dvdsimple" >
116         <property name="toolTip" >
117          <string>_("Disable DVD Menus (for compatibility)")</string>
118         </property>
119         <property name="text" >
120          <string>_("No DVD menus")</string>
121         </property>
122        </widget>
123       </item>
124       <item row="2" column="2" colspan="5" >
125        <widget class="Line" name="line" >
126         <property name="orientation" >
127          <enum>Qt::Horizontal</enum>
128         </property>
129        </widget>
130       </item>
131       <item row="3" column="0" colspan="7" >
132        <layout class="QHBoxLayout" name="horizontalLayout_5" >
133         <item>
134          <widget class="QLabel" name="deviceLabel" >
135           <property name="text" >
136            <string>_("Disc device")</string>
137           </property>
138           <property name="buddy" >
139            <cstring>deviceCombo</cstring>
140           </property>
141          </widget>
142         </item>
143         <item>
144          <widget class="QComboBox" name="deviceCombo" >
145           <property name="sizePolicy" >
146            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
147             <horstretch>0</horstretch>
148             <verstretch>0</verstretch>
149            </sizepolicy>
150           </property>
151           <property name="editable" >
152            <bool>true</bool>
153           </property>
154          </widget>
155         </item>
156         <item>
157          <widget class="QToolButton" name="ejectButton" >
158           <property name="sizePolicy" >
159            <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
160             <horstretch>0</horstretch>
161             <verstretch>0</verstretch>
162            </sizepolicy>
163           </property>
164          </widget>
165         </item>
166         <item>
167          <widget class="QPushButton" name="browseDiscButton" >
168           <property name="sizePolicy" >
169            <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
170             <horstretch>0</horstretch>
171             <verstretch>0</verstretch>
172            </sizepolicy>
173           </property>
174           <property name="text" >
175            <string>_("Browse...")</string>
176           </property>
177          </widget>
178         </item>
179        </layout>
180       </item>
181      </layout>
182     </widget>
183    </item>
184    <item>
185     <widget class="QGroupBox" name="diskOptionBox" >
186      <property name="title" >
187       <string>_("Starting Position")</string>
188      </property>
189      <layout class="QHBoxLayout" name="horizontalLayout" >
190       <item>
191        <widget class="QLabel" name="titleLabel" >
192         <property name="text" >
193          <string>_("Title")</string>
194         </property>
195         <property name="buddy" >
196          <cstring>titleSpin</cstring>
197         </property>
198        </widget>
199       </item>
200       <item>
201        <widget class="QSpinBox" name="titleSpin" >
202         <property name="sizePolicy" >
203          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
204           <horstretch>0</horstretch>
205           <verstretch>0</verstretch>
206          </sizepolicy>
207         </property>
208         <property name="autoFillBackground" >
209          <bool>false</bool>
210         </property>
211         <property name="alignment" >
212          <set>Qt::AlignRight</set>
213         </property>
214         <property name="value" >
215          <number>0</number>
216         </property>
217        </widget>
218       </item>
219       <item>
220        <spacer name="horizontalSpacer" >
221         <property name="orientation" >
222          <enum>Qt::Horizontal</enum>
223         </property>
224         <property name="sizeType" >
225          <enum>QSizePolicy::Fixed</enum>
226         </property>
227         <property name="sizeHint" stdset="0" >
228          <size>
229           <width>20</width>
230           <height>20</height>
231          </size>
232         </property>
233        </spacer>
234       </item>
235       <item>
236        <widget class="QLabel" name="chapterLabel" >
237         <property name="text" >
238          <string>_("Chapter")</string>
239         </property>
240         <property name="buddy" >
241          <cstring>chapterSpin</cstring>
242         </property>
243        </widget>
244       </item>
245       <item>
246        <widget class="QSpinBox" name="chapterSpin" >
247         <property name="sizePolicy" >
248          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
249           <horstretch>0</horstretch>
250           <verstretch>0</verstretch>
251          </sizepolicy>
252         </property>
253         <property name="alignment" >
254          <set>Qt::AlignRight</set>
255         </property>
256        </widget>
257       </item>
258      </layout>
259     </widget>
260    </item>
261    <item>
262     <widget class="QGroupBox" name="diskOptionBox_2" >
263      <property name="title" >
264       <string>_("Audio and Subtitles")</string>
265      </property>
266      <layout class="QHBoxLayout" name="horizontalLayout_2" >
267       <item>
268        <widget class="QLabel" name="subtitlesLabel" >
269         <property name="text" >
270          <string>_("Subtitles track")</string>
271         </property>
272         <property name="buddy" >
273          <cstring>subtitlesSpin</cstring>
274         </property>
275        </widget>
276       </item>
277       <item>
278        <widget class="QSpinBox" name="subtitlesSpin" >
279         <property name="sizePolicy" >
280          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
281           <horstretch>0</horstretch>
282           <verstretch>0</verstretch>
283          </sizepolicy>
284         </property>
285         <property name="autoFillBackground" >
286          <bool>false</bool>
287         </property>
288         <property name="alignment" >
289          <set>Qt::AlignRight</set>
290         </property>
291         <property name="suffix" >
292          <string/>
293         </property>
294         <property name="minimum" >
295          <number>-1</number>
296         </property>
297         <property name="maximum" >
298          <number>31</number>
299         </property>
300         <property name="value" >
301          <number>-1</number>
302         </property>
303        </widget>
304       </item>
305       <item>
306        <spacer name="horizontalSpacer_2" >
307         <property name="orientation" >
308          <enum>Qt::Horizontal</enum>
309         </property>
310         <property name="sizeType" >
311          <enum>QSizePolicy::Fixed</enum>
312         </property>
313         <property name="sizeHint" stdset="0" >
314          <size>
315           <width>20</width>
316           <height>20</height>
317          </size>
318         </property>
319        </spacer>
320       </item>
321       <item>
322        <widget class="QLabel" name="audioLabel" >
323         <property name="text" >
324          <string>_("Audio track")</string>
325         </property>
326         <property name="buddy" >
327          <cstring>audioSpin</cstring>
328         </property>
329        </widget>
330       </item>
331       <item>
332        <widget class="QSpinBox" name="audioSpin" >
333         <property name="sizePolicy" >
334          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
335           <horstretch>0</horstretch>
336           <verstretch>0</verstretch>
337          </sizepolicy>
338         </property>
339         <property name="alignment" >
340          <set>Qt::AlignRight</set>
341         </property>
342         <property name="minimum" >
343          <number>-1</number>
344         </property>
345         <property name="maximum" >
346          <number>10</number>
347         </property>
348         <property name="value" >
349          <number>-1</number>
350         </property>
351        </widget>
352       </item>
353      </layout>
354     </widget>
355    </item>
356    <item>
357     <spacer>
358      <property name="orientation" >
359       <enum>Qt::Vertical</enum>
360      </property>
361      <property name="sizeType" >
362       <enum>QSizePolicy::MinimumExpanding</enum>
363      </property>
364      <property name="sizeHint" stdset="0" >
365       <size>
366        <width>181</width>
367        <height>0</height>
368       </size>
369      </property>
370     </spacer>
371    </item>
372   </layout>
373  </widget>
374  <tabstops>
375   <tabstop>dvdRadioButton</tabstop>
376   <tabstop>audioCDRadioButton</tabstop>
377   <tabstop>vcdRadioButton</tabstop>
378   <tabstop>dvdsimple</tabstop>
379   <tabstop>deviceCombo</tabstop>
380   <tabstop>ejectButton</tabstop>
381   <tabstop>browseDiscButton</tabstop>
382   <tabstop>titleSpin</tabstop>
383   <tabstop>chapterSpin</tabstop>
384   <tabstop>subtitlesSpin</tabstop>
385   <tabstop>audioSpin</tabstop>
386  </tabstops>
387  <resources/>
388  <connections/>
389 </ui>