]> git.sesse.net Git - kdenlive/blob - src/widgets/stopmotion_ui.ui
* Add preliminary support for Blackmagic HDMI capture card
[kdenlive] / src / widgets / stopmotion_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Stopmotion_UI</class>
4  <widget class="QDialog" name="Stopmotion_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>778</width>
10     <height>411</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="12">
18     <widget class="QFrame" name="video_preview">
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="0">
37     <widget class="QToolButton" name="live_button">
38      <property name="toolTip">
39       <string>Live view</string>
40      </property>
41      <property name="whatsThis">
42       <string/>
43      </property>
44      <property name="text">
45       <string>...</string>
46      </property>
47      <property name="checkable">
48       <bool>true</bool>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="2">
53     <widget class="QToolButton" name="frameoverlay_button">
54      <property name="toolTip">
55       <string>Overlay last frame</string>
56      </property>
57      <property name="whatsThis">
58       <string/>
59      </property>
60      <property name="text">
61       <string>...</string>
62      </property>
63      <property name="checkable">
64       <bool>true</bool>
65      </property>
66     </widget>
67    </item>
68    <item row="1" column="3">
69     <widget class="QToolButton" name="preview_button">
70      <property name="toolTip">
71       <string>Preview sequence</string>
72      </property>
73      <property name="whatsThis">
74       <string/>
75      </property>
76      <property name="text">
77       <string>...</string>
78      </property>
79     </widget>
80    </item>
81    <item row="1" column="4">
82     <widget class="KLineEdit" name="sequence_name">
83      <property name="sizePolicy">
84       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
85        <horstretch>0</horstretch>
86        <verstretch>0</verstretch>
87       </sizepolicy>
88      </property>
89      <property name="toolTip">
90       <string>Sequence name</string>
91      </property>
92      <property name="whatsThis">
93       <string/>
94      </property>
95     </widget>
96    </item>
97    <item row="1" column="5">
98     <widget class="QSpinBox" name="frame_number">
99      <property name="toolTip">
100       <string>Frame number</string>
101      </property>
102      <property name="whatsThis">
103       <string/>
104      </property>
105     </widget>
106    </item>
107    <item row="1" column="11">
108     <widget class="QDialogButtonBox" name="buttonBox">
109      <property name="orientation">
110       <enum>Qt::Horizontal</enum>
111      </property>
112      <property name="standardButtons">
113       <set>QDialogButtonBox::Close</set>
114      </property>
115     </widget>
116    </item>
117    <item row="1" column="6">
118     <widget class="QToolButton" name="capture_button">
119      <property name="toolTip">
120       <string>Capture frame</string>
121      </property>
122      <property name="whatsThis">
123       <string/>
124      </property>
125      <property name="text">
126       <string>...</string>
127      </property>
128     </widget>
129    </item>
130    <item row="1" column="7">
131     <widget class="QToolButton" name="removelast_button">
132      <property name="toolTip">
133       <string>Remove current frame</string>
134      </property>
135      <property name="whatsThis">
136       <string/>
137      </property>
138      <property name="text">
139       <string>...</string>
140      </property>
141     </widget>
142    </item>
143    <item row="1" column="9">
144     <widget class="KComboBox" name="capture_device">
145      <property name="toolTip">
146       <string>Capture device</string>
147      </property>
148      <property name="whatsThis">
149       <string/>
150      </property>
151     </widget>
152    </item>
153    <item row="1" column="8">
154     <spacer name="horizontalSpacer">
155      <property name="orientation">
156       <enum>Qt::Horizontal</enum>
157      </property>
158      <property name="sizeHint" stdset="0">
159       <size>
160        <width>40</width>
161        <height>20</height>
162       </size>
163      </property>
164     </spacer>
165    </item>
166    <item row="1" column="10">
167     <widget class="QPushButton" name="button_addsequence">
168      <property name="text">
169       <string>Add sequence to project</string>
170      </property>
171     </widget>
172    </item>
173   </layout>
174  </widget>
175  <customwidgets>
176   <customwidget>
177    <class>KLineEdit</class>
178    <extends>QLineEdit</extends>
179    <header>klineedit.h</header>
180   </customwidget>
181   <customwidget>
182    <class>KComboBox</class>
183    <extends>QComboBox</extends>
184    <header>kcombobox.h</header>
185   </customwidget>
186  </customwidgets>
187  <resources/>
188  <connections>
189   <connection>
190    <sender>buttonBox</sender>
191    <signal>accepted()</signal>
192    <receiver>Stopmotion_UI</receiver>
193    <slot>accept()</slot>
194    <hints>
195     <hint type="sourcelabel">
196      <x>248</x>
197      <y>254</y>
198     </hint>
199     <hint type="destinationlabel">
200      <x>157</x>
201      <y>274</y>
202     </hint>
203    </hints>
204   </connection>
205   <connection>
206    <sender>buttonBox</sender>
207    <signal>rejected()</signal>
208    <receiver>Stopmotion_UI</receiver>
209    <slot>reject()</slot>
210    <hints>
211     <hint type="sourcelabel">
212      <x>316</x>
213      <y>260</y>
214     </hint>
215     <hint type="destinationlabel">
216      <x>286</x>
217      <y>274</y>
218     </hint>
219    </hints>
220   </connection>
221  </connections>
222 </ui>