]> git.sesse.net Git - kdenlive/blob - src/widgets/wizardcapture_ui.ui
0c151a638402ec251bec309566063c81a4592979
[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>273</width>
10     <height>153</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="3">
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="3">
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="4">
32     <widget class="QTreeWidget" name="device_list">
33      <property name="sizePolicy">
34       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
35        <horstretch>0</horstretch>
36        <verstretch>0</verstretch>
37       </sizepolicy>
38      </property>
39      <property name="alternatingRowColors">
40       <bool>true</bool>
41      </property>
42      <property name="allColumnsShowFocus">
43       <bool>true</bool>
44      </property>
45      <column>
46       <property name="text">
47        <string>Device Name</string>
48       </property>
49      </column>
50      <column>
51       <property name="text">
52        <string>Capacities</string>
53       </property>
54      </column>
55     </widget>
56    </item>
57    <item row="3" column="1">
58     <spacer name="verticalSpacer">
59      <property name="orientation">
60       <enum>Qt::Vertical</enum>
61      </property>
62      <property name="sizeHint" stdset="0">
63       <size>
64        <width>20</width>
65        <height>1</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70    <item row="2" column="0" colspan="4">
71     <widget class="QLabel" name="v4l_status">
72      <property name="text">
73       <string/>
74      </property>
75     </widget>
76    </item>
77   </layout>
78  </widget>
79  <resources/>
80  <connections/>
81 </ui>