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