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