]> git.sesse.net Git - kdenlive/blob - src/widgets/wizardcapture_ui.ui
Merge branch 'refs/heads/v0.8.2'
[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   <layout class="QGridLayout" name="gridLayout">
14    <item row="0" column="0" colspan="4">
15     <widget class="QLabel" name="label">
16      <property name="text">
17       <string>Autodetected capture devices</string>
18      </property>
19     </widget>
20    </item>
21    <item row="0" column="4">
22     <widget class="QPushButton" name="button_reload">
23      <property name="text">
24       <string>Check</string>
25      </property>
26     </widget>
27    </item>
28    <item row="1" column="0" colspan="5">
29     <widget class="QLabel" name="v4l_status">
30      <property name="text">
31       <string/>
32      </property>
33     </widget>
34    </item>
35    <item row="2" column="0" colspan="5">
36     <widget class="KComboBox" name="v4l_devices"/>
37    </item>
38    <item row="3" column="0" colspan="2">
39     <widget class="QLabel" name="label_9">
40      <property name="text">
41       <string>Select capture format</string>
42      </property>
43     </widget>
44    </item>
45    <item row="3" column="2" colspan="3">
46     <widget class="KComboBox" name="v4l_formats"/>
47    </item>
48    <item row="4" column="1">
49     <spacer name="verticalSpacer">
50      <property name="orientation">
51       <enum>Qt::Vertical</enum>
52      </property>
53      <property name="sizeHint" stdset="0">
54       <size>
55        <width>20</width>
56        <height>1</height>
57       </size>
58      </property>
59     </spacer>
60    </item>
61   </layout>
62  </widget>
63  <customwidgets>
64   <customwidget>
65    <class>KComboBox</class>
66    <extends>QComboBox</extends>
67    <header>kcombobox.h</header>
68   </customwidget>
69  </customwidgets>
70  <resources/>
71  <connections/>
72 </ui>