]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/file_open.ui
e3c61c848ecc16d2ca69b1836a2fcfbecca4cc05
[vlc] / modules / gui / qt4 / ui / file_open.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>FileOpen</class>
6  <widget class="QWidget" name="FileOpen" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>501</width>
12     <height>298</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Form</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <layout class="QHBoxLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item>
34       <widget class="QLabel" name="label" >
35        <property name="text" >
36         <string>File</string>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QLineEdit" name="fileInput" />
42      </item>
43      <item>
44       <widget class="QPushButton" name="browseButton" >
45        <property name="text" >
46         <string>Browse</string>
47        </property>
48       </widget>
49      </item>
50     </layout>
51    </item>
52    <item>
53     <widget class="QGroupBox" name="groupBox" >
54      <property name="title" >
55       <string>Subtitles file</string>
56      </property>
57      <property name="checkable" >
58       <bool>true</bool>
59      </property>
60      <layout class="QVBoxLayout" >
61       <property name="margin" >
62        <number>9</number>
63       </property>
64       <property name="spacing" >
65        <number>6</number>
66       </property>
67       <item>
68        <layout class="QHBoxLayout" >
69         <property name="margin" >
70          <number>0</number>
71         </property>
72         <property name="spacing" >
73          <number>6</number>
74         </property>
75         <item>
76          <widget class="QLabel" name="label_2" >
77           <property name="text" >
78            <string>File</string>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QLineEdit" name="subFileInput" />
84         </item>
85         <item>
86          <widget class="QPushButton" name="subbrowseButon" >
87           <property name="text" >
88            <string>Browse</string>
89           </property>
90          </widget>
91         </item>
92        </layout>
93       </item>
94       <item>
95        <widget class="QGroupBox" name="groupBox_2" >
96         <property name="title" >
97          <string>Advanced options</string>
98         </property>
99         <layout class="QHBoxLayout" >
100          <property name="margin" >
101           <number>9</number>
102          </property>
103          <property name="spacing" >
104           <number>6</number>
105          </property>
106          <item>
107           <layout class="QGridLayout" >
108            <property name="margin" >
109             <number>5</number>
110            </property>
111            <property name="spacing" >
112             <number>8</number>
113            </property>
114            <item row="1" column="0" >
115             <widget class="QLabel" name="label_5" >
116              <property name="text" >
117               <string>FPS</string>
118              </property>
119             </widget>
120            </item>
121            <item row="0" column="1" >
122             <widget class="QComboBox" name="sizeCombo" />
123            </item>
124            <item row="0" column="3" >
125             <widget class="QComboBox" name="justCombo" />
126            </item>
127            <item row="1" column="2" >
128             <widget class="QLabel" name="label_6" >
129              <property name="text" >
130               <string>Delay</string>
131              </property>
132             </widget>
133            </item>
134            <item row="1" column="3" >
135             <widget class="QDoubleSpinBox" name="delaySpin" />
136            </item>
137            <item row="0" column="0" >
138             <widget class="QLabel" name="label_3" >
139              <property name="text" >
140               <string>Font size</string>
141              </property>
142             </widget>
143            </item>
144            <item row="0" column="2" >
145             <widget class="QLabel" name="label_4" >
146              <property name="text" >
147               <string>Justification</string>
148              </property>
149             </widget>
150            </item>
151            <item row="1" column="1" >
152             <widget class="QDoubleSpinBox" name="fpsSpin" />
153            </item>
154            <item row="2" column="0" >
155             <widget class="QLabel" name="label_7" >
156              <property name="text" >
157               <string>Encoding</string>
158              </property>
159             </widget>
160            </item>
161            <item row="2" column="1" colspan="2" >
162             <widget class="QComboBox" name="comboBox" />
163            </item>
164           </layout>
165          </item>
166         </layout>
167        </widget>
168       </item>
169      </layout>
170     </widget>
171    </item>
172   </layout>
173  </widget>
174  <pixmapfunction></pixmapfunction>
175  <resources/>
176  <connections/>
177 </ui>