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