]> git.sesse.net Git - kdenlive/blob - src/widgets/wizardcapture_ui.ui
Complete rewrite of the video4linux capture to use MLT, in progress.
[kdenlive] / src / widgets / wizardcapture_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WizardCapture_UI</class>
4  <widget class="QWidget" name="WizardCapture_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>279</width>
10     <height>110</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="4">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Autodetected capture devices</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="4">
25     <widget class="QPushButton" name="button_reload">
26      <property name="text">
27       <string>Check</string>
28      </property>
29     </widget>
30    </item>
31    <item row="1" column="0" colspan="5">
32     <widget class="QLabel" name="v4l_status">
33      <property name="text">
34       <string/>
35      </property>
36     </widget>
37    </item>
38    <item row="2" column="0" colspan="5">
39     <widget class="KComboBox" name="v4l_devices"/>
40    </item>
41    <item row="3" column="0" colspan="2">
42     <widget class="QLabel" name="label_9">
43      <property name="text">
44       <string>Select capture format</string>
45      </property>
46     </widget>
47    </item>
48    <item row="3" column="2" colspan="3">
49     <widget class="KComboBox" name="v4l_formats"/>
50    </item>
51    <item row="4" column="1">
52     <spacer name="verticalSpacer">
53      <property name="orientation">
54       <enum>Qt::Vertical</enum>
55      </property>
56      <property name="sizeHint" stdset="0">
57       <size>
58        <width>20</width>
59        <height>1</height>
60       </size>
61      </property>
62     </spacer>
63    </item>
64   </layout>
65  </widget>
66  <customwidgets>
67   <customwidget>
68    <class>KComboBox</class>
69    <extends>QComboBox</extends>
70    <header>kcombobox.h</header>
71   </customwidget>
72  </customwidgets>
73  <resources/>
74  <connections/>
75 </ui>