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