]> git.sesse.net Git - kdenlive/blob - src/widgets/recmonitor_ui.ui
3de6baac953a07d154d4f7126ebd94bab051e6aa
[kdenlive] / src / widgets / recmonitor_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RecMonitor_UI</class>
4  <widget class="QWidget" name="RecMonitor_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>293</width>
10     <height>250</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <item row="0" column="0" colspan="3">
18     <widget class="QFrame" name="video_capture">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="frameShape">
26       <enum>QFrame::NoFrame</enum>
27      </property>
28      <property name="frameShadow">
29       <enum>QFrame::Plain</enum>
30      </property>
31      <property name="lineWidth">
32       <number>0</number>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="1">
37     <widget class="QLabel" name="video_frame">
38      <property name="sizePolicy">
39       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
40        <horstretch>0</horstretch>
41        <verstretch>0</verstretch>
42       </sizepolicy>
43      </property>
44      <property name="text">
45       <string>Not connected</string>
46      </property>
47      <property name="alignment">
48       <set>Qt::AlignCenter</set>
49      </property>
50     </widget>
51    </item>
52    <item row="2" column="0" colspan="3">
53     <widget class="QFrame" name="control_frame_firewire">
54      <property name="sizePolicy">
55       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
56        <horstretch>0</horstretch>
57        <verstretch>0</verstretch>
58       </sizepolicy>
59      </property>
60      <property name="minimumSize">
61       <size>
62        <width>0</width>
63        <height>15</height>
64       </size>
65      </property>
66      <property name="frameShape">
67       <enum>QFrame::StyledPanel</enum>
68      </property>
69      <property name="frameShadow">
70       <enum>QFrame::Raised</enum>
71      </property>
72     </widget>
73    </item>
74    <item row="3" column="0">
75     <widget class="QCheckBox" name="autoaddbox">
76      <property name="text">
77       <string>Auto add</string>
78      </property>
79      <property name="checked">
80       <bool>true</bool>
81      </property>
82     </widget>
83    </item>
84    <item row="3" column="2">
85     <widget class="KComboBox" name="device_selector">
86      <item>
87       <property name="text">
88        <string>Firewire</string>
89       </property>
90      </item>
91      <item>
92       <property name="text">
93        <string>Video4Linux</string>
94       </property>
95      </item>
96      <item>
97       <property name="text">
98        <string>Screen grab</string>
99       </property>
100      </item>
101      <item>
102       <property name="text">
103        <string>Blackmagic card</string>
104       </property>
105      </item>
106     </widget>
107    </item>
108   </layout>
109  </widget>
110  <customwidgets>
111   <customwidget>
112    <class>KComboBox</class>
113    <extends>QComboBox</extends>
114    <header>kcombobox.h</header>
115   </customwidget>
116  </customwidgets>
117  <resources/>
118  <connections/>
119 </ui>