]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_disk.ui
Various strings change and capitalisation changes to match the guidelines.
[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>537</width>
10     <height>423</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <item>
18     <widget class="QGroupBox" name="diskGroupBox" >
19      <property name="title" >
20       <string>_("Disc Selection")</string>
21      </property>
22      <layout class="QGridLayout" >
23       <item row="0" column="0" >
24        <spacer>
25         <property name="orientation" >
26          <enum>Qt::Horizontal</enum>
27         </property>
28         <property name="sizeHint" stdset="0" >
29          <size>
30           <width>16</width>
31           <height>25</height>
32          </size>
33         </property>
34        </spacer>
35       </item>
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" colspan="2" >
50        <spacer>
51         <property name="orientation" >
52          <enum>Qt::Horizontal</enum>
53         </property>
54         <property name="sizeHint" stdset="0" >
55          <size>
56           <width>40</width>
57           <height>20</height>
58          </size>
59         </property>
60        </spacer>
61       </item>
62       <item row="0" column="4" >
63        <widget class="QRadioButton" name="vcdRadioButton" >
64         <property name="text" >
65          <string>SVCD/VCD</string>
66         </property>
67        </widget>
68       </item>
69       <item row="0" column="5" >
70        <spacer>
71         <property name="orientation" >
72          <enum>Qt::Horizontal</enum>
73         </property>
74         <property name="sizeHint" stdset="0" >
75          <size>
76           <width>40</width>
77           <height>20</height>
78          </size>
79         </property>
80        </spacer>
81       </item>
82       <item row="0" column="6" colspan="2" >
83        <widget class="QRadioButton" name="audioCDRadioButton" >
84         <property name="text" >
85          <string>_("Audio CD")</string>
86         </property>
87        </widget>
88       </item>
89       <item row="0" column="8" >
90        <spacer>
91         <property name="orientation" >
92          <enum>Qt::Horizontal</enum>
93         </property>
94         <property name="sizeHint" stdset="0" >
95          <size>
96           <width>31</width>
97           <height>25</height>
98          </size>
99         </property>
100        </spacer>
101       </item>
102       <item row="1" column="1" colspan="3" >
103        <widget class="QCheckBox" name="dvdsimple" >
104         <property name="toolTip" >
105          <string>_("Disable DVD Menus (for compatibility)")</string>
106         </property>
107         <property name="text" >
108          <string>_("No DVD menus")</string>
109         </property>
110        </widget>
111       </item>
112       <item row="2" column="2" colspan="7" >
113        <widget class="Line" name="line" >
114         <property name="orientation" >
115          <enum>Qt::Horizontal</enum>
116         </property>
117        </widget>
118       </item>
119       <item row="3" column="0" colspan="3" >
120        <widget class="QLabel" name="deviceLabel" >
121         <property name="text" >
122          <string>_("Disc device")</string>
123         </property>
124         <property name="buddy" >
125          <cstring>deviceCombo</cstring>
126         </property>
127        </widget>
128       </item>
129       <item row="3" column="3" colspan="3" >
130        <widget class="QComboBox" name="deviceCombo" >
131         <property name="editable" >
132          <bool>true</bool>
133         </property>
134        </widget>
135       </item>
136       <item row="3" column="6" >
137        <widget class="QToolButton" name="ejectButton" >
138         <property name="sizePolicy" >
139          <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
140           <horstretch>0</horstretch>
141           <verstretch>0</verstretch>
142          </sizepolicy>
143         </property>
144         <property name="text" >
145          <string>E</string>
146         </property>
147        </widget>
148       </item>
149       <item row="3" column="7" colspan="2" >
150        <widget class="QPushButton" name="browseDiscButton" >
151         <property name="sizePolicy" >
152          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
153           <horstretch>0</horstretch>
154           <verstretch>0</verstretch>
155          </sizepolicy>
156         </property>
157         <property name="toolTip" >
158          <string>_("Select the device or the VIDEO_TS directory")</string>
159         </property>
160         <property name="text" >
161          <string>_("Browse...")</string>
162         </property>
163        </widget>
164       </item>
165      </layout>
166     </widget>
167    </item>
168    <item>
169     <widget class="QGroupBox" name="diskOptionBox" >
170      <property name="title" >
171       <string>_("Starting Position")</string>
172      </property>
173      <layout class="QGridLayout" >
174       <item row="1" column="0" >
175        <widget class="QLabel" name="chapterLabel" >
176         <property name="text" >
177          <string>_("Chapter")</string>
178         </property>
179         <property name="buddy" >
180          <cstring>chapterSpin</cstring>
181         </property>
182        </widget>
183       </item>
184       <item row="1" column="1" >
185        <widget class="QSpinBox" name="chapterSpin" >
186         <property name="alignment" >
187          <set>Qt::AlignRight</set>
188         </property>
189         <property name="suffix" >
190          <string/>
191         </property>
192         <property name="prefix" >
193          <string/>
194         </property>
195         <property name="minimum" >
196          <number>0</number>
197         </property>
198         <property name="value" >
199          <number>0</number>
200         </property>
201        </widget>
202       </item>
203       <item row="0" column="0" >
204        <widget class="QLabel" name="titleLabel" >
205         <property name="text" >
206          <string>_("Title")</string>
207         </property>
208         <property name="buddy" >
209          <cstring>titleSpin</cstring>
210         </property>
211        </widget>
212       </item>
213       <item row="0" column="1" >
214        <widget class="QSpinBox" name="titleSpin" >
215         <property name="autoFillBackground" >
216          <bool>false</bool>
217         </property>
218         <property name="alignment" >
219          <set>Qt::AlignRight</set>
220         </property>
221         <property name="suffix" >
222          <string/>
223         </property>
224         <property name="minimum" >
225          <number>0</number>
226         </property>
227         <property name="value" >
228          <number>0</number>
229         </property>
230        </widget>
231       </item>
232      </layout>
233     </widget>
234    </item>
235    <item>
236     <widget class="QGroupBox" name="diskOptionBox_2" >
237      <property name="title" >
238       <string>_("Audio and Subtitles")</string>
239      </property>
240      <layout class="QGridLayout" >
241       <item row="1" column="0" >
242        <widget class="QLabel" name="audioLabel" >
243         <property name="text" >
244          <string>_("Audio track")</string>
245         </property>
246         <property name="buddy" >
247          <cstring>audioSpin</cstring>
248         </property>
249        </widget>
250       </item>
251       <item row="1" column="1" >
252        <widget class="QSpinBox" name="audioSpin" >
253         <property name="alignment" >
254          <set>Qt::AlignRight</set>
255         </property>
256         <property name="suffix" >
257          <string/>
258         </property>
259         <property name="prefix" >
260          <string/>
261         </property>
262         <property name="minimum" >
263          <number>-1</number>
264         </property>
265         <property name="maximum" >
266          <number>7</number>
267         </property>
268         <property name="value" >
269          <number>-1</number>
270         </property>
271        </widget>
272       </item>
273       <item row="0" column="0" >
274        <widget class="QLabel" name="subtitlesLabel" >
275         <property name="text" >
276          <string>_("Subtitles track")</string>
277         </property>
278         <property name="buddy" >
279          <cstring>subtitlesSpin</cstring>
280         </property>
281        </widget>
282       </item>
283       <item row="0" column="1" >
284        <widget class="QSpinBox" name="subtitlesSpin" >
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      </layout>
306     </widget>
307    </item>
308    <item>
309     <spacer>
310      <property name="orientation" >
311       <enum>Qt::Vertical</enum>
312      </property>
313      <property name="sizeType" >
314       <enum>QSizePolicy::MinimumExpanding</enum>
315      </property>
316      <property name="sizeHint" stdset="0" >
317       <size>
318        <width>181</width>
319        <height>22</height>
320       </size>
321      </property>
322     </spacer>
323    </item>
324   </layout>
325  </widget>
326  <tabstops>
327   <tabstop>dvdRadioButton</tabstop>
328   <tabstop>vcdRadioButton</tabstop>
329   <tabstop>audioCDRadioButton</tabstop>
330   <tabstop>dvdsimple</tabstop>
331   <tabstop>deviceCombo</tabstop>
332   <tabstop>ejectButton</tabstop>
333   <tabstop>browseDiscButton</tabstop>
334   <tabstop>titleSpin</tabstop>
335   <tabstop>chapterSpin</tabstop>
336   <tabstop>subtitlesSpin</tabstop>
337   <tabstop>audioSpin</tabstop>
338  </tabstops>
339  <resources/>
340  <connections/>
341 </ui>