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