]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
Qt4 - fix compilation on QT4.2
[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>500</width>
10     <height>216</height>
11    </rect>
12   </property>
13   <property name="sizePolicy" >
14    <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle" >
20    <string>_("Open File")</string>
21   </property>
22   <layout class="QGridLayout" >
23    <item row="1" column="1" colspan="2" >
24     <widget class="QComboBox" name="fileInput" >
25      <property name="editable" >
26       <bool>true</bool>
27      </property>
28      <property name="maxVisibleItems" >
29       <number>7</number>
30      </property>
31     </widget>
32    </item>
33    <item row="1" column="0" >
34     <widget class="QLabel" name="fileLabel" >
35      <property name="maximumSize" >
36       <size>
37        <width>85</width>
38        <height>16777215</height>
39       </size>
40      </property>
41      <property name="text" >
42       <string>_("File Names:")</string>
43      </property>
44     </widget>
45    </item>
46    <item row="0" column="0" colspan="3" >
47     <widget class="QWidget" native="1" name="tempWidget" >
48      <property name="toolTip" >
49       <string>_("Choose one or more media file to open")</string>
50      </property>
51     </widget>
52    </item>
53    <item row="2" column="2" >
54     <spacer>
55      <property name="orientation" >
56       <enum>Qt::Vertical</enum>
57      </property>
58      <property name="sizeType" >
59       <enum>QSizePolicy::Fixed</enum>
60      </property>
61      <property name="sizeHint" >
62       <size>
63        <width>273</width>
64        <height>14</height>
65       </size>
66      </property>
67     </spacer>
68    </item>
69    <item row="3" column="0" colspan="2" >
70     <widget class="QCheckBox" name="subCheckBox" >
71      <property name="toolTip" >
72       <string>_("Add a subtitle file")</string>
73      </property>
74      <property name="text" >
75       <string>_("Use a sub&amp;titles file")</string>
76      </property>
77     </widget>
78    </item>
79    <item row="4" column="0" colspan="3" >
80     <widget class="QFrame" name="subFrame" >
81      <property name="sizePolicy" >
82       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
83        <horstretch>0</horstretch>
84        <verstretch>0</verstretch>
85       </sizepolicy>
86      </property>
87      <property name="frameShape" >
88       <enum>QFrame::StyledPanel</enum>
89      </property>
90      <layout class="QGridLayout" >
91       <item row="1" column="7" >
92        <spacer>
93         <property name="orientation" >
94          <enum>Qt::Horizontal</enum>
95         </property>
96         <property name="sizeHint" >
97          <size>
98           <width>16</width>
99           <height>20</height>
100          </size>
101         </property>
102        </spacer>
103       </item>
104       <item row="1" column="0" >
105        <spacer>
106         <property name="orientation" >
107          <enum>Qt::Horizontal</enum>
108         </property>
109         <property name="sizeHint" >
110          <size>
111           <width>16</width>
112           <height>20</height>
113          </size>
114         </property>
115        </spacer>
116       </item>
117       <item row="1" column="5" colspan="2" >
118        <widget class="QComboBox" name="alignSubComboBox" >
119         <property name="minimumSize" >
120          <size>
121           <width>100</width>
122           <height>0</height>
123          </size>
124         </property>
125         <property name="currentIndex" >
126          <number>-1</number>
127         </property>
128         <property name="insertPolicy" >
129          <enum>QComboBox::NoInsert</enum>
130         </property>
131         <property name="minimumContentsLength" >
132          <number>0</number>
133         </property>
134        </widget>
135       </item>
136       <item row="1" column="4" >
137        <widget class="QLabel" name="alignSubLabel" >
138         <property name="text" >
139          <string>_("Alignment:")</string>
140         </property>
141         <property name="buddy" >
142          <cstring>alignSubLabel</cstring>
143         </property>
144        </widget>
145       </item>
146       <item row="1" column="3" >
147        <spacer>
148         <property name="orientation" >
149          <enum>Qt::Horizontal</enum>
150         </property>
151         <property name="sizeHint" >
152          <size>
153           <width>71</width>
154           <height>26</height>
155          </size>
156         </property>
157        </spacer>
158       </item>
159       <item row="1" column="2" >
160        <widget class="QComboBox" name="sizeSubComboBox" >
161         <property name="minimumSize" >
162          <size>
163           <width>100</width>
164           <height>0</height>
165          </size>
166         </property>
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="editable" >
179          <bool>true</bool>
180         </property>
181        </widget>
182       </item>
183       <item row="0" column="6" colspan="2" >
184        <widget class="QPushButton" name="subBrowseButton" >
185         <property name="toolTip" >
186          <string>_("Select the subtitle file")</string>
187         </property>
188         <property name="text" >
189          <string>_("Browse...")</string>
190         </property>
191        </widget>
192       </item>
193      </layout>
194     </widget>
195    </item>
196    <item row="5" column="0" colspan="3" >
197     <spacer>
198      <property name="orientation" >
199       <enum>Qt::Vertical</enum>
200      </property>
201      <property name="sizeType" >
202       <enum>QSizePolicy::MinimumExpanding</enum>
203      </property>
204      <property name="sizeHint" >
205       <size>
206        <width>200</width>
207        <height>2</height>
208       </size>
209      </property>
210     </spacer>
211    </item>
212   </layout>
213  </widget>
214  <layoutdefault spacing="0" margin="0" />
215  <tabstops>
216   <tabstop>fileInput</tabstop>
217   <tabstop>subCheckBox</tabstop>
218   <tabstop>subInput</tabstop>
219   <tabstop>subBrowseButton</tabstop>
220   <tabstop>sizeSubComboBox</tabstop>
221   <tabstop>alignSubComboBox</tabstop>
222  </tabstops>
223  <resources/>
224  <connections/>
225 </ui>