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