]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
Qt4 - Open: New way and interface for File Open using an integration of QFileDialog...
[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>400</width>
10     <height>210</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="1" column="0" >
32     <spacer>
33      <property name="orientation" >
34       <enum>Qt::Horizontal</enum>
35      </property>
36      <property name="sizeType" >
37       <enum>QSizePolicy::Fixed</enum>
38      </property>
39      <property name="sizeHint" >
40       <size>
41        <width>3</width>
42        <height>20</height>
43       </size>
44      </property>
45     </spacer>
46    </item>
47    <item row="3" column="0" colspan="3" >
48     <widget class="QGroupBox" name="subGroupBox" >
49      <property name="sizePolicy" >
50       <sizepolicy>
51        <hsizetype>1</hsizetype>
52        <vsizetype>5</vsizetype>
53        <horstretch>0</horstretch>
54        <verstretch>0</verstretch>
55       </sizepolicy>
56      </property>
57      <property name="title" >
58       <string>Use a subtitles file</string>
59      </property>
60      <property name="checkable" >
61       <bool>true</bool>
62      </property>
63      <property name="checked" >
64       <bool>false</bool>
65      </property>
66      <layout class="QGridLayout" >
67       <property name="margin" >
68        <number>6</number>
69       </property>
70       <property name="spacing" >
71        <number>5</number>
72       </property>
73       <item row="0" column="4" >
74        <widget class="QPushButton" name="subBrowseButton" >
75         <property name="text" >
76          <string>Browse</string>
77         </property>
78        </widget>
79       </item>
80       <item row="0" column="0" colspan="4" >
81        <widget class="QComboBox" name="subInput" >
82         <property name="sizePolicy" >
83          <sizepolicy>
84           <hsizetype>7</hsizetype>
85           <vsizetype>0</vsizetype>
86           <horstretch>0</horstretch>
87           <verstretch>0</verstretch>
88          </sizepolicy>
89         </property>
90         <property name="editable" >
91          <bool>true</bool>
92         </property>
93        </widget>
94       </item>
95       <item row="1" column="1" >
96        <widget class="QComboBox" name="sizeSubComboBox" >
97         <property name="minimumSize" >
98          <size>
99           <width>100</width>
100           <height>0</height>
101          </size>
102         </property>
103         <item>
104          <property name="text" >
105           <string>Very Small</string>
106          </property>
107         </item>
108         <item>
109          <property name="text" >
110           <string>Small</string>
111          </property>
112         </item>
113         <item>
114          <property name="text" >
115           <string>Normal</string>
116          </property>
117         </item>
118         <item>
119          <property name="text" >
120           <string>Big</string>
121          </property>
122         </item>
123         <item>
124          <property name="text" >
125           <string>Very Big</string>
126          </property>
127         </item>
128        </widget>
129       </item>
130       <item row="1" column="2" >
131        <spacer>
132         <property name="orientation" >
133          <enum>Qt::Horizontal</enum>
134         </property>
135         <property name="sizeHint" >
136          <size>
137           <width>40</width>
138           <height>20</height>
139          </size>
140         </property>
141        </spacer>
142       </item>
143       <item row="1" column="4" >
144        <widget class="QComboBox" name="alignSubComboBox" >
145         <property name="minimumSize" >
146          <size>
147           <width>80</width>
148           <height>0</height>
149          </size>
150         </property>
151         <property name="currentIndex" >
152          <number>0</number>
153         </property>
154         <property name="insertPolicy" >
155          <enum>QComboBox::NoInsert</enum>
156         </property>
157         <property name="minimumContentsLength" >
158          <number>0</number>
159         </property>
160         <item>
161          <property name="text" >
162           <string>Left</string>
163          </property>
164         </item>
165         <item>
166          <property name="text" >
167           <string>Center</string>
168          </property>
169         </item>
170         <item>
171          <property name="text" >
172           <string>Right</string>
173          </property>
174         </item>
175        </widget>
176       </item>
177       <item row="1" column="0" >
178        <widget class="QLabel" name="sizeSubLabel" >
179         <property name="text" >
180          <string>Size:</string>
181         </property>
182        </widget>
183       </item>
184       <item row="1" column="3" >
185        <widget class="QLabel" name="alignSubLabel" >
186         <property name="text" >
187          <string>Alignment:</string>
188         </property>
189         <property name="buddy" >
190          <cstring>alignSubLabel</cstring>
191         </property>
192        </widget>
193       </item>
194      </layout>
195     </widget>
196    </item>
197    <item row="0" column="1" colspan="2" >
198     <widget class="QWidget" native="1" name="tempWidget" />
199    </item>
200    <item row="1" column="2" >
201     <widget class="QComboBox" name="fileInput" >
202      <property name="sizePolicy" >
203       <sizepolicy>
204        <hsizetype>7</hsizetype>
205        <vsizetype>0</vsizetype>
206        <horstretch>0</horstretch>
207        <verstretch>0</verstretch>
208       </sizepolicy>
209      </property>
210      <property name="editable" >
211       <bool>true</bool>
212      </property>
213      <property name="maxVisibleItems" >
214       <number>7</number>
215      </property>
216     </widget>
217    </item>
218    <item row="1" column="1" >
219     <widget class="QLabel" name="fileLabel" >
220      <property name="text" >
221       <string>File / Directory Names;</string>
222      </property>
223     </widget>
224    </item>
225    <item row="2" column="2" >
226     <spacer>
227      <property name="orientation" >
228       <enum>Qt::Vertical</enum>
229      </property>
230      <property name="sizeType" >
231       <enum>QSizePolicy::Fixed</enum>
232      </property>
233      <property name="sizeHint" >
234       <size>
235        <width>273</width>
236        <height>16</height>
237       </size>
238      </property>
239     </spacer>
240    </item>
241    <item row="4" column="1" colspan="2" >
242     <spacer>
243      <property name="orientation" >
244       <enum>Qt::Vertical</enum>
245      </property>
246      <property name="sizeHint" >
247       <size>
248        <width>525</width>
249        <height>31</height>
250       </size>
251      </property>
252     </spacer>
253    </item>
254   </layout>
255  </widget>
256  <layoutdefault spacing="0" margin="0" />
257  <resources/>
258  <connections/>
259 </ui>