]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
c4795880d93de6189116a1064eea0b2e7f5e7a96
[vlc] / modules / gui / qt4 / ui / open_file.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>OpenFile</class>
5  <widget class="QWidget" name="OpenFile">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>566</width>
11     <height>344</height>
12    </rect>
13   </property>
14   <property name="sizePolicy">
15    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle">
21    <string>Open File</string>
22   </property>
23   <layout class="QGridLayout" name="gridLayout">
24    <item row="0" column="0">
25     <widget class="QGroupBox" name="tempWidget">
26      <property name="toolTip">
27       <string>Choose one or more media file to open</string>
28      </property>
29      <property name="title">
30       <string>File Selection</string>
31      </property>
32      <layout class="QGridLayout" name="gridLayout1">
33       <item row="0" column="0" colspan="3">
34        <widget class="QLabel" name="label">
35         <property name="text">
36          <string>You can select local files with the following list and buttons.</string>
37         </property>
38        </widget>
39       </item>
40       <item row="1" column="0" rowspan="3" colspan="2">
41        <widget class="QListWidget" name="fileListWidg">
42         <property name="maximumSize">
43          <size>
44           <width>16777215</width>
45           <height>100</height>
46          </size>
47         </property>
48         <property name="contextMenuPolicy">
49          <enum>Qt::DefaultContextMenu</enum>
50         </property>
51         <property name="verticalScrollBarPolicy">
52          <enum>Qt::ScrollBarAsNeeded</enum>
53         </property>
54         <property name="horizontalScrollBarPolicy">
55          <enum>Qt::ScrollBarAlwaysOff</enum>
56         </property>
57         <property name="editTriggers">
58          <set>QAbstractItemView::AllEditTriggers</set>
59         </property>
60         <property name="alternatingRowColors">
61          <bool>true</bool>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="2">
66        <widget class="QPushButton" name="fileBrowseButton">
67         <property name="text">
68          <string>Add...</string>
69         </property>
70        </widget>
71       </item>
72       <item row="2" column="2">
73        <widget class="QPushButton" name="delFileButton">
74         <property name="sizePolicy">
75          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
76           <horstretch>0</horstretch>
77           <verstretch>0</verstretch>
78          </sizepolicy>
79         </property>
80         <property name="text">
81          <string>Delete</string>
82         </property>
83        </widget>
84       </item>
85      </layout>
86     </widget>
87    </item>
88    <item row="1" column="0">
89     <widget class="QCheckBox" name="subCheckBox">
90      <property name="toolTip">
91       <string>Add a subtitles file</string>
92      </property>
93      <property name="text">
94       <string>Use a sub&amp;titles file</string>
95      </property>
96     </widget>
97    </item>
98    <item row="2" column="0">
99     <widget class="QFrame" name="subFrame">
100      <property name="sizePolicy">
101       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
102        <horstretch>0</horstretch>
103        <verstretch>0</verstretch>
104       </sizepolicy>
105      </property>
106      <property name="frameShape">
107       <enum>QFrame::StyledPanel</enum>
108      </property>
109      <layout class="QGridLayout" name="gridLayout2">
110       <item row="1" column="0">
111        <spacer>
112         <property name="orientation">
113          <enum>Qt::Horizontal</enum>
114         </property>
115         <property name="sizeHint" stdset="0">
116          <size>
117           <width>16</width>
118           <height>20</height>
119          </size>
120         </property>
121        </spacer>
122       </item>
123       <item row="1" column="3">
124        <spacer>
125         <property name="orientation">
126          <enum>Qt::Horizontal</enum>
127         </property>
128         <property name="sizeHint" stdset="0">
129          <size>
130           <width>30</width>
131           <height>26</height>
132          </size>
133         </property>
134        </spacer>
135       </item>
136       <item row="1" column="7">
137        <spacer>
138         <property name="orientation">
139          <enum>Qt::Horizontal</enum>
140         </property>
141         <property name="sizeHint" stdset="0">
142          <size>
143           <width>16</width>
144           <height>20</height>
145          </size>
146         </property>
147        </spacer>
148       </item>
149       <item row="1" column="1">
150        <widget class="QLabel" name="sizeSubLabel">
151         <property name="sizePolicy">
152          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
153           <horstretch>0</horstretch>
154           <verstretch>0</verstretch>
155          </sizepolicy>
156         </property>
157         <property name="text">
158          <string>Size:</string>
159         </property>
160         <property name="buddy">
161          <cstring>sizeSubComboBox</cstring>
162         </property>
163        </widget>
164       </item>
165       <item row="1" column="2">
166        <widget class="QComboBox" name="sizeSubComboBox">
167         <property name="minimumSize">
168          <size>
169           <width>100</width>
170           <height>0</height>
171          </size>
172         </property>
173        </widget>
174       </item>
175       <item row="1" column="4">
176        <widget class="QLabel" name="alignSubLabel">
177         <property name="sizePolicy">
178          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
179           <horstretch>0</horstretch>
180           <verstretch>0</verstretch>
181          </sizepolicy>
182         </property>
183         <property name="text">
184          <string>Alignment:</string>
185         </property>
186         <property name="buddy">
187          <cstring>alignSubComboBox</cstring>
188         </property>
189        </widget>
190       </item>
191       <item row="1" column="5" colspan="2">
192        <widget class="QComboBox" name="alignSubComboBox">
193         <property name="minimumSize">
194          <size>
195           <width>100</width>
196           <height>0</height>
197          </size>
198         </property>
199        </widget>
200       </item>
201       <item row="0" column="0" colspan="6">
202        <widget class="QLineEdit" name="subInput"/>
203       </item>
204       <item row="0" column="6" colspan="2">
205        <widget class="QPushButton" name="subBrowseButton">
206         <property name="minimumSize">
207          <size>
208           <width>100</width>
209           <height>0</height>
210          </size>
211         </property>
212         <property name="toolTip">
213          <string>Select the subtitles file</string>
214         </property>
215         <property name="text">
216          <string>Browse...</string>
217         </property>
218        </widget>
219       </item>
220      </layout>
221     </widget>
222    </item>
223    <item row="3" column="0">
224     <spacer>
225      <property name="orientation">
226       <enum>Qt::Vertical</enum>
227      </property>
228      <property name="sizeType">
229       <enum>QSizePolicy::MinimumExpanding</enum>
230      </property>
231      <property name="sizeHint" stdset="0">
232       <size>
233        <width>273</width>
234        <height>16</height>
235       </size>
236      </property>
237     </spacer>
238    </item>
239   </layout>
240  </widget>
241  <tabstops>
242   <tabstop>fileListWidg</tabstop>
243   <tabstop>fileBrowseButton</tabstop>
244   <tabstop>delFileButton</tabstop>
245   <tabstop>subCheckBox</tabstop>
246   <tabstop>subInput</tabstop>
247   <tabstop>subBrowseButton</tabstop>
248   <tabstop>sizeSubComboBox</tabstop>
249   <tabstop>alignSubComboBox</tabstop>
250  </tabstops>
251  <resources/>
252  <connections/>
253 </ui>