1 <?xml version="1.0" encoding="UTF-8"?>
3 <author>Jean-Baptiste Kempf</author>
4 <class>OpenDisk</class>
5 <widget class="QWidget" name="OpenDisk">
6 <property name="geometry">
14 <property name="minimumSize">
20 <property name="windowTitle">
23 <layout class="QVBoxLayout" name="verticalLayout">
25 <widget class="QGroupBox" name="diskGroupBox">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
32 <property name="title">
33 <string>Disc Selection</string>
35 <layout class="QGridLayout" name="gridLayout">
36 <item row="0" column="0">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
41 <property name="sizeHint" stdset="0">
49 <item row="0" column="1">
50 <widget class="QRadioButton" name="dvdRadioButton">
51 <property name="layoutDirection">
52 <enum>Qt::LeftToRight</enum>
54 <property name="text">
57 <property name="checked">
62 <item row="0" column="2">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
67 <property name="sizeHint" stdset="0">
75 <item row="0" column="3">
76 <widget class="QRadioButton" name="audioCDRadioButton">
77 <property name="text">
78 <string>Audio CD</string>
82 <item row="0" column="4">
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
87 <property name="sizeHint" stdset="0">
95 <item row="0" column="5">
96 <widget class="QRadioButton" name="vcdRadioButton">
97 <property name="text">
98 <string>SVCD/VCD</string>
102 <item row="0" column="6">
104 <property name="orientation">
105 <enum>Qt::Horizontal</enum>
107 <property name="sizeHint" stdset="0">
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>
120 <property name="text">
121 <string>No DVD menus</string>
125 <item row="2" column="2" colspan="5">
126 <widget class="Line" name="line">
127 <property name="orientation">
128 <enum>Qt::Horizontal</enum>
132 <item row="3" column="0" colspan="7">
133 <layout class="QHBoxLayout" name="horizontalLayout_5">
135 <widget class="QLabel" name="deviceLabel">
136 <property name="text">
137 <string>Disc device</string>
139 <property name="buddy">
140 <cstring>deviceCombo</cstring>
145 <widget class="QComboBox" name="deviceCombo">
146 <property name="sizePolicy">
147 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
148 <horstretch>0</horstretch>
149 <verstretch>0</verstretch>
152 <property name="editable">
158 <widget class="QToolButton" name="ejectButton">
159 <property name="sizePolicy">
160 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
168 <widget class="QPushButton" name="browseDiscButton">
169 <property name="sizePolicy">
170 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
171 <horstretch>0</horstretch>
172 <verstretch>0</verstretch>
175 <property name="text">
176 <string>Browse...</string>
186 <widget class="QGroupBox" name="diskOptionBox">
187 <property name="title">
188 <string>Starting Position</string>
190 <layout class="QHBoxLayout" name="horizontalLayout">
192 <widget class="QLabel" name="titleLabel">
193 <property name="text">
194 <string>Title</string>
196 <property name="buddy">
197 <cstring>titleSpin</cstring>
202 <widget class="QSpinBox" name="titleSpin">
203 <property name="sizePolicy">
204 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
205 <horstretch>0</horstretch>
206 <verstretch>0</verstretch>
209 <property name="autoFillBackground">
212 <property name="alignment">
213 <set>Qt::AlignRight</set>
215 <property name="value">
221 <spacer name="horizontalSpacer">
222 <property name="orientation">
223 <enum>Qt::Horizontal</enum>
225 <property name="sizeType">
226 <enum>QSizePolicy::Fixed</enum>
228 <property name="sizeHint" stdset="0">
237 <widget class="QLabel" name="chapterLabel">
238 <property name="text">
239 <string>Chapter</string>
241 <property name="buddy">
242 <cstring>chapterSpin</cstring>
247 <widget class="QSpinBox" name="chapterSpin">
248 <property name="sizePolicy">
249 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
250 <horstretch>0</horstretch>
251 <verstretch>0</verstretch>
254 <property name="alignment">
255 <set>Qt::AlignRight</set>
263 <widget class="QGroupBox" name="diskOptionBox_2">
264 <property name="title">
265 <string>Audio and Subtitles</string>
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>
273 <property name="buddy">
274 <cstring>audioSpin</cstring>
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>
286 <property name="alignment">
287 <set>Qt::AlignRight</set>
289 <property name="minimum">
292 <property name="maximum">
295 <property name="value">
300 <item row="0" column="2">
301 <spacer name="horizontalSpacer_2">
302 <property name="orientation">
303 <enum>Qt::Horizontal</enum>
305 <property name="sizeType">
306 <enum>QSizePolicy::Fixed</enum>
308 <property name="sizeHint" stdset="0">
316 <item row="0" column="3">
317 <widget class="QLabel" name="subtitlesLabel">
318 <property name="text">
319 <string>Subtitles track</string>
321 <property name="buddy">
322 <cstring>subtitlesSpin</cstring>
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>
334 <property name="autoFillBackground">
337 <property name="alignment">
338 <set>Qt::AlignRight</set>
340 <property name="suffix">
343 <property name="minimum">
346 <property name="maximum">
349 <property name="value">
359 <property name="orientation">
360 <enum>Qt::Vertical</enum>
362 <property name="sizeType">
363 <enum>QSizePolicy::MinimumExpanding</enum>
365 <property name="sizeHint" stdset="0">
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>