]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_input.ui
Qt: sprefs, simplification
[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>594</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="14" 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="13" 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="13" 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="13" 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="9" column="0" colspan="3">
135        <widget class="QCheckBox" name="skipFrames">
136         <property name="text">
137          <string>Skip frames</string>
138         </property>
139         <property name="checked">
140          <bool>true</bool>
141         </property>
142        </widget>
143       </item>
144       <item row="12" column="0" colspan="3">
145        <widget class="Line" name="line">
146         <property name="orientation">
147          <enum>Qt::Horizontal</enum>
148         </property>
149        </widget>
150       </item>
151       <item row="14" column="2">
152        <widget class="QLineEdit" name="levelBox"/>
153       </item>
154       <item row="14" column="1">
155        <widget class="QComboBox" name="profileBox">
156         <property name="sizePolicy">
157          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
158           <horstretch>0</horstretch>
159           <verstretch>0</verstretch>
160          </sizepolicy>
161         </property>
162        </widget>
163       </item>
164       <item row="8" column="0">
165        <widget class="QLabel" name="filterLabel">
166         <property name="minimumSize">
167          <size>
168           <width>250</width>
169           <height>0</height>
170          </size>
171         </property>
172         <property name="text">
173          <string>Skip H.264 in-loop deblocking filter</string>
174         </property>
175         <property name="buddy">
176          <cstring>loopFilterBox</cstring>
177         </property>
178        </widget>
179       </item>
180       <item row="11" column="0" colspan="3">
181        <widget class="QCheckBox" name="systemCodecBox">
182         <property name="text">
183          <string>Use systems codecs if available, for WMV codecs</string>
184         </property>
185        </widget>
186       </item>
187       <item row="2" column="1">
188        <widget class="QSpinBox" name="PostProcLevel">
189         <property name="maximumSize">
190          <size>
191           <width>50</width>
192           <height>16777215</height>
193          </size>
194         </property>
195         <property name="alignment">
196          <set>Qt::AlignRight</set>
197         </property>
198         <property name="minimum">
199          <number>1</number>
200         </property>
201         <property name="maximum">
202          <number>26</number>
203         </property>
204         <property name="value">
205          <number>6</number>
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="1" column="0">
219        <widget class="QLabel" name="recordLabel">
220         <property name="minimumSize">
221          <size>
222           <width>250</width>
223           <height>0</height>
224          </size>
225         </property>
226         <property name="text">
227          <string>Record directory or filename</string>
228         </property>
229        </widget>
230       </item>
231       <item row="1" column="1">
232        <layout class="QHBoxLayout" name="horizontalLayout_4">
233         <item>
234          <widget class="QLineEdit" name="recordPath"/>
235         </item>
236         <item>
237          <widget class="QPushButton" name="recordBrowse">
238           <property name="text">
239            <string>Browse...</string>
240           </property>
241          </widget>
242         </item>
243        </layout>
244       </item>
245       <item row="3" column="0">
246        <widget class="QLabel" name="aviLabel">
247         <property name="text">
248          <string>Damaged or incomplete AVI file</string>
249         </property>
250         <property name="buddy">
251          <cstring>AviRepair</cstring>
252         </property>
253        </widget>
254       </item>
255       <item row="3" column="1">
256        <widget class="QComboBox" name="AviRepair"/>
257       </item>
258       <item row="2" column="0" colspan="2">
259        <widget class="Line" name="line_2">
260         <property name="orientation">
261          <enum>Qt::Horizontal</enum>
262         </property>
263        </widget>
264       </item>
265      </layout>
266     </widget>
267    </item>
268    <item>
269     <widget class="QGroupBox" name="groupBox_2">
270      <property name="title">
271       <string>Network</string>
272      </property>
273      <layout class="QGridLayout" name="gridLayout_2">
274       <item row="2" column="0">
275        <widget class="QLabel" name="httpProxyLabel">
276         <property name="text">
277          <string>HTTP proxy URL</string>
278         </property>
279         <property name="buddy">
280          <cstring>proxy</cstring>
281         </property>
282        </widget>
283       </item>
284       <item row="2" column="1">
285        <widget class="QLineEdit" name="proxy"/>
286       </item>
287       <item row="3" column="1">
288        <layout class="QHBoxLayout" name="horizontalLayout">
289         <item>
290          <widget class="QRadioButton" name="live555TransportHTTPRadio">
291           <property name="text">
292            <string>HTTP (default)</string>
293           </property>
294           <property name="checkable">
295            <bool>true</bool>
296           </property>
297           <property name="checked">
298            <bool>true</bool>
299           </property>
300          </widget>
301         </item>
302         <item>
303          <widget class="QRadioButton" name="live555TransportRTSP_TCPRadio">
304           <property name="text">
305            <string>RTP over RTSP (TCP)</string>
306           </property>
307          </widget>
308         </item>
309        </layout>
310       </item>
311       <item row="3" column="0">
312        <widget class="QLabel" name="live555TransportLabel">
313         <property name="text">
314          <string>Live555 stream transport</string>
315         </property>
316        </widget>
317       </item>
318       <item row="0" column="0">
319        <widget class="QLabel" name="label_2">
320         <property name="text">
321          <string>Default caching policy</string>
322         </property>
323         <property name="buddy">
324          <cstring>cachingCombo</cstring>
325         </property>
326        </widget>
327       </item>
328       <item row="0" column="1">
329        <widget class="QComboBox" name="cachingCombo"/>
330       </item>
331      </layout>
332     </widget>
333    </item>
334   </layout>
335  </widget>
336  <tabstops>
337   <tabstop>DVDDevice</tabstop>
338   <tabstop>DVDBrowse</tabstop>
339   <tabstop>recordPath</tabstop>
340   <tabstop>recordBrowse</tabstop>
341   <tabstop>proxy</tabstop>
342   <tabstop>live555TransportHTTPRadio</tabstop>
343   <tabstop>live555TransportRTSP_TCPRadio</tabstop>
344   <tabstop>hwAccelBox</tabstop>
345   <tabstop>loopFilterBox</tabstop>
346  </tabstops>
347  <resources/>
348  <connections/>
349 </ui>