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