]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open.ui
Merge branch '0.9.0-libass' of git://git.videolan.org/vlc
[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>586</width>
13     <height>532</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="1" >
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="2" >
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="3" >
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="4" 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="6" >
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="1" colspan="6" >
127        <widget class="Line" name="line" />
128       </item>
129       <item row="2" column="0" colspan="7" >
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="1" colspan="4" >
147        <widget class="QLineEdit" name="slaveText" />
148       </item>
149       <item row="3" column="5" 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="1" 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>_("Customize")</string>
166         </property>
167         <property name="buddy" >
168          <cstring>advancedLineInput</cstring>
169         </property>
170        </widget>
171       </item>
172       <item row="5" column="1" colspan="6" >
173        <widget class="QLineEdit" name="advancedLineInput" >
174         <property name="toolTip" >
175          <string>_("Complete MRL for VLC internal")</string>
176         </property>
177        </widget>
178       </item>
179      </layout>
180     </widget>
181    </item>
182    <item row="3" column="0" >
183     <spacer>
184      <property name="orientation" >
185       <enum>Qt::Horizontal</enum>
186      </property>
187      <property name="sizeHint" stdset="0" >
188       <size>
189        <width>40</width>
190        <height>20</height>
191       </size>
192      </property>
193     </spacer>
194    </item>
195    <item row="3" column="1" >
196     <widget class="QPushButton" name="menuButton" >
197      <property name="sizePolicy" >
198       <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
199        <horstretch>0</horstretch>
200        <verstretch>0</verstretch>
201       </sizepolicy>
202      </property>
203      <property name="maximumSize" >
204       <size>
205        <width>20</width>
206        <height>16777215</height>
207       </size>
208      </property>
209      <property name="focusPolicy" >
210       <enum>Qt::ClickFocus</enum>
211      </property>
212      <property name="contextMenuPolicy" >
213       <enum>Qt::NoContextMenu</enum>
214      </property>
215      <property name="toolTip" >
216       <string>_("Select play mode")</string>
217      </property>
218     </widget>
219    </item>
220    <item row="3" column="2" >
221     <widget class="QPushButton" name="playButton" >
222      <property name="sizePolicy" >
223       <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
224        <horstretch>0</horstretch>
225        <verstretch>0</verstretch>
226       </sizepolicy>
227      </property>
228      <property name="minimumSize" >
229       <size>
230        <width>0</width>
231        <height>0</height>
232       </size>
233      </property>
234      <property name="text" >
235       <string>Play</string>
236      </property>
237      <property name="default" >
238       <bool>true</bool>
239      </property>
240     </widget>
241    </item>
242    <item row="3" column="3" >
243     <widget class="QDialogButtonBox" name="buttonsBox" >
244      <property name="sizePolicy" >
245       <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
246        <horstretch>0</horstretch>
247        <verstretch>0</verstretch>
248       </sizepolicy>
249      </property>
250      <property name="standardButtons" >
251       <set>QDialogButtonBox::NoButton</set>
252      </property>
253     </widget>
254    </item>
255    <item row="4" column="0" colspan="4" >
256     <spacer>
257      <property name="orientation" >
258       <enum>Qt::Vertical</enum>
259      </property>
260      <property name="sizeType" >
261       <enum>QSizePolicy::Preferred</enum>
262      </property>
263      <property name="sizeHint" stdset="0" >
264       <size>
265        <width>20</width>
266        <height>5</height>
267       </size>
268      </property>
269     </spacer>
270    </item>
271   </layout>
272  </widget>
273  <tabstops>
274   <tabstop>Tab</tabstop>
275   <tabstop>advancedCheckBox</tabstop>
276   <tabstop>cacheSpinBox</tabstop>
277   <tabstop>startTimeSpinBox</tabstop>
278   <tabstop>slaveCheckbox</tabstop>
279   <tabstop>slaveText</tabstop>
280   <tabstop>slaveBrowseButton</tabstop>
281   <tabstop>advancedLineInput</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>