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