]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
String consistency.
[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>530</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="0" column="0" >
24     <widget class="QWidget" native="1" name="tempWidget" >
25      <property name="toolTip" >
26       <string>_("Choose one or more media file to open")</string>
27      </property>
28     </widget>
29    </item>
30    <item row="1" column="0" >
31     <spacer>
32      <property name="orientation" >
33       <enum>Qt::Vertical</enum>
34      </property>
35      <property name="sizeType" >
36       <enum>QSizePolicy::Fixed</enum>
37      </property>
38      <property name="sizeHint" stdset="0" >
39       <size>
40        <width>273</width>
41        <height>16</height>
42       </size>
43      </property>
44     </spacer>
45    </item>
46    <item row="2" column="0" >
47     <widget class="QCheckBox" name="subCheckBox" >
48      <property name="toolTip" >
49       <string>_("Add a subtitles file")</string>
50      </property>
51      <property name="text" >
52       <string>_("Use a sub&amp;titles file")</string>
53      </property>
54     </widget>
55    </item>
56    <item row="3" column="0" >
57     <widget class="QFrame" name="subFrame" >
58      <property name="sizePolicy" >
59       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
60        <horstretch>0</horstretch>
61        <verstretch>0</verstretch>
62       </sizepolicy>
63      </property>
64      <property name="frameShape" >
65       <enum>QFrame::StyledPanel</enum>
66      </property>
67      <layout class="QGridLayout" >
68       <item row="1" column="0" >
69        <spacer>
70         <property name="orientation" >
71          <enum>Qt::Horizontal</enum>
72         </property>
73         <property name="sizeHint" stdset="0" >
74          <size>
75           <width>16</width>
76           <height>20</height>
77          </size>
78         </property>
79        </spacer>
80       </item>
81       <item row="1" column="1" >
82        <widget class="QLabel" name="sizeSubLabel" >
83         <property name="sizePolicy" >
84          <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
85           <horstretch>0</horstretch>
86           <verstretch>0</verstretch>
87          </sizepolicy>
88         </property>
89         <property name="text" >
90          <string>_("Size:")</string>
91         </property>
92        </widget>
93       </item>
94       <item row="1" column="2" >
95        <widget class="QComboBox" name="sizeSubComboBox" >
96         <property name="minimumSize" >
97          <size>
98           <width>100</width>
99           <height>0</height>
100          </size>
101         </property>
102        </widget>
103       </item>
104       <item row="1" column="3" >
105        <spacer>
106         <property name="orientation" >
107          <enum>Qt::Horizontal</enum>
108         </property>
109         <property name="sizeHint" stdset="0" >
110          <size>
111           <width>30</width>
112           <height>26</height>
113          </size>
114         </property>
115        </spacer>
116       </item>
117       <item row="1" column="4" >
118        <widget class="QLabel" name="alignSubLabel" >
119         <property name="sizePolicy" >
120          <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
121           <horstretch>0</horstretch>
122           <verstretch>0</verstretch>
123          </sizepolicy>
124         </property>
125         <property name="text" >
126          <string>_("Alignment:")</string>
127         </property>
128        </widget>
129       </item>
130       <item row="1" column="5" >
131        <widget class="QComboBox" name="alignSubComboBox" >
132         <property name="minimumSize" >
133          <size>
134           <width>100</width>
135           <height>0</height>
136          </size>
137         </property>
138        </widget>
139       </item>
140       <item row="1" column="6" colspan="2" >
141        <spacer>
142         <property name="orientation" >
143          <enum>Qt::Horizontal</enum>
144         </property>
145         <property name="sizeHint" stdset="0" >
146          <size>
147           <width>16</width>
148           <height>20</height>
149          </size>
150         </property>
151        </spacer>
152       </item>
153       <item row="0" column="0" colspan="6" >
154        <widget class="QLineEdit" name="subInput" >
155         <property name="sizePolicy" >
156          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
157           <horstretch>0</horstretch>
158           <verstretch>0</verstretch>
159          </sizepolicy>
160         </property>
161        </widget>
162       </item>
163       <item row="0" column="6" colspan="2" >
164        <widget class="QPushButton" name="subBrowseButton" >
165         <property name="sizePolicy" >
166          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
167           <horstretch>0</horstretch>
168           <verstretch>0</verstretch>
169          </sizepolicy>
170         </property>
171         <property name="minimumSize" >
172          <size>
173           <width>100</width>
174           <height>0</height>
175          </size>
176         </property>
177         <property name="toolTip" >
178          <string>_("Select the subtitles file")</string>
179         </property>
180         <property name="text" >
181          <string>_("Browse...")</string>
182         </property>
183        </widget>
184       </item>
185      </layout>
186     </widget>
187    </item>
188   </layout>
189  </widget>
190  <tabstops>
191   <tabstop>subCheckBox</tabstop>
192   <tabstop>subInput</tabstop>
193   <tabstop>subBrowseButton</tabstop>
194   <tabstop>sizeSubComboBox</tabstop>
195   <tabstop>alignSubComboBox</tabstop>
196  </tabstops>
197  <resources/>
198  <connections/>
199 </ui>