]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open.ui
Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles...
[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>350</height>
14    </rect>
15   </property>
16   <property name="windowTitle" >
17    <string>Dialog</string>
18   </property>
19   <layout class="QVBoxLayout" >
20    <property name="margin" >
21     <number>9</number>
22    </property>
23    <property name="spacing" >
24     <number>6</number>
25    </property>
26    <item>
27     <widget class="QTabWidget" name="Tab" >
28      <property name="sizePolicy" >
29       <sizepolicy>
30        <hsizetype>1</hsizetype>
31        <vsizetype>1</vsizetype>
32        <horstretch>0</horstretch>
33        <verstretch>0</verstretch>
34       </sizepolicy>
35      </property>
36      <property name="currentIndex" >
37       <number>-1</number>
38      </property>
39     </widget>
40    </item>
41    <item>
42     <widget class="QCheckBox" name="advancedCheckBox" >
43      <property name="toolTip" >
44       <string>Show extended options</string>
45      </property>
46      <property name="text" >
47       <string>Show &amp;more options</string>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <widget class="QFrame" name="advancedFrame" >
53      <property name="sizePolicy" >
54       <sizepolicy>
55        <hsizetype>1</hsizetype>
56        <vsizetype>5</vsizetype>
57        <horstretch>0</horstretch>
58        <verstretch>0</verstretch>
59       </sizepolicy>
60      </property>
61      <property name="frameShape" >
62       <enum>QFrame::StyledPanel</enum>
63      </property>
64      <layout class="QGridLayout" >
65       <property name="margin" >
66        <number>9</number>
67       </property>
68       <property name="spacing" >
69        <number>6</number>
70       </property>
71       <item row="0" column="2" >
72        <widget class="QLabel" name="label_3" >
73         <property name="text" >
74          <string>Start Time</string>
75         </property>
76        </widget>
77       </item>
78       <item row="0" column="3" colspan="2" >
79        <widget class="QSpinBox" name="startTimeSpinBox" >
80         <property name="sizePolicy" >
81          <sizepolicy>
82           <hsizetype>0</hsizetype>
83           <vsizetype>0</vsizetype>
84           <horstretch>0</horstretch>
85           <verstretch>0</verstretch>
86          </sizepolicy>
87         </property>
88         <property name="alignment" >
89          <set>Qt::AlignRight</set>
90         </property>
91         <property name="suffix" >
92          <string> s</string>
93         </property>
94         <property name="maximum" >
95          <number>999999</number>
96         </property>
97        </widget>
98       </item>
99       <item row="0" column="0" >
100        <widget class="QLabel" name="cacheLabel" >
101         <property name="sizePolicy" >
102          <sizepolicy>
103           <hsizetype>0</hsizetype>
104           <vsizetype>5</vsizetype>
105           <horstretch>0</horstretch>
106           <verstretch>0</verstretch>
107          </sizepolicy>
108         </property>
109         <property name="text" >
110          <string>Caching</string>
111         </property>
112        </widget>
113       </item>
114       <item row="5" column="1" colspan="4" >
115        <widget class="QLineEdit" name="advancedLineInput" />
116       </item>
117       <item row="2" column="0" colspan="5" >
118        <widget class="QCheckBox" name="slaveCheckbox" >
119         <property name="text" >
120          <string>Play another media synchronously (extra audio file, ...)</string>
121         </property>
122        </widget>
123       </item>
124       <item row="4" column="1" colspan="4" >
125        <widget class="Line" name="line" >
126         <property name="orientation" >
127          <enum>Qt::Horizontal</enum>
128         </property>
129        </widget>
130       </item>
131       <item row="5" column="0" >
132        <widget class="QLabel" name="advancedLabel" >
133         <property name="text" >
134          <string>Customize</string>
135         </property>
136        </widget>
137       </item>
138       <item row="3" column="0" >
139        <widget class="QLabel" name="slaveLabel" >
140         <property name="text" >
141          <string>Extra media</string>
142         </property>
143        </widget>
144       </item>
145       <item row="3" column="1" colspan="3" >
146        <widget class="QLineEdit" name="slaveText" />
147       </item>
148       <item row="3" column="4" >
149        <widget class="QToolButton" name="slaveBrowseButton" >
150         <property name="text" >
151          <string>Browse...</string>
152         </property>
153        </widget>
154       </item>
155       <item row="1" column="1" colspan="4" >
156        <widget class="Line" name="line" >
157         <property name="orientation" >
158          <enum>Qt::Horizontal</enum>
159         </property>
160        </widget>
161       </item>
162       <item row="0" column="1" >
163        <widget class="QSpinBox" name="cacheSpinBox" >
164         <property name="sizePolicy" >
165          <sizepolicy>
166           <hsizetype>0</hsizetype>
167           <vsizetype>0</vsizetype>
168           <horstretch>0</horstretch>
169           <verstretch>0</verstretch>
170          </sizepolicy>
171         </property>
172         <property name="alignment" >
173          <set>Qt::AlignRight</set>
174         </property>
175         <property name="suffix" >
176          <string> ms</string>
177         </property>
178         <property name="maximum" >
179          <number>999999</number>
180         </property>
181        </widget>
182       </item>
183      </layout>
184     </widget>
185    </item>
186    <item>
187     <spacer>
188      <property name="orientation" >
189       <enum>Qt::Vertical</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="margin" >
202       <number>0</number>
203      </property>
204      <property name="spacing" >
205       <number>6</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>