]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle...
[vlc] / modules / gui / qt4 / ui / open_file.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>OpenFile</class>
4  <widget class="QWidget" name="OpenFile" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>463</width>
10     <height>249</height>
11    </rect>
12   </property>
13   <property name="sizePolicy" >
14    <sizepolicy>
15     <hsizetype>7</hsizetype>
16     <vsizetype>3</vsizetype>
17     <horstretch>0</horstretch>
18     <verstretch>0</verstretch>
19    </sizepolicy>
20   </property>
21   <property name="windowTitle" >
22    <string>Open File</string>
23   </property>
24   <layout class="QGridLayout" >
25    <property name="margin" >
26     <number>9</number>
27    </property>
28    <property name="spacing" >
29     <number>6</number>
30    </property>
31    <item row="4" column="0" colspan="3" >
32     <widget class="QFrame" name="subFrame" >
33      <property name="sizePolicy" >
34       <sizepolicy>
35        <hsizetype>1</hsizetype>
36        <vsizetype>5</vsizetype>
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="frameShape" >
42       <enum>QFrame::StyledPanel</enum>
43      </property>
44      <layout class="QGridLayout" >
45       <property name="margin" >
46        <number>9</number>
47       </property>
48       <property name="spacing" >
49        <number>6</number>
50       </property>
51       <item row="1" column="7" >
52        <spacer>
53         <property name="orientation" >
54          <enum>Qt::Horizontal</enum>
55         </property>
56         <property name="sizeHint" >
57          <size>
58           <width>16</width>
59           <height>20</height>
60          </size>
61         </property>
62        </spacer>
63       </item>
64       <item row="1" column="0" >
65        <spacer>
66         <property name="orientation" >
67          <enum>Qt::Horizontal</enum>
68         </property>
69         <property name="sizeHint" >
70          <size>
71           <width>16</width>
72           <height>20</height>
73          </size>
74         </property>
75        </spacer>
76       </item>
77       <item row="1" column="5" colspan="2" >
78        <widget class="QComboBox" name="alignSubComboBox" >
79         <property name="minimumSize" >
80          <size>
81           <width>80</width>
82           <height>0</height>
83          </size>
84         </property>
85         <property name="currentIndex" >
86          <number>0</number>
87         </property>
88         <property name="insertPolicy" >
89          <enum>QComboBox::NoInsert</enum>
90         </property>
91         <property name="minimumContentsLength" >
92          <number>0</number>
93         </property>
94         <item>
95          <property name="text" >
96           <string>Left</string>
97          </property>
98         </item>
99         <item>
100          <property name="text" >
101           <string>Center</string>
102          </property>
103         </item>
104         <item>
105          <property name="text" >
106           <string>Right</string>
107          </property>
108         </item>
109        </widget>
110       </item>
111       <item row="1" column="4" >
112        <widget class="QLabel" name="alignSubLabel" >
113         <property name="text" >
114          <string>Alignment:</string>
115         </property>
116         <property name="buddy" >
117          <cstring>alignSubLabel</cstring>
118         </property>
119        </widget>
120       </item>
121       <item row="1" column="3" >
122        <spacer>
123         <property name="orientation" >
124          <enum>Qt::Horizontal</enum>
125         </property>
126         <property name="sizeHint" >
127          <size>
128           <width>71</width>
129           <height>26</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item row="1" column="2" >
135        <widget class="QComboBox" name="sizeSubComboBox" >
136         <property name="minimumSize" >
137          <size>
138           <width>100</width>
139           <height>0</height>
140          </size>
141         </property>
142         <item>
143          <property name="text" >
144           <string>Very Small</string>
145          </property>
146         </item>
147         <item>
148          <property name="text" >
149           <string>Small</string>
150          </property>
151         </item>
152         <item>
153          <property name="text" >
154           <string>Normal</string>
155          </property>
156         </item>
157         <item>
158          <property name="text" >
159           <string>Big</string>
160          </property>
161         </item>
162         <item>
163          <property name="text" >
164           <string>Very Big</string>
165          </property>
166         </item>
167        </widget>
168       </item>
169       <item row="1" column="1" >
170        <widget class="QLabel" name="sizeSubLabel" >
171         <property name="text" >
172          <string>Size:</string>
173         </property>
174        </widget>
175       </item>
176       <item row="0" column="0" colspan="6" >
177        <widget class="QComboBox" name="subInput" >
178         <property name="sizePolicy" >
179          <sizepolicy>
180           <hsizetype>7</hsizetype>
181           <vsizetype>0</vsizetype>
182           <horstretch>0</horstretch>
183           <verstretch>0</verstretch>
184          </sizepolicy>
185         </property>
186         <property name="editable" >
187          <bool>true</bool>
188         </property>
189        </widget>
190       </item>
191       <item row="0" column="6" colspan="2" >
192        <widget class="QPushButton" name="subBrowseButton" >
193         <property name="text" >
194          <string>Browse</string>
195         </property>
196        </widget>
197       </item>
198      </layout>
199     </widget>
200    </item>
201    <item row="3" column="0" colspan="2" >
202     <widget class="QCheckBox" name="subCheckBox" >
203      <property name="text" >
204       <string>Use a subtitles file</string>
205      </property>
206     </widget>
207    </item>
208    <item row="2" column="2" >
209     <spacer>
210      <property name="orientation" >
211       <enum>Qt::Vertical</enum>
212      </property>
213      <property name="sizeType" >
214       <enum>QSizePolicy::Fixed</enum>
215      </property>
216      <property name="sizeHint" >
217       <size>
218        <width>273</width>
219        <height>16</height>
220       </size>
221      </property>
222     </spacer>
223    </item>
224    <item row="1" column="1" >
225     <widget class="QLabel" name="fileLabel" >
226      <property name="text" >
227       <string>File / Directory Names;</string>
228      </property>
229     </widget>
230    </item>
231    <item row="1" column="2" >
232     <widget class="QComboBox" name="fileInput" >
233      <property name="sizePolicy" >
234       <sizepolicy>
235        <hsizetype>7</hsizetype>
236        <vsizetype>0</vsizetype>
237        <horstretch>0</horstretch>
238        <verstretch>0</verstretch>
239       </sizepolicy>
240      </property>
241      <property name="editable" >
242       <bool>true</bool>
243      </property>
244      <property name="maxVisibleItems" >
245       <number>7</number>
246      </property>
247     </widget>
248    </item>
249    <item row="5" column="1" colspan="2" >
250     <spacer>
251      <property name="orientation" >
252       <enum>Qt::Vertical</enum>
253      </property>
254      <property name="sizeHint" >
255       <size>
256        <width>200</width>
257        <height>2</height>
258       </size>
259      </property>
260     </spacer>
261    </item>
262    <item row="0" column="1" colspan="2" >
263     <widget class="QWidget" native="1" name="tempWidget" />
264    </item>
265    <item row="1" column="0" >
266     <spacer>
267      <property name="orientation" >
268       <enum>Qt::Horizontal</enum>
269      </property>
270      <property name="sizeType" >
271       <enum>QSizePolicy::Fixed</enum>
272      </property>
273      <property name="sizeHint" >
274       <size>
275        <width>16</width>
276        <height>26</height>
277       </size>
278      </property>
279     </spacer>
280    </item>
281   </layout>
282  </widget>
283  <layoutdefault spacing="0" margin="0" />
284  <resources/>
285  <connections/>
286 </ui>