]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_subtitles.ui
f578c23f8887dae301360e392996c7363899f60c
[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>772</width>
11     <height>446</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Form</string>
16   </property>
17   <layout class="QVBoxLayout">
18    <property name="spacing">
19     <number>10</number>
20    </property>
21    <item>
22     <widget class="QGroupBox" name="groupBox_3">
23      <property name="title">
24       <string>On Screen Display</string>
25      </property>
26      <layout class="QVBoxLayout">
27       <item>
28        <widget class="QCheckBox" name="OSDBox">
29         <property name="text">
30          <string>Enable On Screen Display (OSD)</string>
31         </property>
32        </widget>
33       </item>
34       <item>
35        <widget class="QCheckBox" name="OSDTitleBox">
36         <property name="text">
37          <string>Show media title on video start</string>
38         </property>
39        </widget>
40       </item>
41      </layout>
42     </widget>
43    </item>
44    <item>
45     <widget class="QGroupBox" name="groupBox_2">
46      <property name="sizePolicy">
47       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
48        <horstretch>0</horstretch>
49        <verstretch>0</verstretch>
50       </sizepolicy>
51      </property>
52      <property name="title">
53       <string>Subtitles Language</string>
54      </property>
55      <layout class="QGridLayout">
56       <item row="0" column="0">
57        <widget class="QLabel" name="subLangLabel">
58         <property name="minimumSize">
59          <size>
60           <width>250</width>
61           <height>0</height>
62          </size>
63         </property>
64         <property name="text">
65          <string>Preferred subtitles language</string>
66         </property>
67         <property name="buddy">
68          <cstring>preferredLanguage</cstring>
69         </property>
70        </widget>
71       </item>
72       <item row="1" column="1">
73        <widget class="QComboBox" name="encoding">
74         <property name="maxVisibleItems">
75          <number>12</number>
76         </property>
77        </widget>
78       </item>
79       <item row="0" column="1">
80        <widget class="QLineEdit" name="preferredLanguage"/>
81       </item>
82       <item row="1" column="0">
83        <widget class="QLabel" name="encodLabel">
84         <property name="minimumSize">
85          <size>
86           <width>250</width>
87           <height>0</height>
88          </size>
89         </property>
90         <property name="text">
91          <string>Default encoding</string>
92         </property>
93         <property name="buddy">
94          <cstring>encoding</cstring>
95         </property>
96        </widget>
97       </item>
98      </layout>
99     </widget>
100    </item>
101    <item>
102     <widget class="QGroupBox" name="groupBox">
103      <property name="title">
104       <string>Display Settings</string>
105      </property>
106      <layout class="QGridLayout">
107       <item row="3" column="1" colspan="2">
108        <widget class="QComboBox" name="effect"/>
109       </item>
110       <item row="3" column="0">
111        <widget class="QLabel" name="fontEffectLabel">
112         <property name="minimumSize">
113          <size>
114           <width>250</width>
115           <height>0</height>
116          </size>
117         </property>
118         <property name="text">
119          <string>Effect</string>
120         </property>
121         <property name="buddy">
122          <cstring>effect</cstring>
123         </property>
124        </widget>
125       </item>
126       <item row="2" column="1" colspan="2">
127        <widget class="QComboBox" name="fontColor"/>
128       </item>
129       <item row="2" column="0">
130        <widget class="QLabel" name="fontColorLabel">
131         <property name="minimumSize">
132          <size>
133           <width>250</width>
134           <height>0</height>
135          </size>
136         </property>
137         <property name="text">
138          <string>Font color</string>
139         </property>
140         <property name="buddy">
141          <cstring>fontColor</cstring>
142         </property>
143        </widget>
144       </item>
145       <item row="1" column="1" colspan="2">
146        <widget class="QComboBox" name="fontSize"/>
147       </item>
148       <item row="1" column="0">
149        <widget class="QLabel" name="fontSizeLabel">
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 size</string>
158         </property>
159         <property name="buddy">
160          <cstring>fontSize</cstring>
161         </property>
162        </widget>
163       </item>
164       <item row="0" column="1">
165        <widget class="QFontComboBox" name="font"/>
166       </item>
167       <item row="0" column="0">
168        <widget class="QLabel" name="fontLabel">
169         <property name="minimumSize">
170          <size>
171           <width>250</width>
172           <height>0</height>
173          </size>
174         </property>
175         <property name="text">
176          <string>Font</string>
177         </property>
178         <property name="buddy">
179          <cstring>font</cstring>
180         </property>
181        </widget>
182       </item>
183       <item row="4" column="1" colspan="2">
184        <widget class="QSpinBox" name="subsPosition">
185         <property name="alignment">
186          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
187         </property>
188         <property name="suffix">
189          <string> px</string>
190         </property>
191         <property name="minimum">
192          <number>-1024</number>
193         </property>
194         <property name="maximum">
195          <number>1024</number>
196         </property>
197        </widget>
198       </item>
199       <item row="4" column="0">
200        <widget class="QLabel" name="subsPosLabel">
201         <property name="minimumSize">
202          <size>
203           <width>250</width>
204           <height>0</height>
205          </size>
206         </property>
207         <property name="text">
208          <string>Force subtitle position</string>
209         </property>
210         <property name="buddy">
211          <cstring>subsPosition</cstring>
212         </property>
213        </widget>
214       </item>
215      </layout>
216     </widget>
217    </item>
218   </layout>
219  </widget>
220  <tabstops>
221   <tabstop>OSDBox</tabstop>
222   <tabstop>preferredLanguage</tabstop>
223   <tabstop>encoding</tabstop>
224   <tabstop>font</tabstop>
225   <tabstop>fontSize</tabstop>
226   <tabstop>fontColor</tabstop>
227   <tabstop>effect</tabstop>
228  </tabstops>
229  <resources/>
230  <connections/>
231 </ui>