]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_disk.ui
Qt4 - Open: New way and interface for File Open using an integration of QFileDialog...
[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>539</width>
10     <height>246</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <property name="margin" >
18     <number>9</number>
19    </property>
20    <property name="spacing" >
21     <number>6</number>
22    </property>
23    <item>
24     <widget class="QGroupBox" name="diskGroupBox" >
25      <property name="title" >
26       <string>Disc selection</string>
27      </property>
28      <layout class="QGridLayout" >
29       <property name="margin" >
30        <number>9</number>
31       </property>
32       <property name="spacing" >
33        <number>6</number>
34       </property>
35       <item row="0" column="4" >
36        <widget class="QRadioButton" name="vcdRadioButton" >
37         <property name="text" >
38          <string>SVCD/VCD</string>
39         </property>
40        </widget>
41       </item>
42       <item row="0" column="5" >
43        <spacer>
44         <property name="orientation" >
45          <enum>Qt::Horizontal</enum>
46         </property>
47         <property name="sizeHint" >
48          <size>
49           <width>40</width>
50           <height>20</height>
51          </size>
52         </property>
53        </spacer>
54       </item>
55       <item row="2" column="0" colspan="2" >
56        <widget class="QLabel" name="label" >
57         <property name="text" >
58          <string>Disk device</string>
59         </property>
60        </widget>
61       </item>
62       <item row="0" column="3" >
63        <spacer>
64         <property name="orientation" >
65          <enum>Qt::Horizontal</enum>
66         </property>
67         <property name="sizeHint" >
68          <size>
69           <width>40</width>
70           <height>20</height>
71          </size>
72         </property>
73        </spacer>
74       </item>
75       <item row="0" column="1" colspan="2" >
76        <widget class="QRadioButton" name="dvdRadioButton" >
77         <property name="layoutDirection" >
78          <enum>Qt::LeftToRight</enum>
79         </property>
80         <property name="text" >
81          <string>DVD</string>
82         </property>
83         <property name="checked" >
84          <bool>true</bool>
85         </property>
86        </widget>
87       </item>
88       <item row="2" column="2" colspan="5" >
89        <widget class="QComboBox" name="deviceCombo" >
90         <property name="editable" >
91          <bool>true</bool>
92         </property>
93        </widget>
94       </item>
95       <item row="2" column="7" >
96        <widget class="QToolButton" name="toolButton" >
97         <property name="text" >
98          <string>Browse</string>
99         </property>
100        </widget>
101       </item>
102       <item row="0" column="6" >
103        <widget class="QRadioButton" name="audioCDRadioButton" >
104         <property name="text" >
105          <string>Audio CD</string>
106         </property>
107        </widget>
108       </item>
109       <item row="0" column="0" >
110        <spacer>
111         <property name="orientation" >
112          <enum>Qt::Horizontal</enum>
113         </property>
114         <property name="sizeHint" >
115          <size>
116           <width>21</width>
117           <height>20</height>
118          </size>
119         </property>
120        </spacer>
121       </item>
122       <item row="0" column="7" >
123        <spacer>
124         <property name="orientation" >
125          <enum>Qt::Horizontal</enum>
126         </property>
127         <property name="sizeHint" >
128          <size>
129           <width>40</width>
130           <height>20</height>
131          </size>
132         </property>
133        </spacer>
134       </item>
135       <item row="1" column="1" colspan="6" >
136        <widget class="Line" name="line" >
137         <property name="orientation" >
138          <enum>Qt::Horizontal</enum>
139         </property>
140        </widget>
141       </item>
142      </layout>
143     </widget>
144    </item>
145    <item>
146     <widget class="QGroupBox" name="diskOptionGroupBox" >
147      <property name="sizePolicy" >
148       <sizepolicy>
149        <hsizetype>5</hsizetype>
150        <vsizetype>5</vsizetype>
151        <horstretch>1</horstretch>
152        <verstretch>0</verstretch>
153       </sizepolicy>
154      </property>
155      <property name="title" >
156       <string>Starting position</string>
157      </property>
158      <layout class="QGridLayout" >
159       <property name="margin" >
160        <number>9</number>
161       </property>
162       <property name="spacing" >
163        <number>6</number>
164       </property>
165       <item row="1" column="0" >
166        <widget class="QLabel" name="label_3" >
167         <property name="text" >
168          <string>Chapter</string>
169         </property>
170        </widget>
171       </item>
172       <item row="1" column="1" >
173        <widget class="QSpinBox" name="chapterSpin" >
174         <property name="alignment" >
175          <set>Qt::AlignRight</set>
176         </property>
177         <property name="suffix" >
178          <string/>
179         </property>
180         <property name="prefix" >
181          <string/>
182         </property>
183         <property name="minimum" >
184          <number>-1</number>
185         </property>
186         <property name="value" >
187          <number>-1</number>
188         </property>
189        </widget>
190       </item>
191       <item row="0" column="0" >
192        <widget class="QLabel" name="label_2" >
193         <property name="text" >
194          <string>Title</string>
195         </property>
196        </widget>
197       </item>
198       <item row="0" column="1" >
199        <widget class="QSpinBox" name="titleSpin" >
200         <property name="autoFillBackground" >
201          <bool>false</bool>
202         </property>
203         <property name="alignment" >
204          <set>Qt::AlignRight</set>
205         </property>
206         <property name="suffix" >
207          <string/>
208         </property>
209         <property name="minimum" >
210          <number>-1</number>
211         </property>
212         <property name="value" >
213          <number>-1</number>
214         </property>
215        </widget>
216       </item>
217      </layout>
218     </widget>
219    </item>
220    <item>
221     <spacer>
222      <property name="orientation" >
223       <enum>Qt::Vertical</enum>
224      </property>
225      <property name="sizeHint" >
226       <size>
227        <width>469</width>
228        <height>16</height>
229       </size>
230      </property>
231     </spacer>
232    </item>
233   </layout>
234  </widget>
235  <resources/>
236  <connections/>
237 </ui>