2 <author>Jean-Baptiste Kempf</author>
3 <class>OpenFile</class>
4 <widget class="QWidget" name="OpenFile" >
5 <property name="geometry" >
13 <property name="sizePolicy" >
14 <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="windowTitle" >
20 <string>_("Open File")</string>
22 <layout class="QGridLayout" >
23 <item row="1" column="1" colspan="2" >
24 <widget class="QComboBox" name="fileInput" >
25 <property name="editable" >
28 <property name="maxVisibleItems" >
33 <item row="1" column="0" >
34 <widget class="QLabel" name="fileLabel" >
35 <property name="maximumSize" >
38 <height>16777215</height>
41 <property name="text" >
42 <string>_("File Names:")</string>
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>
53 <item row="2" column="2" >
55 <property name="orientation" >
56 <enum>Qt::Vertical</enum>
58 <property name="sizeType" >
59 <enum>QSizePolicy::Fixed</enum>
61 <property name="sizeHint" >
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>
74 <property name="text" >
75 <string>_("Use a sub&titles file")</string>
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>
87 <property name="frameShape" >
88 <enum>QFrame::StyledPanel</enum>
90 <layout class="QGridLayout" >
91 <property name="leftMargin" >
94 <property name="topMargin" >
97 <property name="rightMargin" >
100 <property name="bottomMargin" >
103 <property name="horizontalSpacing" >
106 <property name="verticalSpacing" >
109 <item row="1" column="7" >
111 <property name="orientation" >
112 <enum>Qt::Horizontal</enum>
114 <property name="sizeHint" >
122 <item row="1" column="0" >
124 <property name="orientation" >
125 <enum>Qt::Horizontal</enum>
127 <property name="sizeHint" >
135 <item row="1" column="5" colspan="2" >
136 <widget class="QComboBox" name="alignSubComboBox" >
137 <property name="minimumSize" >
143 <property name="currentIndex" >
146 <property name="insertPolicy" >
147 <enum>QComboBox::NoInsert</enum>
149 <property name="minimumContentsLength" >
154 <item row="1" column="4" >
155 <widget class="QLabel" name="alignSubLabel" >
156 <property name="text" >
157 <string>_("Alignment:")</string>
159 <property name="buddy" >
160 <cstring>alignSubLabel</cstring>
164 <item row="1" column="3" >
166 <property name="orientation" >
167 <enum>Qt::Horizontal</enum>
169 <property name="sizeHint" >
177 <item row="1" column="2" >
178 <widget class="QComboBox" name="sizeSubComboBox" >
179 <property name="minimumSize" >
187 <item row="1" column="1" >
188 <widget class="QLabel" name="sizeSubLabel" >
189 <property name="text" >
190 <string>_("Size:")</string>
194 <item row="0" column="0" colspan="6" >
195 <widget class="QComboBox" name="subInput" >
196 <property name="editable" >
201 <item row="0" column="6" colspan="2" >
202 <widget class="QPushButton" name="subBrowseButton" >
203 <property name="toolTip" >
204 <string>_("Select the subtitle file")</string>
206 <property name="text" >
207 <string>_("Browse...")</string>
214 <item row="5" column="0" colspan="3" >
216 <property name="orientation" >
217 <enum>Qt::Vertical</enum>
219 <property name="sizeType" >
220 <enum>QSizePolicy::MinimumExpanding</enum>
222 <property name="sizeHint" >
232 <layoutdefault spacing="0" margin="0" />
234 <tabstop>fileInput</tabstop>
235 <tabstop>subCheckBox</tabstop>
236 <tabstop>subInput</tabstop>
237 <tabstop>subBrowseButton</tabstop>
238 <tabstop>sizeSubComboBox</tabstop>
239 <tabstop>alignSubComboBox</tabstop>