]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open.ui
Fix most of the Open Dialog resizing on linux Close #1446
[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>543</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="QFrame" name="advancedFrame" >
60      <property name="frameShape" >
61       <enum>QFrame::StyledPanel</enum>
62      </property>
63      <layout class="QGridLayout" >
64       <item row="0" column="0" >
65        <widget class="QLabel" name="cacheLabel" >
66         <property name="text" >
67          <string>_("Caching")</string>
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" >
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        </widget>
106       </item>
107       <item row="0" column="4" colspan="2" >
108        <widget class="QSpinBox" name="startTimeSpinBox" >
109         <property name="toolTip" >
110          <string>_("Change the start time for the media")</string>
111         </property>
112         <property name="alignment" >
113          <set>Qt::AlignRight</set>
114         </property>
115         <property name="suffix" >
116          <string> s</string>
117         </property>
118         <property name="maximum" >
119          <number>65535</number>
120         </property>
121        </widget>
122       </item>
123       <item row="0" column="6" >
124        <spacer>
125         <property name="orientation" >
126          <enum>Qt::Horizontal</enum>
127         </property>
128         <property name="sizeHint" >
129          <size>
130           <width>40</width>
131           <height>20</height>
132          </size>
133         </property>
134        </spacer>
135       </item>
136       <item row="1" column="1" colspan="6" >
137        <widget class="Line" name="line" />
138       </item>
139       <item row="2" column="0" colspan="7" >
140        <widget class="QCheckBox" name="slaveCheckbox" >
141         <property name="text" >
142          <string>_("Play another media synchronously (extra audio file, ...)")</string>
143         </property>
144        </widget>
145       </item>
146       <item row="3" column="0" >
147        <widget class="QLabel" name="slaveLabel" >
148         <property name="text" >
149          <string>_("Extra media")</string>
150         </property>
151        </widget>
152       </item>
153       <item row="3" column="1" colspan="4" >
154        <widget class="QLineEdit" name="slaveText" />
155       </item>
156       <item row="3" column="5" colspan="2" >
157        <widget class="QPushButton" name="slaveBrowseButton" >
158         <property name="toolTip" >
159          <string>_("Select the file")</string>
160         </property>
161         <property name="text" >
162          <string>_("Browse...")</string>
163         </property>
164        </widget>
165       </item>
166       <item row="4" column="1" colspan="6" >
167        <widget class="Line" name="line" />
168       </item>
169       <item row="5" column="0" >
170        <widget class="QLabel" name="advancedLabel" >
171         <property name="text" >
172          <string>_("Customize")</string>
173         </property>
174        </widget>
175       </item>
176       <item row="5" column="1" colspan="6" >
177        <widget class="QLineEdit" name="advancedLineInput" >
178         <property name="toolTip" >
179          <string>_("Complete MRL for VLC internal")</string>
180         </property>
181        </widget>
182       </item>
183      </layout>
184     </widget>
185    </item>
186    <item>
187     <layout class="QHBoxLayout" >
188      <property name="spacing" >
189       <number>0</number>
190      </property>
191      <item>
192       <spacer>
193        <property name="orientation" >
194         <enum>Qt::Horizontal</enum>
195        </property>
196        <property name="sizeHint" >
197         <size>
198          <width>40</width>
199          <height>20</height>
200         </size>
201        </property>
202       </spacer>
203      </item>
204      <item>
205       <widget class="QPushButton" name="menuButton" >
206        <property name="sizePolicy" >
207         <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
208          <horstretch>0</horstretch>
209          <verstretch>0</verstretch>
210         </sizepolicy>
211        </property>
212        <property name="maximumSize" >
213         <size>
214          <width>20</width>
215          <height>16777215</height>
216         </size>
217        </property>
218        <property name="focusPolicy" >
219         <enum>Qt::ClickFocus</enum>
220        </property>
221        <property name="contextMenuPolicy" >
222         <enum>Qt::NoContextMenu</enum>
223        </property>
224       </widget>
225      </item>
226      <item>
227       <widget class="QPushButton" name="playButton" >
228        <property name="sizePolicy" >
229         <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
230          <horstretch>0</horstretch>
231          <verstretch>0</verstretch>
232         </sizepolicy>
233        </property>
234        <property name="minimumSize" >
235         <size>
236          <width>0</width>
237          <height>0</height>
238         </size>
239        </property>
240        <property name="text" >
241         <string>Play</string>
242        </property>
243        <property name="default" >
244         <bool>true</bool>
245        </property>
246       </widget>
247      </item>
248      <item>
249       <widget class="QDialogButtonBox" name="buttonsBox" >
250        <property name="sizePolicy" >
251         <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
252          <horstretch>0</horstretch>
253          <verstretch>0</verstretch>
254         </sizepolicy>
255        </property>
256        <property name="standardButtons" >
257         <set>QDialogButtonBox::NoButton</set>
258        </property>
259       </widget>
260      </item>
261     </layout>
262    </item>
263    <item>
264     <spacer>
265      <property name="orientation" >
266       <enum>Qt::Vertical</enum>
267      </property>
268      <property name="sizeType" >
269       <enum>QSizePolicy::Preferred</enum>
270      </property>
271      <property name="sizeHint" >
272       <size>
273        <width>20</width>
274        <height>5</height>
275       </size>
276      </property>
277     </spacer>
278    </item>
279   </layout>
280  </widget>
281  <tabstops>
282   <tabstop>Tab</tabstop>
283   <tabstop>advancedCheckBox</tabstop>
284   <tabstop>cacheSpinBox</tabstop>
285   <tabstop>startTimeSpinBox</tabstop>
286   <tabstop>slaveCheckbox</tabstop>
287   <tabstop>advancedLineInput</tabstop>
288   <tabstop>slaveText</tabstop>
289   <tabstop>slaveBrowseButton</tabstop>
290   <tabstop>buttonsBox</tabstop>
291  </tabstops>
292  <resources/>
293  <connections>
294   <connection>
295    <sender>slaveCheckbox</sender>
296    <signal>clicked(bool)</signal>
297    <receiver>slaveLabel</receiver>
298    <slot>setVisible(bool)</slot>
299    <hints>
300     <hint type="sourcelabel" >
301      <x>54</x>
302      <y>384</y>
303     </hint>
304     <hint type="destinationlabel" >
305      <x>63</x>
306      <y>410</y>
307     </hint>
308    </hints>
309   </connection>
310   <connection>
311    <sender>slaveCheckbox</sender>
312    <signal>clicked(bool)</signal>
313    <receiver>slaveText</receiver>
314    <slot>setVisible(bool)</slot>
315    <hints>
316     <hint type="sourcelabel" >
317      <x>127</x>
318      <y>387</y>
319     </hint>
320     <hint type="destinationlabel" >
321      <x>136</x>
322      <y>406</y>
323     </hint>
324    </hints>
325   </connection>
326   <connection>
327    <sender>slaveCheckbox</sender>
328    <signal>clicked(bool)</signal>
329    <receiver>slaveBrowseButton</receiver>
330    <slot>setVisible(bool)</slot>
331    <hints>
332     <hint type="sourcelabel" >
333      <x>219</x>
334      <y>102</y>
335     </hint>
336     <hint type="destinationlabel" >
337      <x>386</x>
338      <y>131</y>
339     </hint>
340    </hints>
341   </connection>
342  </connections>
343 </ui>