]> git.sesse.net Git - kdenlive/blob - src/widgets/recmonitor_ui.ui
Audio recording (works even while playing project, nice for voiceover)
[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>285</width>
10     <height>157</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="6">
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="6">
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="5">
50     <widget class="KComboBox" name="device_selector">
51      <item>
52       <property name="text">
53        <string>Firewire</string>
54       </property>
55      </item>
56      <item>
57       <property name="text">
58        <string>FFmpeg</string>
59       </property>
60      </item>
61      <item>
62       <property name="text">
63        <string>Screen grab</string>
64       </property>
65      </item>
66      <item>
67       <property name="text">
68        <string>Blackmagic card</string>
69       </property>
70      </item>
71     </widget>
72    </item>
73    <item row="2" column="4">
74     <spacer name="horizontalSpacer">
75      <property name="orientation">
76       <enum>Qt::Horizontal</enum>
77      </property>
78      <property name="sizeHint" stdset="0">
79       <size>
80        <width>40</width>
81        <height>20</height>
82       </size>
83      </property>
84     </spacer>
85    </item>
86    <item row="2" column="1">
87     <widget class="QCheckBox" name="rec_video">
88      <property name="text">
89       <string>Video</string>
90      </property>
91     </widget>
92    </item>
93    <item row="2" column="2">
94     <widget class="QCheckBox" name="rec_audio">
95      <property name="text">
96       <string>Audio</string>
97      </property>
98     </widget>
99    </item>
100    <item row="2" column="0">
101     <widget class="QToolButton" name="rec_options">
102      <property name="text">
103       <string>...</string>
104      </property>
105      <property name="popupMode">
106       <enum>QToolButton::InstantPopup</enum>
107      </property>
108      <property name="autoRaise">
109       <bool>true</bool>
110      </property>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <customwidgets>
116   <customwidget>
117    <class>KComboBox</class>
118    <extends>QComboBox</extends>
119    <header>kcombobox.h</header>
120   </customwidget>
121  </customwidgets>
122  <resources/>
123  <connections/>
124 </ui>