]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_file.ui
df7147d8e9ea1fc09b4935b39c1a17e831556b7c
[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>564</width>
11     <height>258</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         <property name="icon">
71          <iconset>
72           <normaloff>:/playlist_add</normaloff>:/playlist_add</iconset>
73         </property>
74        </widget>
75       </item>
76       <item row="2" column="2">
77        <widget class="QPushButton" name="removeFileButton">
78         <property name="enabled">
79          <bool>false</bool>
80         </property>
81         <property name="sizePolicy">
82          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
83           <horstretch>0</horstretch>
84           <verstretch>0</verstretch>
85          </sizepolicy>
86         </property>
87         <property name="text">
88          <string>Remove</string>
89         </property>
90         <property name="icon">
91          <iconset>
92           <normaloff>:/playlist_remove</normaloff>:/playlist_remove</iconset>
93         </property>
94        </widget>
95       </item>
96      </layout>
97     </widget>
98    </item>
99    <item row="1" column="0">
100     <widget class="QCheckBox" name="subCheckBox">
101      <property name="enabled">
102       <bool>false</bool>
103      </property>
104      <property name="toolTip">
105       <string>Add a subtitle file</string>
106      </property>
107      <property name="text">
108       <string>Use a sub&amp;title file</string>
109      </property>
110     </widget>
111    </item>
112    <item row="2" column="0">
113     <widget class="QFrame" name="subFrame">
114      <property name="sizePolicy">
115       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
116        <horstretch>0</horstretch>
117        <verstretch>0</verstretch>
118       </sizepolicy>
119      </property>
120      <property name="frameShape">
121       <enum>QFrame::StyledPanel</enum>
122      </property>
123      <layout class="QVBoxLayout" name="verticalLayout">
124       <item>
125        <widget class="QWidget" name="widget" native="true">
126         <layout class="QHBoxLayout" name="horizontalLayout">
127          <item>
128           <widget class="QLineEdit" name="subInput"/>
129          </item>
130          <item>
131           <widget class="QPushButton" name="subBrowseButton">
132            <property name="minimumSize">
133             <size>
134              <width>100</width>
135              <height>0</height>
136             </size>
137            </property>
138            <property name="toolTip">
139             <string>Select the subtitle file</string>
140            </property>
141            <property name="text">
142             <string>Browse...</string>
143            </property>
144           </widget>
145          </item>
146         </layout>
147        </widget>
148       </item>
149      </layout>
150     </widget>
151    </item>
152    <item row="3" column="0">
153     <spacer>
154      <property name="orientation">
155       <enum>Qt::Vertical</enum>
156      </property>
157      <property name="sizeType">
158       <enum>QSizePolicy::MinimumExpanding</enum>
159      </property>
160      <property name="sizeHint" stdset="0">
161       <size>
162        <width>273</width>
163        <height>16</height>
164       </size>
165      </property>
166     </spacer>
167    </item>
168   </layout>
169  </widget>
170  <tabstops>
171   <tabstop>fileListWidg</tabstop>
172   <tabstop>fileBrowseButton</tabstop>
173   <tabstop>removeFileButton</tabstop>
174   <tabstop>subCheckBox</tabstop>
175  </tabstops>
176  <resources/>
177  <connections/>
178 </ui>