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