gui: qt: use float for rate
[vlc.git] / modules / gui / qt / ui / sprefs_input.ui
blobb1c81772d0a0a7007ec355292f2cfd3751fe0221
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>Jean-Baptiste Kempf</author>
4 <class>SPrefsInputAndCodecs</class>
5 <widget class="QWidget" name="SPrefsInputAndCodecs">
6 <property name="geometry">
7 <rect>
8 <x>0</x>
9 <y>0</y>
10 <width>737</width>
11 <height>631</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>Codecs</string>
22 </property>
23 <layout class="QGridLayout" name="gridLayout">
24 <item row="14" column="0">
25 <widget class="QLabel" name="x264Label">
26 <property name="minimumSize">
27 <size>
28 <width>250</width>
29 <height>0</height>
30 </size>
31 </property>
32 <property name="text">
33 <string>x264 profile and level selection</string>
34 </property>
35 <property name="buddy">
36 <cstring>levelBox</cstring>
37 </property>
38 </widget>
39 </item>
40 <item row="6" column="1">
41 <spacer name="horizontalSpacer">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <property name="sizeHint" stdset="0">
46 <size>
47 <width>40</width>
48 <height>20</height>
49 </size>
50 </property>
51 </spacer>
52 </item>
53 <item row="4" column="0">
54 <widget class="QLabel" name="hwAccelLabel">
55 <property name="text">
56 <string>Hardware-accelerated decoding</string>
57 </property>
58 <property name="buddy">
59 <cstring>hwAccelModule</cstring>
60 </property>
61 </widget>
62 </item>
63 <item row="4" column="1" colspan="2">
64 <widget class="QComboBox" name="hwAccelModule"/>
65 </item>
66 <item row="6" column="0">
67 <widget class="QLabel" name="ppLabel">
68 <property name="minimumSize">
69 <size>
70 <width>250</width>
71 <height>0</height>
72 </size>
73 </property>
74 <property name="text">
75 <string>Video quality post-processing level</string>
76 </property>
77 <property name="buddy">
78 <cstring>PostProcLevel</cstring>
79 </property>
80 </widget>
81 </item>
82 <item row="12" column="0" colspan="3">
83 <widget class="Line" name="line">
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
86 </property>
87 </widget>
88 </item>
89 <item row="13" column="1">
90 <widget class="QComboBox" name="presetBox">
91 <property name="sizePolicy">
92 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93 <horstretch>0</horstretch>
94 <verstretch>0</verstretch>
95 </sizepolicy>
96 </property>
97 </widget>
98 </item>
99 <item row="14" column="1">
100 <widget class="QComboBox" name="profileBox">
101 <property name="sizePolicy">
102 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
103 <horstretch>0</horstretch>
104 <verstretch>0</verstretch>
105 </sizepolicy>
106 </property>
107 </widget>
108 </item>
109 <item row="10" column="1" colspan="2">
110 <widget class="QComboBox" name="loopFilterBox"/>
111 </item>
112 <item row="10" column="0">
113 <widget class="QLabel" name="filterLabel">
114 <property name="minimumSize">
115 <size>
116 <width>250</width>
117 <height>0</height>
118 </size>
119 </property>
120 <property name="text">
121 <string>Skip H.264 in-loop deblocking filter</string>
122 </property>
123 <property name="buddy">
124 <cstring>loopFilterBox</cstring>
125 </property>
126 </widget>
127 </item>
128 <item row="13" column="0">
129 <widget class="QLabel" name="x264profileLabel">
130 <property name="minimumSize">
131 <size>
132 <width>250</width>
133 <height>0</height>
134 </size>
135 </property>
136 <property name="text">
137 <string>x264 preset and tuning selection</string>
138 </property>
139 <property name="buddy">
140 <cstring>tuneBox</cstring>
141 </property>
142 </widget>
143 </item>
144 <item row="13" column="2">
145 <widget class="QComboBox" name="tuneBox"/>
146 </item>
147 <item row="6" column="1">
148 <widget class="QSpinBox" name="PostProcLevel">
149 <property name="maximumSize">
150 <size>
151 <width>100</width>
152 <height>16777215</height>
153 </size>
154 </property>
155 <property name="layoutDirection">
156 <enum>Qt::LeftToRight</enum>
157 </property>
158 <property name="alignment">
159 <set>Qt::AlignRight</set>
160 </property>
161 <property name="minimum">
162 <number>0</number>
163 </property>
164 <property name="maximum">
165 <number>6</number>
166 </property>
167 <property name="value">
168 <number>6</number>
169 </property>
170 </widget>
171 </item>
172 <item row="14" column="2">
173 <widget class="QLineEdit" name="levelBox"/>
174 </item>
175 <item row="5" column="0">
176 <widget class="QCheckBox" name="fastSeekBox">
177 <property name="text">
178 <string>Fast seek</string>
179 </property>
180 </widget>
181 </item>
182 </layout>
183 </widget>
184 </item>
185 <item>
186 <widget class="QGroupBox" name="groupBox">
187 <property name="title">
188 <string>Optical drive</string>
189 </property>
190 <layout class="QGridLayout">
191 <item row="0" column="0">
192 <widget class="QLabel" name="DVDLabel">
193 <property name="minimumSize">
194 <size>
195 <width>250</width>
196 <height>0</height>
197 </size>
198 </property>
199 <property name="text">
200 <string>Default optical device</string>
201 </property>
202 <property name="buddy">
203 <cstring>DVDDeviceComboBox</cstring>
204 </property>
205 </widget>
206 </item>
207 <item row="0" column="1">
208 <widget class="QComboBox" name="DVDDeviceComboBox">
209 <property name="sizePolicy">
210 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
211 <horstretch>0</horstretch>
212 <verstretch>0</verstretch>
213 </sizepolicy>
214 </property>
215 <property name="editable">
216 <bool>true</bool>
217 </property>
218 </widget>
219 </item>
220 </layout>
221 </widget>
222 </item>
223 <item>
224 <widget class="QGroupBox" name="groupBox_4">
225 <property name="title">
226 <string>Files</string>
227 </property>
228 <layout class="QGridLayout" name="gridLayout_3">
229 <item row="1" column="0">
230 <widget class="QLabel" name="recordLabel">
231 <property name="minimumSize">
232 <size>
233 <width>250</width>
234 <height>0</height>
235 </size>
236 </property>
237 <property name="text">
238 <string>Record directory or filename</string>
239 </property>
240 <property name="buddy">
241 <cstring>recordPath</cstring>
242 </property>
243 </widget>
244 </item>
245 <item row="1" column="1">
246 <layout class="QHBoxLayout" name="horizontalLayout_4">
247 <item>
248 <widget class="QLineEdit" name="recordPath"/>
249 </item>
250 <item>
251 <widget class="QPushButton" name="recordBrowse">
252 <property name="text">
253 <string>Browse...</string>
254 </property>
255 </widget>
256 </item>
257 </layout>
258 </item>
259 <item row="4" column="0">
260 <widget class="QLabel" name="aviLabel">
261 <property name="text">
262 <string>Damaged or incomplete AVI file</string>
263 </property>
264 <property name="buddy">
265 <cstring>AviRepair</cstring>
266 </property>
267 </widget>
268 </item>
269 <item row="4" column="1">
270 <widget class="QComboBox" name="AviRepair"/>
271 </item>
272 <item row="2" column="0" colspan="2">
273 <widget class="Line" name="line_2">
274 <property name="orientation">
275 <enum>Qt::Horizontal</enum>
276 </property>
277 </widget>
278 </item>
279 <item row="3" column="0" colspan="2">
280 <widget class="QCheckBox" name="mkvPreloadBox">
281 <property name="text">
282 <string>Preload MKV files in the same directory</string>
283 </property>
284 </widget>
285 </item>
286 </layout>
287 </widget>
288 </item>
289 <item>
290 <widget class="QGroupBox" name="groupBox_2">
291 <property name="title">
292 <string>Network</string>
293 </property>
294 <layout class="QGridLayout" name="gridLayout_2">
295 <item row="2" column="0">
296 <widget class="QLabel" name="httpProxyLabel">
297 <property name="minimumSize">
298 <size>
299 <width>250</width>
300 <height>0</height>
301 </size>
302 </property>
303 <property name="text">
304 <string>HTTP proxy URL</string>
305 </property>
306 <property name="buddy">
307 <cstring>proxy</cstring>
308 </property>
309 </widget>
310 </item>
311 <item row="2" column="1">
312 <widget class="QLineEdit" name="proxy"/>
313 </item>
314 <item row="3" column="1">
315 <layout class="QHBoxLayout" name="horizontalLayout">
316 <item>
317 <widget class="QRadioButton" name="live555TransportHTTPRadio">
318 <property name="text">
319 <string>HTTP (default)</string>
320 </property>
321 <property name="checkable">
322 <bool>true</bool>
323 </property>
324 <property name="checked">
325 <bool>true</bool>
326 </property>
327 </widget>
328 </item>
329 <item>
330 <widget class="QRadioButton" name="live555TransportRTSP_TCPRadio">
331 <property name="text">
332 <string>RTP over RTSP (TCP)</string>
333 </property>
334 </widget>
335 </item>
336 </layout>
337 </item>
338 <item row="3" column="0">
339 <widget class="QLabel" name="live555TransportLabel">
340 <property name="minimumSize">
341 <size>
342 <width>250</width>
343 <height>0</height>
344 </size>
345 </property>
346 <property name="text">
347 <string>Live555 stream transport</string>
348 </property>
349 <property name="buddy">
350 <cstring>live555TransportHTTPRadio</cstring>
351 </property>
352 </widget>
353 </item>
354 <item row="0" column="0">
355 <widget class="QLabel" name="label_2">
356 <property name="minimumSize">
357 <size>
358 <width>250</width>
359 <height>0</height>
360 </size>
361 </property>
362 <property name="text">
363 <string>Default caching policy</string>
364 </property>
365 <property name="buddy">
366 <cstring>cachingCombo</cstring>
367 </property>
368 </widget>
369 </item>
370 <item row="0" column="1">
371 <widget class="QComboBox" name="cachingCombo"/>
372 </item>
373 </layout>
374 </widget>
375 </item>
376 <item>
377 <spacer name="verticalSpacer">
378 <property name="orientation">
379 <enum>Qt::Vertical</enum>
380 </property>
381 <property name="sizeHint" stdset="0">
382 <size>
383 <width>20</width>
384 <height>40</height>
385 </size>
386 </property>
387 </spacer>
388 </item>
389 </layout>
390 </widget>
391 <tabstops>
392 <tabstop>hwAccelModule</tabstop>
393 <tabstop>fastSeekBox</tabstop>
394 <tabstop>PostProcLevel</tabstop>
395 <tabstop>loopFilterBox</tabstop>
396 <tabstop>presetBox</tabstop>
397 <tabstop>tuneBox</tabstop>
398 <tabstop>profileBox</tabstop>
399 <tabstop>levelBox</tabstop>
400 <tabstop>DVDDeviceComboBox</tabstop>
401 <tabstop>recordPath</tabstop>
402 <tabstop>recordBrowse</tabstop>
403 <tabstop>mkvPreloadBox</tabstop>
404 <tabstop>AviRepair</tabstop>
405 <tabstop>cachingCombo</tabstop>
406 <tabstop>proxy</tabstop>
407 <tabstop>live555TransportHTTPRadio</tabstop>
408 <tabstop>live555TransportRTSP_TCPRadio</tabstop>
409 </tabstops>
410 <resources/>
411 <connections/>
412 </ui>