]> git.sesse.net Git - kdenlive/blob - src/widgets/recmonitor_ui.ui
Fix v4l capture on the first attempt
[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>371</width>
10     <height>186</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="4">
18     <widget class="QLabel" name="video_frame">
19      <property name="text">
20       <string>Not connected</string>
21      </property>
22      <property name="alignment">
23       <set>Qt::AlignCenter</set>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="0" colspan="4">
28     <widget class="QFrame" name="control_frame_firewire">
29      <property name="sizePolicy">
30       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
31        <horstretch>0</horstretch>
32        <verstretch>0</verstretch>
33       </sizepolicy>
34      </property>
35      <property name="minimumSize">
36       <size>
37        <width>0</width>
38        <height>15</height>
39       </size>
40      </property>
41      <property name="frameShape">
42       <enum>QFrame::StyledPanel</enum>
43      </property>
44      <property name="frameShadow">
45       <enum>QFrame::Raised</enum>
46      </property>
47     </widget>
48    </item>
49    <item row="2" column="0">
50     <widget class="QCheckBox" name="autoaddbox">
51      <property name="text">
52       <string>Auto add</string>
53      </property>
54      <property name="checked">
55       <bool>true</bool>
56      </property>
57     </widget>
58    </item>
59    <item row="2" column="3">
60     <widget class="KComboBox" name="device_selector">
61      <item>
62       <property name="text">
63        <string>Firewire</string>
64       </property>
65      </item>
66      <item>
67       <property name="text">
68        <string>Video4Linux</string>
69       </property>
70      </item>
71      <item>
72       <property name="text">
73        <string>Screen grab</string>
74       </property>
75      </item>
76      <item>
77       <property name="text">
78        <string>Blackmagic card</string>
79       </property>
80      </item>
81     </widget>
82    </item>
83    <item row="2" column="1">
84     <widget class="QCheckBox" name="enable_preview">
85      <property name="text">
86       <string>Preview while capturing</string>
87      </property>
88      <property name="checked">
89       <bool>true</bool>
90      </property>
91     </widget>
92    </item>
93    <item row="2" column="2">
94     <spacer name="horizontalSpacer">
95      <property name="orientation">
96       <enum>Qt::Horizontal</enum>
97      </property>
98      <property name="sizeHint" stdset="0">
99       <size>
100        <width>40</width>
101        <height>20</height>
102       </size>
103      </property>
104     </spacer>
105    </item>
106   </layout>
107  </widget>
108  <customwidgets>
109   <customwidget>
110    <class>KComboBox</class>
111    <extends>QComboBox</extends>
112    <header>kcombobox.h</header>
113   </customwidget>
114  </customwidgets>
115  <resources/>
116  <connections/>
117 </ui>