]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_subtitles.ui
Qt: PostProc getter helper
[vlc] / modules / gui / qt4 / ui / sprefs_subtitles.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>SPrefsSubtitles</class>
5  <widget class="QWidget" name="SPrefsSubtitles">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>741</width>
11     <height>416</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Form</string>
16   </property>
17   <layout class="QVBoxLayout" name="verticalLayout">
18    <item>
19     <widget class="QGroupBox" name="groupBox_3">
20      <property name="title">
21       <string>On Screen Display</string>
22      </property>
23      <layout class="QGridLayout" name="gridLayout">
24       <item row="0" column="0">
25        <widget class="QCheckBox" name="OSDBox">
26         <property name="text">
27          <string>Enable On Screen Display (OSD)</string>
28         </property>
29        </widget>
30       </item>
31       <item row="1" column="0">
32        <widget class="QCheckBox" name="OSDTitleBox">
33         <property name="text">
34          <string>Show media title on video start</string>
35         </property>
36        </widget>
37       </item>
38       <item row="1" column="2">
39        <widget class="QComboBox" name="OSDTitlePos"/>
40       </item>
41       <item row="1" column="1">
42        <widget class="QLabel" name="OSDTitlePosLabel">
43         <property name="sizePolicy">
44          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
45           <horstretch>0</horstretch>
46           <verstretch>0</verstretch>
47          </sizepolicy>
48         </property>
49         <property name="text">
50          <string>Position</string>
51         </property>
52         <property name="alignment">
53          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
54         </property>
55         <property name="buddy">
56          <cstring>OSDTitlePos</cstring>
57         </property>
58        </widget>
59       </item>
60      </layout>
61     </widget>
62    </item>
63    <item>
64     <widget class="QCheckBox" name="spuActiveBox">
65      <property name="text">
66       <string>Enable subtitles</string>
67      </property>
68     </widget>
69    </item>
70    <item>
71     <widget class="QWidget" name="spuZone" native="true">
72      <layout class="QVBoxLayout" name="spuZoneLayout">
73       <property name="leftMargin">
74        <number>0</number>
75       </property>
76       <property name="topMargin">
77        <number>0</number>
78       </property>
79       <property name="rightMargin">
80        <number>0</number>
81       </property>
82       <property name="bottomMargin">
83        <number>0</number>
84       </property>
85       <item>
86        <widget class="QGroupBox" name="groupBox_2">
87         <property name="sizePolicy">
88          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
89           <horstretch>0</horstretch>
90           <verstretch>0</verstretch>
91          </sizepolicy>
92         </property>
93         <property name="title">
94          <string>Subtitle Language</string>
95         </property>
96         <layout class="QGridLayout">
97          <item row="0" column="0">
98           <widget class="QLabel" name="subLangLabel">
99            <property name="minimumSize">
100             <size>
101              <width>250</width>
102              <height>0</height>
103             </size>
104            </property>
105            <property name="text">
106             <string>Preferred subtitle language</string>
107            </property>
108            <property name="buddy">
109             <cstring>preferredLanguage</cstring>
110            </property>
111           </widget>
112          </item>
113          <item row="1" column="1">
114           <widget class="QComboBox" name="encoding">
115            <property name="maxVisibleItems">
116             <number>12</number>
117            </property>
118           </widget>
119          </item>
120          <item row="0" column="1">
121           <widget class="QLineEdit" name="preferredLanguage"/>
122          </item>
123          <item row="1" column="0">
124           <widget class="QLabel" name="encodLabel">
125            <property name="minimumSize">
126             <size>
127              <width>250</width>
128              <height>0</height>
129             </size>
130            </property>
131            <property name="text">
132             <string>Default encoding</string>
133            </property>
134            <property name="buddy">
135             <cstring>encoding</cstring>
136            </property>
137           </widget>
138          </item>
139         </layout>
140        </widget>
141       </item>
142       <item>
143        <widget class="QGroupBox" name="groupBox">
144         <property name="title">
145          <string>Subtitle effects</string>
146         </property>
147         <layout class="QGridLayout" name="gridLayout_2">
148          <item row="0" column="0">
149           <widget class="QLabel" name="fontLabel">
150            <property name="minimumSize">
151             <size>
152              <width>250</width>
153              <height>0</height>
154             </size>
155            </property>
156            <property name="text">
157             <string>Font</string>
158            </property>
159            <property name="buddy">
160             <cstring>font</cstring>
161            </property>
162           </widget>
163          </item>
164          <item row="1" column="0">
165           <widget class="QLabel" name="fontSizeLabel">
166            <property name="minimumSize">
167             <size>
168              <width>250</width>
169              <height>0</height>
170             </size>
171            </property>
172            <property name="text">
173             <string>Font size</string>
174            </property>
175            <property name="buddy">
176             <cstring>fontSize</cstring>
177            </property>
178           </widget>
179          </item>
180          <item row="1" column="1">
181           <widget class="QComboBox" name="fontSize">
182            <property name="sizePolicy">
183             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
184              <horstretch>0</horstretch>
185              <verstretch>0</verstretch>
186             </sizepolicy>
187            </property>
188           </widget>
189          </item>
190          <item row="1" column="2">
191           <spacer name="horizontalSpacer">
192            <property name="orientation">
193             <enum>Qt::Horizontal</enum>
194            </property>
195            <property name="sizeType">
196             <enum>QSizePolicy::Preferred</enum>
197            </property>
198            <property name="sizeHint" stdset="0">
199             <size>
200              <width>10</width>
201              <height>20</height>
202             </size>
203            </property>
204           </spacer>
205          </item>
206          <item row="1" column="3">
207           <widget class="QLabel" name="fontColorLabel">
208            <property name="text">
209             <string>Font color</string>
210            </property>
211            <property name="buddy">
212             <cstring>fontColor</cstring>
213            </property>
214           </widget>
215          </item>
216          <item row="1" column="4">
217           <widget class="QPushButton" name="fontColor"/>
218          </item>
219          <item row="2" column="0">
220           <widget class="QLabel" name="fontEffectLabel">
221            <property name="minimumSize">
222             <size>
223              <width>250</width>
224              <height>0</height>
225             </size>
226            </property>
227            <property name="text">
228             <string>Outline thickness</string>
229            </property>
230            <property name="buddy">
231             <cstring>effect</cstring>
232            </property>
233           </widget>
234          </item>
235          <item row="2" column="1">
236           <widget class="QComboBox" name="effect">
237            <property name="sizePolicy">
238             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
239              <horstretch>0</horstretch>
240              <verstretch>0</verstretch>
241             </sizepolicy>
242            </property>
243           </widget>
244          </item>
245          <item row="2" column="3">
246           <widget class="QLabel" name="outlineColorLabel">
247            <property name="text">
248             <string>Outline color</string>
249            </property>
250            <property name="buddy">
251             <cstring>outlineColor</cstring>
252            </property>
253           </widget>
254          </item>
255          <item row="2" column="4">
256           <widget class="QPushButton" name="outlineColor"/>
257          </item>
258          <item row="3" column="0">
259           <widget class="QCheckBox" name="shadowCheck">
260            <property name="text">
261             <string>Add a shadow</string>
262            </property>
263           </widget>
264          </item>
265          <item row="4" column="0">
266           <widget class="QLabel" name="subsPosLabel">
267            <property name="minimumSize">
268             <size>
269              <width>250</width>
270              <height>0</height>
271             </size>
272            </property>
273            <property name="text">
274             <string>Force subtitle position</string>
275            </property>
276            <property name="buddy">
277             <cstring>subsPosition</cstring>
278            </property>
279           </widget>
280          </item>
281          <item row="4" column="1">
282           <widget class="QSpinBox" name="subsPosition">
283            <property name="maximumSize">
284             <size>
285              <width>16777215</width>
286              <height>16777215</height>
287             </size>
288            </property>
289            <property name="alignment">
290             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
291            </property>
292            <property name="suffix">
293             <string> px</string>
294            </property>
295            <property name="minimum">
296             <number>-1024</number>
297            </property>
298            <property name="maximum">
299             <number>1024</number>
300            </property>
301           </widget>
302          </item>
303          <item row="0" column="1" colspan="4">
304           <widget class="QFontComboBox" name="font"/>
305          </item>
306          <item row="3" column="1">
307           <widget class="QCheckBox" name="backgroundCheck">
308            <property name="text">
309             <string>Add a background</string>
310            </property>
311           </widget>
312          </item>
313         </layout>
314        </widget>
315       </item>
316      </layout>
317     </widget>
318    </item>
319    <item>
320     <spacer name="verticalSpacer">
321      <property name="orientation">
322       <enum>Qt::Vertical</enum>
323      </property>
324      <property name="sizeHint" stdset="0">
325       <size>
326        <width>20</width>
327        <height>40</height>
328       </size>
329      </property>
330     </spacer>
331    </item>
332   </layout>
333  </widget>
334  <tabstops>
335   <tabstop>OSDBox</tabstop>
336   <tabstop>OSDTitleBox</tabstop>
337   <tabstop>OSDTitlePos</tabstop>
338   <tabstop>preferredLanguage</tabstop>
339   <tabstop>encoding</tabstop>
340   <tabstop>font</tabstop>
341   <tabstop>fontSize</tabstop>
342   <tabstop>fontColor</tabstop>
343   <tabstop>effect</tabstop>
344   <tabstop>outlineColor</tabstop>
345   <tabstop>shadowCheck</tabstop>
346   <tabstop>subsPosition</tabstop>
347  </tabstops>
348  <resources/>
349  <connections/>
350 </ui>