]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open.ui
Simplification of Advanced Open
[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>435</width>
13     <height>441</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>0</hsizetype>
31        <vsizetype>0</vsizetype>
32        <horstretch>0</horstretch>
33        <verstretch>0</verstretch>
34       </sizepolicy>
35      </property>
36      <property name="minimumSize" >
37       <size>
38        <width>417</width>
39        <height>290</height>
40       </size>
41      </property>
42      <property name="currentIndex" >
43       <number>-1</number>
44      </property>
45     </widget>
46    </item>
47    <item>
48     <layout class="QHBoxLayout" >
49      <property name="margin" >
50       <number>0</number>
51      </property>
52      <property name="spacing" >
53       <number>6</number>
54      </property>
55      <item>
56       <spacer>
57        <property name="orientation" >
58         <enum>Qt::Horizontal</enum>
59        </property>
60        <property name="sizeHint" >
61         <size>
62          <width>40</width>
63          <height>20</height>
64         </size>
65        </property>
66       </spacer>
67      </item>
68      <item>
69       <widget class="QPushButton" name="advancedButton" >
70        <property name="text" >
71         <string>More...</string>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <widget class="QFrame" name="advancedFrame" >
79      <property name="frameShape" >
80       <enum>QFrame::StyledPanel</enum>
81      </property>
82      <property name="frameShadow" >
83       <enum>QFrame::Raised</enum>
84      </property>
85      <layout class="QGridLayout" >
86       <property name="margin" >
87        <number>9</number>
88       </property>
89       <property name="spacing" >
90        <number>6</number>
91       </property>
92       <item row="1" column="0" >
93        <widget class="QLabel" name="advancedLabel" >
94         <property name="text" >
95          <string>Personalize:</string>
96         </property>
97         <property name="alignment" >
98          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
99         </property>
100        </widget>
101       </item>
102       <item row="1" column="1" >
103        <spacer>
104         <property name="orientation" >
105          <enum>Qt::Horizontal</enum>
106         </property>
107         <property name="sizeType" >
108          <enum>QSizePolicy::Minimum</enum>
109         </property>
110         <property name="sizeHint" >
111          <size>
112           <width>10</width>
113           <height>20</height>
114          </size>
115         </property>
116        </spacer>
117       </item>
118       <item row="0" column="2" >
119        <widget class="QSpinBox" name="cacheSpinBox" />
120       </item>
121       <item row="0" column="4" >
122        <spacer>
123         <property name="orientation" >
124          <enum>Qt::Horizontal</enum>
125         </property>
126         <property name="sizeHint" >
127          <size>
128           <width>40</width>
129           <height>20</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item row="0" column="1" >
135        <spacer>
136         <property name="orientation" >
137          <enum>Qt::Horizontal</enum>
138         </property>
139         <property name="sizeType" >
140          <enum>QSizePolicy::Minimum</enum>
141         </property>
142         <property name="sizeHint" >
143          <size>
144           <width>10</width>
145           <height>20</height>
146          </size>
147         </property>
148        </spacer>
149       </item>
150       <item row="0" column="0" >
151        <widget class="QLabel" name="cacheLabel" >
152         <property name="text" >
153          <string>Caching:</string>
154         </property>
155         <property name="alignment" >
156          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
157         </property>
158        </widget>
159       </item>
160       <item row="0" column="3" >
161        <widget class="QLabel" name="label" >
162         <property name="text" >
163          <string>ms</string>
164         </property>
165        </widget>
166       </item>
167       <item row="1" column="2" colspan="3" >
168        <widget class="QLineEdit" name="advancedLineInput" />
169       </item>
170      </layout>
171     </widget>
172    </item>
173    <item>
174     <layout class="QHBoxLayout" >
175      <property name="margin" >
176       <number>0</number>
177      </property>
178      <property name="spacing" >
179       <number>6</number>
180      </property>
181      <item>
182       <spacer>
183        <property name="orientation" >
184         <enum>Qt::Horizontal</enum>
185        </property>
186        <property name="sizeHint" >
187         <size>
188          <width>241</width>
189          <height>20</height>
190         </size>
191        </property>
192       </spacer>
193      </item>
194      <item>
195       <widget class="QPushButton" name="cancelButton" >
196        <property name="text" >
197         <string>Cancel</string>
198        </property>
199       </widget>
200      </item>
201      <item>
202       <widget class="QPushButton" name="closeButton" >
203        <property name="text" >
204         <string>Open</string>
205        </property>
206       </widget>
207      </item>
208     </layout>
209    </item>
210   </layout>
211  </widget>
212  <tabstops>
213   <tabstop>advancedButton</tabstop>
214   <tabstop>cacheSpinBox</tabstop>
215   <tabstop>advancedLineInput</tabstop>
216   <tabstop>Tab</tabstop>
217   <tabstop>closeButton</tabstop>
218   <tabstop>cancelButton</tabstop>
219  </tabstops>
220  <resources/>
221  <connections/>
222 </ui>