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