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