]> git.sesse.net Git - kdenlive/blob - src/widgets/configcapture_ui.ui
Screen grab now uses recordmydesktop
[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>409</width>
9     <height>411</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout_6" >
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</string>
25       </property>
26      </item>
27      <item>
28       <property name="text" >
29        <string>Video4Linux</string>
30       </property>
31      </item>
32      <item>
33       <property name="text" >
34        <string>Screen Grab</string>
35       </property>
36      </item>
37     </widget>
38    </item>
39    <item row="1" column="0" colspan="2" >
40     <widget class="QTabWidget" name="tabWidget" >
41      <property name="minimumSize" >
42       <size>
43        <width>401</width>
44        <height>0</height>
45       </size>
46      </property>
47      <property name="currentIndex" >
48       <number>2</number>
49      </property>
50      <widget class="QWidget" name="tab" >
51       <attribute name="title" >
52        <string>Firewire</string>
53       </attribute>
54       <layout class="QGridLayout" name="gridLayout_2" >
55        <item row="0" column="0" colspan="3" >
56         <widget class="QLabel" name="dvgrab_info" >
57          <property name="frameShape" >
58           <enum>QFrame::StyledPanel</enum>
59          </property>
60          <property name="frameShadow" >
61           <enum>QFrame::Raised</enum>
62          </property>
63          <property name="text" >
64           <string/>
65          </property>
66         </widget>
67        </item>
68        <item row="1" column="0" >
69         <widget class="QLabel" name="label_2" >
70          <property name="text" >
71           <string>Capture format</string>
72          </property>
73         </widget>
74        </item>
75        <item row="1" column="1" >
76         <widget class="KComboBox" name="kcfg_firewireformat" >
77          <item>
78           <property name="text" >
79            <string>DV Raw</string>
80           </property>
81          </item>
82          <item>
83           <property name="text" >
84            <string>DV AVI type 1</string>
85           </property>
86          </item>
87          <item>
88           <property name="text" >
89            <string>DV AVI type 2</string>
90           </property>
91          </item>
92          <item>
93           <property name="text" >
94            <string>HDV</string>
95           </property>
96          </item>
97         </widget>
98        </item>
99        <item row="1" column="2" >
100         <spacer name="horizontalSpacer" >
101          <property name="orientation" >
102           <enum>Qt::Horizontal</enum>
103          </property>
104          <property name="sizeHint" stdset="0" >
105           <size>
106            <width>241</width>
107            <height>20</height>
108           </size>
109          </property>
110         </spacer>
111        </item>
112        <item row="2" column="0" colspan="3" >
113         <widget class="QCheckBox" name="kcfg_firewireautosplit" >
114          <property name="text" >
115           <string>Automatically start a new file on scene cut</string>
116          </property>
117         </widget>
118        </item>
119        <item row="3" column="0" colspan="3" >
120         <widget class="QCheckBox" name="kcfg_firewiretimestamp" >
121          <property name="text" >
122           <string>Add recording time to captured file name</string>
123          </property>
124         </widget>
125        </item>
126        <item row="4" column="1" >
127         <spacer name="verticalSpacer_2" >
128          <property name="orientation" >
129           <enum>Qt::Vertical</enum>
130          </property>
131          <property name="sizeHint" stdset="0" >
132           <size>
133            <width>20</width>
134            <height>188</height>
135           </size>
136          </property>
137         </spacer>
138        </item>
139       </layout>
140      </widget>
141      <widget class="QWidget" name="tab_2" >
142       <attribute name="title" >
143        <string>Video4Linux</string>
144       </attribute>
145       <layout class="QGridLayout" name="gridLayout" >
146        <item row="1" column="1" colspan="3" >
147         <widget class="KLineEdit" name="kcfg_video4vdevice" >
148          <property name="sizePolicy" >
149           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
150            <horstretch>0</horstretch>
151            <verstretch>0</verstretch>
152           </sizepolicy>
153          </property>
154          <property name="text" >
155           <string>/dev/video0</string>
156          </property>
157         </widget>
158        </item>
159        <item row="0" column="0" >
160         <widget class="QLabel" name="label_7" >
161          <property name="text" >
162           <string>Video</string>
163          </property>
164         </widget>
165        </item>
166        <item row="0" column="1" colspan="9" >
167         <widget class="Line" name="line" >
168          <property name="orientation" >
169           <enum>Qt::Horizontal</enum>
170          </property>
171         </widget>
172        </item>
173        <item row="1" column="4" >
174         <widget class="QLabel" name="label_3" >
175          <property name="sizePolicy" >
176           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
177            <horstretch>0</horstretch>
178            <verstretch>0</verstretch>
179           </sizepolicy>
180          </property>
181          <property name="text" >
182           <string>Format</string>
183          </property>
184         </widget>
185        </item>
186        <item row="1" column="7" colspan="2" >
187         <widget class="QLabel" name="label_5" >
188          <property name="sizePolicy" >
189           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
190            <horstretch>0</horstretch>
191            <verstretch>0</verstretch>
192           </sizepolicy>
193          </property>
194          <property name="text" >
195           <string>Encoding</string>
196          </property>
197         </widget>
198        </item>
199        <item row="1" column="5" colspan="2" >
200         <widget class="KLineEdit" name="kcfg_video4vformat" >
201          <property name="sizePolicy" >
202           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
203            <horstretch>0</horstretch>
204            <verstretch>0</verstretch>
205           </sizepolicy>
206          </property>
207          <property name="text" >
208           <string>video4linux2</string>
209          </property>
210         </widget>
211        </item>
212        <item row="1" column="9" >
213         <widget class="KLineEdit" name="kcfg_video4vencoding" >
214          <property name="sizePolicy" >
215           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
216            <horstretch>0</horstretch>
217            <verstretch>0</verstretch>
218           </sizepolicy>
219          </property>
220          <property name="text" >
221           <string>ogg</string>
222          </property>
223         </widget>
224        </item>
225        <item row="1" column="0" >
226         <widget class="QLabel" name="label_14" >
227          <property name="text" >
228           <string>Device</string>
229          </property>
230         </widget>
231        </item>
232        <item row="3" column="9" >
233         <widget class="KLineEdit" name="kcfg_video4aencoding" >
234          <property name="sizePolicy" >
235           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
236            <horstretch>0</horstretch>
237            <verstretch>0</verstretch>
238           </sizepolicy>
239          </property>
240         </widget>
241        </item>
242        <item row="3" column="1" colspan="3" >
243         <widget class="KLineEdit" name="kcfg_video4adevice" >
244          <property name="text" >
245           <string>/dev/dsp</string>
246          </property>
247         </widget>
248        </item>
249        <item row="2" column="2" colspan="8" >
250         <widget class="Line" name="line_2" >
251          <property name="orientation" >
252           <enum>Qt::Horizontal</enum>
253          </property>
254         </widget>
255        </item>
256        <item row="3" column="4" >
257         <widget class="QLabel" name="label_9" >
258          <property name="sizePolicy" >
259           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
260            <horstretch>0</horstretch>
261            <verstretch>0</verstretch>
262           </sizepolicy>
263          </property>
264          <property name="text" >
265           <string>Format</string>
266          </property>
267         </widget>
268        </item>
269        <item row="3" column="0" >
270         <widget class="QLabel" name="label_16" >
271          <property name="text" >
272           <string>Device</string>
273          </property>
274         </widget>
275        </item>
276        <item row="2" column="0" colspan="2" >
277         <widget class="QLabel" name="label_15" >
278          <property name="text" >
279           <string>Audio</string>
280          </property>
281         </widget>
282        </item>
283        <item row="3" column="7" colspan="2" >
284         <widget class="QLabel" name="label_13" >
285          <property name="sizePolicy" >
286           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
287            <horstretch>0</horstretch>
288            <verstretch>0</verstretch>
289           </sizepolicy>
290          </property>
291          <property name="text" >
292           <string>Encoding</string>
293          </property>
294         </widget>
295        </item>
296        <item row="4" column="0" colspan="10" >
297         <widget class="Line" name="line_3" >
298          <property name="orientation" >
299           <enum>Qt::Horizontal</enum>
300          </property>
301         </widget>
302        </item>
303        <item row="5" column="0" colspan="3" >
304         <widget class="QLabel" name="label_4" >
305          <property name="text" >
306           <string>Image size</string>
307          </property>
308         </widget>
309        </item>
310        <item row="5" column="6" colspan="2" >
311         <widget class="QLabel" name="label_6" >
312          <property name="text" >
313           <string>Frame rate</string>
314          </property>
315         </widget>
316        </item>
317        <item row="5" column="3" colspan="3" >
318         <widget class="KLineEdit" name="kcfg_video4size" >
319          <property name="text" >
320           <string>320x240</string>
321          </property>
322         </widget>
323        </item>
324        <item row="6" column="0" colspan="3" >
325         <widget class="QLabel" name="label_11" >
326          <property name="text" >
327           <string>Capture params</string>
328          </property>
329         </widget>
330        </item>
331        <item row="5" column="8" colspan="2" >
332         <widget class="QSpinBox" name="kcfg_video4rate" >
333          <property name="value" >
334           <number>15</number>
335          </property>
336         </widget>
337        </item>
338        <item row="6" column="3" colspan="7" >
339         <widget class="KLineEdit" name="kcfg_video4capture" />
340        </item>
341        <item row="7" column="3" colspan="7" >
342         <widget class="KLineEdit" name="kcfg_video4playback" />
343        </item>
344        <item row="7" column="0" colspan="3" >
345         <widget class="QLabel" name="label_12" >
346          <property name="text" >
347           <string>Playback params</string>
348          </property>
349         </widget>
350        </item>
351        <item row="3" column="5" colspan="2" >
352         <widget class="KLineEdit" name="kcfg_video4aformat" >
353          <property name="sizePolicy" >
354           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
355            <horstretch>0</horstretch>
356            <verstretch>0</verstretch>
357           </sizepolicy>
358          </property>
359          <property name="text" >
360           <string>oss</string>
361          </property>
362         </widget>
363        </item>
364        <item row="8" column="3" >
365         <spacer name="verticalSpacer" >
366          <property name="orientation" >
367           <enum>Qt::Vertical</enum>
368          </property>
369          <property name="sizeHint" stdset="0" >
370           <size>
371            <width>20</width>
372            <height>40</height>
373           </size>
374          </property>
375         </spacer>
376        </item>
377       </layout>
378      </widget>
379      <widget class="QWidget" name="tab_3" >
380       <attribute name="title" >
381        <string>Screen Grab</string>
382       </attribute>
383       <layout class="QGridLayout" name="gridLayout_3" >
384        <item row="0" column="0" colspan="5" >
385         <widget class="QLabel" name="rmd_info" >
386          <property name="frameShape" >
387           <enum>QFrame::StyledPanel</enum>
388          </property>
389          <property name="frameShadow" >
390           <enum>QFrame::Raised</enum>
391          </property>
392          <property name="text" >
393           <string/>
394          </property>
395         </widget>
396        </item>
397        <item row="1" column="0" colspan="5" >
398         <widget class="QCheckBox" name="kcfg_rmd_capture_audio" >
399          <property name="text" >
400           <string>Capture audio</string>
401          </property>
402         </widget>
403        </item>
404        <item row="2" column="0" colspan="5" >
405         <widget class="QFrame" name="audio_group" >
406          <property name="frameShape" >
407           <enum>QFrame::StyledPanel</enum>
408          </property>
409          <property name="frameShadow" >
410           <enum>QFrame::Raised</enum>
411          </property>
412          <layout class="QGridLayout" name="gridLayout_4" >
413           <item row="0" column="0" >
414            <widget class="QRadioButton" name="radioButton_2" >
415             <property name="text" >
416              <string>ALSA</string>
417             </property>
418             <property name="checked" >
419              <bool>true</bool>
420             </property>
421            </widget>
422           </item>
423           <item row="1" column="0" >
424            <widget class="QRadioButton" name="kcfg_rmd_use_jack" >
425             <property name="text" >
426              <string>Jack</string>
427             </property>
428            </widget>
429           </item>
430           <item row="0" column="1" colspan="2" >
431            <widget class="KComboBox" name="kcfg_rmd_alsa_device" />
432           </item>
433           <item row="1" column="2" >
434            <widget class="KLineEdit" name="kcfg_rmd_jackports" />
435           </item>
436           <item row="1" column="1" >
437            <widget class="QLabel" name="label_10" >
438             <property name="text" >
439              <string>Ports:</string>
440             </property>
441            </widget>
442           </item>
443          </layout>
444         </widget>
445        </item>
446        <item row="3" column="0" colspan="5" >
447         <widget class="KComboBox" name="kcfg_rmd_capture_type" >
448          <item>
449           <property name="text" >
450            <string>Full screen capture</string>
451           </property>
452          </item>
453          <item>
454           <property name="text" >
455            <string>Region capture</string>
456           </property>
457          </item>
458         </widget>
459        </item>
460        <item row="4" column="0" colspan="5" >
461         <widget class="QFrame" name="region_group" >
462          <property name="frameShape" >
463           <enum>QFrame::StyledPanel</enum>
464          </property>
465          <property name="frameShadow" >
466           <enum>QFrame::Raised</enum>
467          </property>
468          <layout class="QGridLayout" name="gridLayout_5" >
469           <item row="1" column="1" >
470            <widget class="KIntSpinBox" name="kcfg_rmd_offsetx" >
471             <property name="minimum" >
472              <number>1</number>
473             </property>
474             <property name="maximum" >
475              <number>5000</number>
476             </property>
477            </widget>
478           </item>
479           <item row="1" column="2" >
480            <widget class="KIntSpinBox" name="kcfg_rmd_offsety" >
481             <property name="minimum" >
482              <number>1</number>
483             </property>
484             <property name="maximum" >
485              <number>5000</number>
486             </property>
487            </widget>
488           </item>
489           <item row="2" column="2" >
490            <widget class="KIntSpinBox" name="kcfg_rmd_height" >
491             <property name="maximum" >
492              <number>5000</number>
493             </property>
494            </widget>
495           </item>
496           <item row="2" column="1" >
497            <widget class="KIntSpinBox" name="kcfg_rmd_width" >
498             <property name="maximum" >
499              <number>5000</number>
500             </property>
501            </widget>
502           </item>
503           <item row="1" column="0" >
504            <widget class="QLabel" name="label_19" >
505             <property name="text" >
506              <string>Offset</string>
507             </property>
508            </widget>
509           </item>
510           <item row="2" column="0" >
511            <widget class="QLabel" name="label_20" >
512             <property name="text" >
513              <string>Size</string>
514             </property>
515            </widget>
516           </item>
517           <item row="0" column="0" >
518            <widget class="QCheckBox" name="kcfg_rmd_follow_mouse" >
519             <property name="text" >
520              <string>Follow mouse</string>
521             </property>
522            </widget>
523           </item>
524          </layout>
525         </widget>
526        </item>
527        <item row="5" column="0" >
528         <widget class="QLabel" name="label_8" >
529          <property name="text" >
530           <string>Audio channels</string>
531          </property>
532         </widget>
533        </item>
534        <item row="5" column="1" >
535         <widget class="KIntSpinBox" name="kcfg_rmd_audio_channels" />
536        </item>
537        <item row="5" column="2" >
538         <spacer name="horizontalSpacer_2" >
539          <property name="orientation" >
540           <enum>Qt::Horizontal</enum>
541          </property>
542          <property name="sizeHint" stdset="0" >
543           <size>
544            <width>86</width>
545            <height>26</height>
546           </size>
547          </property>
548         </spacer>
549        </item>
550        <item row="5" column="3" >
551         <widget class="QLabel" name="label_18" >
552          <property name="text" >
553           <string>Frame rate</string>
554          </property>
555         </widget>
556        </item>
557        <item row="5" column="4" >
558         <widget class="KDoubleNumInput" name="kcfg_rmd_fps" />
559        </item>
560        <item row="6" column="0" colspan="4" >
561         <widget class="QCheckBox" name="kcfg_rmd_fullshots" >
562          <property name="text" >
563           <string>Full shots</string>
564          </property>
565         </widget>
566        </item>
567        <item row="7" column="0" colspan="5" >
568         <spacer name="verticalSpacer_3" >
569          <property name="orientation" >
570           <enum>Qt::Vertical</enum>
571          </property>
572          <property name="sizeHint" stdset="0" >
573           <size>
574            <width>383</width>
575            <height>160</height>
576           </size>
577          </property>
578         </spacer>
579        </item>
580       </layout>
581      </widget>
582     </widget>
583    </item>
584   </layout>
585  </widget>
586  <customwidgets>
587   <customwidget>
588    <class>KComboBox</class>
589    <extends>QComboBox</extends>
590    <header>kcombobox.h</header>
591   </customwidget>
592   <customwidget>
593    <class>KDoubleNumInput</class>
594    <extends>QWidget</extends>
595    <header>knuminput.h</header>
596   </customwidget>
597   <customwidget>
598    <class>KIntSpinBox</class>
599    <extends>QSpinBox</extends>
600    <header>knuminput.h</header>
601   </customwidget>
602   <customwidget>
603    <class>KLineEdit</class>
604    <extends>QLineEdit</extends>
605    <header>klineedit.h</header>
606   </customwidget>
607  </customwidgets>
608  <resources/>
609  <connections/>
610 </ui>