]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_input.ui
61dbfb467e3836a507e13b84fc3908f18fd6ee0f
[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">
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="2">
64        <widget class="QComboBox" name="loopFilterBox"/>
65       </item>
66       <item row="13" column="0">
67        <widget class="QLabel" name="x264Label">
68         <property name="minimumSize">
69          <size>
70           <width>250</width>
71           <height>0</height>
72          </size>
73         </property>
74         <property name="text">
75          <string>x264 profile and level selection</string>
76         </property>
77         <property name="buddy">
78          <cstring>levelBox</cstring>
79         </property>
80        </widget>
81       </item>
82       <item row="12" column="0">
83        <widget class="QLabel" name="x264profileLabel">
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 preset and tuning selection</string>
92         </property>
93         <property name="buddy">
94          <cstring>tuneBox</cstring>
95         </property>
96        </widget>
97       </item>
98       <item row="12" column="1">
99        <widget class="QComboBox" name="presetBox">
100         <property name="sizePolicy">
101          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
102           <horstretch>0</horstretch>
103           <verstretch>0</verstretch>
104          </sizepolicy>
105         </property>
106        </widget>
107       </item>
108       <item row="12" column="2">
109        <widget class="QComboBox" name="tuneBox"/>
110       </item>
111       <item row="2" column="0">
112        <widget class="QLabel" name="ppLabel">
113         <property name="minimumSize">
114          <size>
115           <width>250</width>
116           <height>0</height>
117          </size>
118         </property>
119         <property name="text">
120          <string>Video quality post-processing level</string>
121         </property>
122         <property name="buddy">
123          <cstring>PostProcLevel</cstring>
124         </property>
125        </widget>
126       </item>
127       <item row="4" column="0" colspan="2">
128        <widget class="QCheckBox" name="hwAccelBox">
129         <property name="text">
130          <string>Use GPU acceleration (experimental)</string>
131         </property>
132        </widget>
133       </item>
134       <item row="11" column="0" colspan="3">
135        <widget class="Line" name="line">
136         <property name="orientation">
137          <enum>Qt::Horizontal</enum>
138         </property>
139        </widget>
140       </item>
141       <item row="13" column="2">
142        <widget class="QLineEdit" name="levelBox"/>
143       </item>
144       <item row="13" column="1">
145        <widget class="QComboBox" name="profileBox">
146         <property name="sizePolicy">
147          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
148           <horstretch>0</horstretch>
149           <verstretch>0</verstretch>
150          </sizepolicy>
151         </property>
152        </widget>
153       </item>
154       <item row="8" column="0">
155        <widget class="QLabel" name="filterLabel">
156         <property name="minimumSize">
157          <size>
158           <width>250</width>
159           <height>0</height>
160          </size>
161         </property>
162         <property name="text">
163          <string>Skip H.264 in-loop deblocking filter</string>
164         </property>
165         <property name="buddy">
166          <cstring>loopFilterBox</cstring>
167         </property>
168        </widget>
169       </item>
170       <item row="10" column="0" colspan="3">
171        <widget class="QCheckBox" name="systemCodecBox">
172         <property name="text">
173          <string>Use systems codecs if available, for WMV codecs</string>
174         </property>
175        </widget>
176       </item>
177       <item row="2" column="1">
178        <widget class="QSpinBox" name="PostProcLevel">
179         <property name="maximumSize">
180          <size>
181           <width>50</width>
182           <height>16777215</height>
183          </size>
184         </property>
185         <property name="alignment">
186          <set>Qt::AlignRight</set>
187         </property>
188         <property name="minimum">
189          <number>1</number>
190         </property>
191         <property name="maximum">
192          <number>26</number>
193         </property>
194         <property name="value">
195          <number>6</number>
196         </property>
197        </widget>
198       </item>
199      </layout>
200     </widget>
201    </item>
202    <item>
203     <widget class="QGroupBox" name="groupBox_4">
204      <property name="title">
205       <string>Files</string>
206      </property>
207      <layout class="QGridLayout" name="gridLayout_3">
208       <item row="1" column="0">
209        <widget class="QLabel" name="recordLabel">
210         <property name="minimumSize">
211          <size>
212           <width>250</width>
213           <height>0</height>
214          </size>
215         </property>
216         <property name="text">
217          <string>Record directory or filename</string>
218         </property>
219        </widget>
220       </item>
221       <item row="1" column="1">
222        <layout class="QHBoxLayout" name="horizontalLayout_4">
223         <item>
224          <widget class="QLineEdit" name="recordPath"/>
225         </item>
226         <item>
227          <widget class="QPushButton" name="recordBrowse">
228           <property name="text">
229            <string>Browse...</string>
230           </property>
231          </widget>
232         </item>
233        </layout>
234       </item>
235       <item row="3" column="0">
236        <widget class="QLabel" name="aviLabel">
237         <property name="text">
238          <string>Damaged or incomplete AVI file</string>
239         </property>
240         <property name="buddy">
241          <cstring>AviRepair</cstring>
242         </property>
243        </widget>
244       </item>
245       <item row="3" column="1">
246        <widget class="QComboBox" name="AviRepair"/>
247       </item>
248       <item row="2" column="0" colspan="2">
249        <widget class="Line" name="line_2">
250         <property name="orientation">
251          <enum>Qt::Horizontal</enum>
252         </property>
253        </widget>
254       </item>
255      </layout>
256     </widget>
257    </item>
258    <item>
259     <widget class="QGroupBox" name="groupBox_2">
260      <property name="title">
261       <string>Network</string>
262      </property>
263      <layout class="QGridLayout" name="gridLayout_2">
264       <item row="2" column="0">
265        <widget class="QLabel" name="httpProxyLabel">
266         <property name="text">
267          <string>HTTP proxy URL</string>
268         </property>
269         <property name="buddy">
270          <cstring>proxy</cstring>
271         </property>
272        </widget>
273       </item>
274       <item row="2" column="1">
275        <widget class="QLineEdit" name="proxy"/>
276       </item>
277       <item row="3" column="1">
278        <layout class="QHBoxLayout" name="horizontalLayout">
279         <item>
280          <widget class="QRadioButton" name="live555TransportHTTPRadio">
281           <property name="text">
282            <string>HTTP (default)</string>
283           </property>
284           <property name="checkable">
285            <bool>true</bool>
286           </property>
287           <property name="checked">
288            <bool>true</bool>
289           </property>
290          </widget>
291         </item>
292         <item>
293          <widget class="QRadioButton" name="live555TransportRTSP_TCPRadio">
294           <property name="text">
295            <string>RTP over RTSP (TCP)</string>
296           </property>
297          </widget>
298         </item>
299        </layout>
300       </item>
301       <item row="3" column="0">
302        <widget class="QLabel" name="live555TransportLabel">
303         <property name="text">
304          <string>Live555 stream transport</string>
305         </property>
306        </widget>
307       </item>
308       <item row="0" column="0">
309        <widget class="QLabel" name="label_2">
310         <property name="text">
311          <string>Default caching policy</string>
312         </property>
313         <property name="buddy">
314          <cstring>cachingCombo</cstring>
315         </property>
316        </widget>
317       </item>
318       <item row="0" column="1">
319        <widget class="QComboBox" name="cachingCombo"/>
320       </item>
321      </layout>
322     </widget>
323    </item>
324   </layout>
325  </widget>
326  <tabstops>
327   <tabstop>DVDDevice</tabstop>
328   <tabstop>DVDBrowse</tabstop>
329   <tabstop>recordPath</tabstop>
330   <tabstop>recordBrowse</tabstop>
331   <tabstop>proxy</tabstop>
332   <tabstop>live555TransportHTTPRadio</tabstop>
333   <tabstop>live555TransportRTSP_TCPRadio</tabstop>
334   <tabstop>hwAccelBox</tabstop>
335   <tabstop>loopFilterBox</tabstop>
336  </tabstops>
337  <resources/>
338  <connections/>
339 </ui>