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