]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open.ui
28a691daa60c9f5f09382ab8b3d44fe9c0c25b50
[vlc] / modules / gui / qt4 / ui / open.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>Open</class>
4  <widget class="QWidget" name="Open" >
5   <property name="enabled" >
6    <bool>true</bool>
7   </property>
8   <property name="geometry" >
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>520</width>
13     <height>665</height>
14    </rect>
15   </property>
16   <property name="sizePolicy" >
17    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="minimumSize" >
23    <size>
24     <width>400</width>
25     <height>0</height>
26    </size>
27   </property>
28   <property name="windowTitle" >
29    <string>Dialog</string>
30   </property>
31   <layout class="QVBoxLayout" >
32    <item>
33     <widget class="QTabWidget" name="Tab" >
34      <property name="sizePolicy" >
35       <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
36        <horstretch>0</horstretch>
37        <verstretch>1</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="minimumSize" >
41       <size>
42        <width>500</width>
43        <height>400</height>
44       </size>
45      </property>
46     </widget>
47    </item>
48    <item>
49     <widget class="QCheckBox" name="advancedCheckBox" >
50      <property name="toolTip" >
51       <string>_("Show extended options")</string>
52      </property>
53      <property name="text" >
54       <string>_("Show &amp;more options")</string>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <widget class="QGroupBox" name="advancedFrame" >
60      <layout class="QGridLayout" >
61       <item row="0" column="0" >
62        <widget class="QLabel" name="cacheLabel" >
63         <property name="text" >
64          <string>_("Caching")</string>
65         </property>
66         <property name="buddy" >
67          <cstring>cacheSpinBox</cstring>
68         </property>
69        </widget>
70       </item>
71       <item row="0" column="1" >
72        <widget class="QSpinBox" name="cacheSpinBox" >
73         <property name="toolTip" >
74          <string>_("Change the caching for the media")</string>
75         </property>
76         <property name="alignment" >
77          <set>Qt::AlignRight</set>
78         </property>
79         <property name="suffix" >
80          <string> ms</string>
81         </property>
82         <property name="maximum" >
83          <number>65535</number>
84         </property>
85        </widget>
86       </item>
87       <item row="0" column="2" >
88        <spacer>
89         <property name="orientation" >
90          <enum>Qt::Horizontal</enum>
91         </property>
92         <property name="sizeHint" stdset="0" >
93          <size>
94           <width>16</width>
95           <height>24</height>
96          </size>
97         </property>
98        </spacer>
99       </item>
100       <item row="0" column="3" >
101        <widget class="QLabel" name="label_3" >
102         <property name="text" >
103          <string>_("Start Time")</string>
104         </property>
105         <property name="buddy" >
106          <cstring>startTimeSpinBox</cstring>
107         </property>
108        </widget>
109       </item>
110       <item row="0" column="4" colspan="2" >
111        <widget class="QSpinBox" name="startTimeSpinBox" >
112         <property name="toolTip" >
113          <string>_("Change the start time for the media")</string>
114         </property>
115         <property name="alignment" >
116          <set>Qt::AlignRight</set>
117         </property>
118         <property name="suffix" >
119          <string> s</string>
120         </property>
121         <property name="maximum" >
122          <number>65535</number>
123         </property>
124        </widget>
125       </item>
126       <item row="0" column="6" >
127        <spacer>
128         <property name="orientation" >
129          <enum>Qt::Horizontal</enum>
130         </property>
131         <property name="sizeHint" stdset="0" >
132          <size>
133           <width>40</width>
134           <height>20</height>
135          </size>
136         </property>
137        </spacer>
138       </item>
139       <item row="1" column="1" colspan="6" >
140        <widget class="Line" name="line" />
141       </item>
142       <item row="2" column="0" colspan="7" >
143        <widget class="QCheckBox" name="slaveCheckbox" >
144         <property name="text" >
145          <string>_("Play another media synchronously (extra audio file, ...)")</string>
146         </property>
147        </widget>
148       </item>
149       <item row="3" column="0" >
150        <widget class="QLabel" name="slaveLabel" >
151         <property name="text" >
152          <string>_("Extra media")</string>
153         </property>
154         <property name="buddy" >
155          <cstring>slaveText</cstring>
156         </property>
157        </widget>
158       </item>
159       <item row="3" column="1" colspan="4" >
160        <widget class="QLineEdit" name="slaveText" />
161       </item>
162       <item row="3" column="5" colspan="2" >
163        <widget class="QPushButton" name="slaveBrowseButton" >
164         <property name="toolTip" >
165          <string>_("Select the file")</string>
166         </property>
167         <property name="text" >
168          <string>_("Browse...")</string>
169         </property>
170        </widget>
171       </item>
172       <item row="4" column="1" colspan="6" >
173        <widget class="Line" name="line" />
174       </item>
175       <item row="5" column="0" >
176        <widget class="QLabel" name="advancedLabel" >
177         <property name="text" >
178          <string>_("Customize")</string>
179         </property>
180         <property name="buddy" >
181          <cstring>advancedLineInput</cstring>
182         </property>
183        </widget>
184       </item>
185       <item row="5" column="1" colspan="6" >
186        <widget class="QLineEdit" name="advancedLineInput" >
187         <property name="toolTip" >
188          <string>_("Complete MRL for VLC internal")</string>
189         </property>
190        </widget>
191       </item>
192      </layout>
193     </widget>
194    </item>
195    <item>
196     <layout class="QHBoxLayout" >
197      <property name="spacing" >
198       <number>0</number>
199      </property>
200      <item>
201       <spacer>
202        <property name="orientation" >
203         <enum>Qt::Horizontal</enum>
204        </property>
205        <property name="sizeHint" stdset="0" >
206         <size>
207          <width>40</width>
208          <height>20</height>
209         </size>
210        </property>
211       </spacer>
212      </item>
213      <item>
214       <widget class="QPushButton" name="menuButton" >
215        <property name="sizePolicy" >
216         <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
217          <horstretch>0</horstretch>
218          <verstretch>0</verstretch>
219         </sizepolicy>
220        </property>
221        <property name="maximumSize" >
222         <size>
223          <width>20</width>
224          <height>16777215</height>
225         </size>
226        </property>
227        <property name="focusPolicy" >
228         <enum>Qt::ClickFocus</enum>
229        </property>
230        <property name="contextMenuPolicy" >
231         <enum>Qt::NoContextMenu</enum>
232        </property>
233       </widget>
234      </item>
235      <item>
236       <widget class="QPushButton" name="playButton" >
237        <property name="sizePolicy" >
238         <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
239          <horstretch>0</horstretch>
240          <verstretch>0</verstretch>
241         </sizepolicy>
242        </property>
243        <property name="minimumSize" >
244         <size>
245          <width>0</width>
246          <height>0</height>
247         </size>
248        </property>
249        <property name="text" >
250         <string>Play</string>
251        </property>
252        <property name="default" >
253         <bool>true</bool>
254        </property>
255       </widget>
256      </item>
257      <item>
258       <widget class="QDialogButtonBox" name="buttonsBox" >
259        <property name="sizePolicy" >
260         <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
261          <horstretch>0</horstretch>
262          <verstretch>0</verstretch>
263         </sizepolicy>
264        </property>
265        <property name="standardButtons" >
266         <set>QDialogButtonBox::NoButton</set>
267        </property>
268       </widget>
269      </item>
270     </layout>
271    </item>
272    <item>
273     <spacer>
274      <property name="orientation" >
275       <enum>Qt::Vertical</enum>
276      </property>
277      <property name="sizeType" >
278       <enum>QSizePolicy::Preferred</enum>
279      </property>
280      <property name="sizeHint" stdset="0" >
281       <size>
282        <width>20</width>
283        <height>5</height>
284       </size>
285      </property>
286     </spacer>
287    </item>
288   </layout>
289  </widget>
290  <tabstops>
291   <tabstop>Tab</tabstop>
292   <tabstop>advancedCheckBox</tabstop>
293   <tabstop>cacheSpinBox</tabstop>
294   <tabstop>startTimeSpinBox</tabstop>
295   <tabstop>slaveCheckbox</tabstop>
296   <tabstop>slaveText</tabstop>
297   <tabstop>slaveBrowseButton</tabstop>
298   <tabstop>advancedLineInput</tabstop>
299   <tabstop>playButton</tabstop>
300   <tabstop>menuButton</tabstop>
301   <tabstop>buttonsBox</tabstop>
302  </tabstops>
303  <resources/>
304  <connections>
305   <connection>
306    <sender>slaveCheckbox</sender>
307    <signal>clicked(bool)</signal>
308    <receiver>slaveLabel</receiver>
309    <slot>setVisible(bool)</slot>
310    <hints>
311     <hint type="sourcelabel" >
312      <x>54</x>
313      <y>384</y>
314     </hint>
315     <hint type="destinationlabel" >
316      <x>63</x>
317      <y>410</y>
318     </hint>
319    </hints>
320   </connection>
321   <connection>
322    <sender>slaveCheckbox</sender>
323    <signal>clicked(bool)</signal>
324    <receiver>slaveText</receiver>
325    <slot>setVisible(bool)</slot>
326    <hints>
327     <hint type="sourcelabel" >
328      <x>127</x>
329      <y>387</y>
330     </hint>
331     <hint type="destinationlabel" >
332      <x>136</x>
333      <y>406</y>
334     </hint>
335    </hints>
336   </connection>
337   <connection>
338    <sender>slaveCheckbox</sender>
339    <signal>clicked(bool)</signal>
340    <receiver>slaveBrowseButton</receiver>
341    <slot>setVisible(bool)</slot>
342    <hints>
343     <hint type="sourcelabel" >
344      <x>219</x>
345      <y>102</y>
346     </hint>
347     <hint type="destinationlabel" >
348      <x>386</x>
349      <y>131</y>
350     </hint>
351    </hints>
352   </connection>
353  </connections>
354 </ui>