]> git.sesse.net Git - kdenlive/blob - src/widgets/recmonitor_ui.ui
2a701fa8a283102812e524d27766d24bc19a1495
[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>312</width>
10     <height>204</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" name="verticalLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <item>
18     <widget class="QLabel" name="video_frame">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="text">
26       <string>Not connected</string>
27      </property>
28      <property name="alignment">
29       <set>Qt::AlignCenter</set>
30      </property>
31      <property name="openExternalLinks">
32       <bool>false</bool>
33      </property>
34     </widget>
35    </item>
36    <item>
37     <widget class="QFrame" name="control_frame_firewire">
38      <property name="sizePolicy">
39       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
40        <horstretch>0</horstretch>
41        <verstretch>0</verstretch>
42       </sizepolicy>
43      </property>
44      <property name="minimumSize">
45       <size>
46        <width>0</width>
47        <height>15</height>
48       </size>
49      </property>
50      <property name="frameShape">
51       <enum>QFrame::StyledPanel</enum>
52      </property>
53      <property name="frameShadow">
54       <enum>QFrame::Raised</enum>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <layout class="QHBoxLayout" name="horizontalLayout">
60      <item>
61       <widget class="QToolButton" name="rec_options">
62        <property name="text">
63         <string>...</string>
64        </property>
65        <property name="popupMode">
66         <enum>QToolButton::InstantPopup</enum>
67        </property>
68        <property name="autoRaise">
69         <bool>true</bool>
70        </property>
71       </widget>
72      </item>
73      <item>
74       <widget class="QFrame" name="control_frame">
75        <property name="frameShape">
76         <enum>QFrame::NoFrame</enum>
77        </property>
78        <property name="frameShadow">
79         <enum>QFrame::Plain</enum>
80        </property>
81        <layout class="QHBoxLayout" name="horizontalLayout_2">
82         <item>
83          <widget class="QCheckBox" name="rec_video">
84           <property name="text">
85            <string>Video</string>
86           </property>
87          </widget>
88         </item>
89         <item>
90          <widget class="QCheckBox" name="rec_audio">
91           <property name="text">
92            <string>Audio</string>
93           </property>
94          </widget>
95         </item>
96        </layout>
97       </widget>
98      </item>
99      <item>
100       <spacer name="horizontalSpacer">
101        <property name="orientation">
102         <enum>Qt::Horizontal</enum>
103        </property>
104        <property name="sizeHint" stdset="0">
105         <size>
106          <width>40</width>
107          <height>20</height>
108         </size>
109        </property>
110       </spacer>
111      </item>
112      <item>
113       <widget class="KComboBox" name="device_selector">
114        <item>
115         <property name="text">
116          <string>Firewire</string>
117         </property>
118        </item>
119        <item>
120         <property name="text">
121          <string>FFmpeg</string>
122         </property>
123        </item>
124        <item>
125         <property name="text">
126          <string>Screen grab</string>
127         </property>
128        </item>
129        <item>
130         <property name="text">
131          <string>Blackmagic card</string>
132         </property>
133        </item>
134       </widget>
135      </item>
136     </layout>
137    </item>
138   </layout>
139  </widget>
140  <customwidgets>
141   <customwidget>
142    <class>KComboBox</class>
143    <extends>QComboBox</extends>
144    <header>kcombobox.h</header>
145   </customwidget>
146  </customwidgets>
147  <resources/>
148  <connections/>
149 </ui>