]> git.sesse.net Git - kdenlive/blob - src/widgets/configcapture_ui.ui
Initial support for Jog Shuttle devices
[kdenlive] / src / widgets / configcapture_ui.ui
1 <ui version="4.0" >
2  <class>ConfigCapture_UI</class>
3  <widget class="QWidget" name="ConfigCapture_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>502</width>
9     <height>374</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout_3" >
13    <item row="0" column="0" >
14     <widget class="QLabel" name="label" >
15      <property name="text" >
16       <string>Default capture device</string>
17      </property>
18     </widget>
19    </item>
20    <item row="0" column="1" >
21     <widget class="KComboBox" name="kcfg_defaultcapture" >
22      <item>
23       <property name="text" >
24        <string> Firewire (DV / HDV)</string>
25       </property>
26      </item>
27      <item>
28       <property name="text" >
29        <string>Video4Linux (webcam)</string>
30       </property>
31      </item>
32     </widget>
33    </item>
34    <item row="1" column="0" colspan="2" >
35     <widget class="QTabWidget" name="tabWidget" >
36      <property name="minimumSize" >
37       <size>
38        <width>401</width>
39        <height>0</height>
40       </size>
41      </property>
42      <property name="currentIndex" >
43       <number>0</number>
44      </property>
45      <widget class="QWidget" name="tab" >
46       <property name="geometry" >
47        <rect>
48         <x>0</x>
49         <y>0</y>
50         <width>482</width>
51         <height>233</height>
52        </rect>
53       </property>
54       <attribute name="title" >
55        <string>Firewire / dvgrab</string>
56       </attribute>
57       <layout class="QGridLayout" name="gridLayout_2" >
58        <item row="0" column="0" >
59         <widget class="QLabel" name="label_2" >
60          <property name="text" >
61           <string>Default format</string>
62          </property>
63         </widget>
64        </item>
65        <item row="0" column="1" colspan="2" >
66         <widget class="KComboBox" name="kcfg_firewireformat" >
67          <item>
68           <property name="text" >
69            <string>DV Raw</string>
70           </property>
71          </item>
72          <item>
73           <property name="text" >
74            <string>DV AVI type 1</string>
75           </property>
76          </item>
77          <item>
78           <property name="text" >
79            <string>DV AVI type 2</string>
80           </property>
81          </item>
82          <item>
83           <property name="text" >
84            <string>HDV</string>
85           </property>
86          </item>
87         </widget>
88        </item>
89        <item row="0" column="3" >
90         <spacer name="horizontalSpacer" >
91          <property name="orientation" >
92           <enum>Qt::Horizontal</enum>
93          </property>
94          <property name="sizeHint" stdset="0" >
95           <size>
96            <width>241</width>
97            <height>20</height>
98           </size>
99          </property>
100         </spacer>
101        </item>
102        <item row="1" column="2" >
103         <spacer name="verticalSpacer_2" >
104          <property name="orientation" >
105           <enum>Qt::Vertical</enum>
106          </property>
107          <property name="sizeHint" stdset="0" >
108           <size>
109            <width>20</width>
110            <height>188</height>
111           </size>
112          </property>
113         </spacer>
114        </item>
115       </layout>
116      </widget>
117      <widget class="QWidget" name="tab_2" >
118       <property name="geometry" >
119        <rect>
120         <x>0</x>
121         <y>0</y>
122         <width>482</width>
123         <height>233</height>
124        </rect>
125       </property>
126       <attribute name="title" >
127        <string>Video4Linux2 / FFmpeg</string>
128       </attribute>
129       <layout class="QGridLayout" name="gridLayout" >
130        <item row="1" column="1" colspan="3" >
131         <widget class="KLineEdit" name="kcfg_video4vdevice" >
132          <property name="sizePolicy" >
133           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
134            <horstretch>0</horstretch>
135            <verstretch>0</verstretch>
136           </sizepolicy>
137          </property>
138          <property name="text" >
139           <string>/dev/video0</string>
140          </property>
141         </widget>
142        </item>
143        <item row="0" column="0" >
144         <widget class="QLabel" name="label_7" >
145          <property name="text" >
146           <string>Video</string>
147          </property>
148         </widget>
149        </item>
150        <item row="0" column="1" colspan="9" >
151         <widget class="Line" name="line" >
152          <property name="orientation" >
153           <enum>Qt::Horizontal</enum>
154          </property>
155         </widget>
156        </item>
157        <item row="1" column="4" >
158         <widget class="QLabel" name="label_3" >
159          <property name="sizePolicy" >
160           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
161            <horstretch>0</horstretch>
162            <verstretch>0</verstretch>
163           </sizepolicy>
164          </property>
165          <property name="text" >
166           <string>Format</string>
167          </property>
168         </widget>
169        </item>
170        <item row="1" column="7" colspan="2" >
171         <widget class="QLabel" name="label_5" >
172          <property name="sizePolicy" >
173           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
174            <horstretch>0</horstretch>
175            <verstretch>0</verstretch>
176           </sizepolicy>
177          </property>
178          <property name="text" >
179           <string>Encoding</string>
180          </property>
181         </widget>
182        </item>
183        <item row="1" column="5" colspan="2" >
184         <widget class="KLineEdit" name="kcfg_video4vformat" >
185          <property name="sizePolicy" >
186           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
187            <horstretch>0</horstretch>
188            <verstretch>0</verstretch>
189           </sizepolicy>
190          </property>
191          <property name="text" >
192           <string>video4linux2</string>
193          </property>
194         </widget>
195        </item>
196        <item row="1" column="9" >
197         <widget class="KLineEdit" name="kcfg_video4vencoding" >
198          <property name="sizePolicy" >
199           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
200            <horstretch>0</horstretch>
201            <verstretch>0</verstretch>
202           </sizepolicy>
203          </property>
204          <property name="text" >
205           <string>ogg</string>
206          </property>
207         </widget>
208        </item>
209        <item row="1" column="0" >
210         <widget class="QLabel" name="label_14" >
211          <property name="text" >
212           <string>Device</string>
213          </property>
214         </widget>
215        </item>
216        <item row="3" column="9" >
217         <widget class="KLineEdit" name="kcfg_video4aencoding" >
218          <property name="sizePolicy" >
219           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
220            <horstretch>0</horstretch>
221            <verstretch>0</verstretch>
222           </sizepolicy>
223          </property>
224         </widget>
225        </item>
226        <item row="3" column="1" colspan="3" >
227         <widget class="KLineEdit" name="kcfg_video4adevice" >
228          <property name="text" >
229           <string>/dev/dsp</string>
230          </property>
231         </widget>
232        </item>
233        <item row="2" column="2" colspan="8" >
234         <widget class="Line" name="line_2" >
235          <property name="orientation" >
236           <enum>Qt::Horizontal</enum>
237          </property>
238         </widget>
239        </item>
240        <item row="3" column="4" >
241         <widget class="QLabel" name="label_9" >
242          <property name="sizePolicy" >
243           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
244            <horstretch>0</horstretch>
245            <verstretch>0</verstretch>
246           </sizepolicy>
247          </property>
248          <property name="text" >
249           <string>Format</string>
250          </property>
251         </widget>
252        </item>
253        <item row="3" column="0" >
254         <widget class="QLabel" name="label_16" >
255          <property name="text" >
256           <string>Device</string>
257          </property>
258         </widget>
259        </item>
260        <item row="2" column="0" colspan="2" >
261         <widget class="QLabel" name="label_15" >
262          <property name="text" >
263           <string>Audio</string>
264          </property>
265         </widget>
266        </item>
267        <item row="3" column="7" colspan="2" >
268         <widget class="QLabel" name="label_13" >
269          <property name="sizePolicy" >
270           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
271            <horstretch>0</horstretch>
272            <verstretch>0</verstretch>
273           </sizepolicy>
274          </property>
275          <property name="text" >
276           <string>Encoding</string>
277          </property>
278         </widget>
279        </item>
280        <item row="4" column="0" colspan="10" >
281         <widget class="Line" name="line_3" >
282          <property name="orientation" >
283           <enum>Qt::Horizontal</enum>
284          </property>
285         </widget>
286        </item>
287        <item row="5" column="0" colspan="3" >
288         <widget class="QLabel" name="label_4" >
289          <property name="text" >
290           <string>Image size</string>
291          </property>
292         </widget>
293        </item>
294        <item row="5" column="6" colspan="2" >
295         <widget class="QLabel" name="label_6" >
296          <property name="text" >
297           <string>Frame rate</string>
298          </property>
299         </widget>
300        </item>
301        <item row="5" column="3" colspan="3" >
302         <widget class="KLineEdit" name="kcfg_video4size" >
303          <property name="text" >
304           <string>320x240</string>
305          </property>
306         </widget>
307        </item>
308        <item row="6" column="0" colspan="3" >
309         <widget class="QLabel" name="label_11" >
310          <property name="text" >
311           <string>Capture params</string>
312          </property>
313         </widget>
314        </item>
315        <item row="5" column="8" colspan="2" >
316         <widget class="QSpinBox" name="kcfg_video4rate" >
317          <property name="value" >
318           <number>15</number>
319          </property>
320         </widget>
321        </item>
322        <item row="6" column="3" colspan="7" >
323         <widget class="KLineEdit" name="kcfg_video4capture" />
324        </item>
325        <item row="7" column="3" colspan="7" >
326         <widget class="KLineEdit" name="kcfg_video4playback" />
327        </item>
328        <item row="7" column="0" colspan="3" >
329         <widget class="QLabel" name="label_12" >
330          <property name="text" >
331           <string>Playback params</string>
332          </property>
333         </widget>
334        </item>
335        <item row="3" column="5" colspan="2" >
336         <widget class="KLineEdit" name="kcfg_video4aformat" >
337          <property name="sizePolicy" >
338           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
339            <horstretch>0</horstretch>
340            <verstretch>0</verstretch>
341           </sizepolicy>
342          </property>
343          <property name="text" >
344           <string>oss</string>
345          </property>
346         </widget>
347        </item>
348       </layout>
349       <zorder>kcfg_video4vdevice</zorder>
350       <zorder>label_7</zorder>
351       <zorder>line</zorder>
352       <zorder>label_3</zorder>
353       <zorder>label_5</zorder>
354       <zorder>kcfg_video4vformat</zorder>
355       <zorder>kcfg_video4vencoding</zorder>
356       <zorder>label_14</zorder>
357       <zorder>kcfg_video4aencoding</zorder>
358       <zorder>kcfg_video4adevice</zorder>
359       <zorder>line_2</zorder>
360       <zorder>label_9</zorder>
361       <zorder>label_16</zorder>
362       <zorder>label_15</zorder>
363       <zorder>label_13</zorder>
364       <zorder>line_3</zorder>
365       <zorder>label_4</zorder>
366       <zorder>label_6</zorder>
367       <zorder>kcfg_video4size</zorder>
368       <zorder>label_11</zorder>
369       <zorder>kcfg_video4rate</zorder>
370       <zorder>kcfg_video4capture</zorder>
371       <zorder>kcfg_video4playback</zorder>
372       <zorder>label_12</zorder>
373       <zorder>kcfg_video4aformat</zorder>
374      </widget>
375     </widget>
376    </item>
377    <item row="2" column="1" >
378     <spacer name="verticalSpacer" >
379      <property name="orientation" >
380       <enum>Qt::Vertical</enum>
381      </property>
382      <property name="sizeHint" stdset="0" >
383       <size>
384        <width>20</width>
385        <height>56</height>
386       </size>
387      </property>
388     </spacer>
389    </item>
390   </layout>
391  </widget>
392  <customwidgets>
393   <customwidget>
394    <class>KComboBox</class>
395    <extends>QComboBox</extends>
396    <header>kcombobox.h</header>
397   </customwidget>
398   <customwidget>
399    <class>KLineEdit</class>
400    <extends>QLineEdit</extends>
401    <header>klineedit.h</header>
402   </customwidget>
403  </customwidgets>
404  <resources/>
405  <connections/>
406 </ui>