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