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