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