]> git.sesse.net Git - kdenlive/blob - src/widgets/stopmotion_ui.ui
Preliminary support for blackmagic capture (only .raw format for now, cannot be read...
[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>643</width>
10     <height>395</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="11">
18     <widget class="QSplitter" name="splitter">
19      <property name="orientation">
20       <enum>Qt::Vertical</enum>
21      </property>
22      <widget class="QFrame" name="video_preview">
23       <property name="sizePolicy">
24        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25         <horstretch>0</horstretch>
26         <verstretch>0</verstretch>
27        </sizepolicy>
28       </property>
29       <property name="frameShape">
30        <enum>QFrame::NoFrame</enum>
31       </property>
32       <property name="frameShadow">
33        <enum>QFrame::Plain</enum>
34       </property>
35       <property name="lineWidth">
36        <number>0</number>
37       </property>
38      </widget>
39      <widget class="QListWidget" name="frame_list">
40       <property name="maximumSize">
41        <size>
42         <width>16777215</width>
43         <height>120</height>
44        </size>
45       </property>
46       <property name="frameShape">
47        <enum>QFrame::StyledPanel</enum>
48       </property>
49       <property name="verticalScrollBarPolicy">
50        <enum>Qt::ScrollBarAlwaysOff</enum>
51       </property>
52       <property name="horizontalScrollBarPolicy">
53        <enum>Qt::ScrollBarAlwaysOn</enum>
54       </property>
55       <property name="movement">
56        <enum>QListView::Static</enum>
57       </property>
58       <property name="isWrapping" stdset="0">
59        <bool>false</bool>
60       </property>
61       <property name="viewMode">
62        <enum>QListView::IconMode</enum>
63       </property>
64       <property name="uniformItemSizes">
65        <bool>true</bool>
66       </property>
67      </widget>
68     </widget>
69    </item>
70    <item row="1" column="0">
71     <widget class="QToolButton" name="live_button">
72      <property name="toolTip">
73       <string>Live view</string>
74      </property>
75      <property name="whatsThis">
76       <string/>
77      </property>
78      <property name="text">
79       <string>...</string>
80      </property>
81      <property name="checkable">
82       <bool>true</bool>
83      </property>
84      <property name="autoRaise">
85       <bool>true</bool>
86      </property>
87     </widget>
88    </item>
89    <item row="1" column="1">
90     <widget class="QToolButton" name="frameoverlay_button">
91      <property name="toolTip">
92       <string>Overlay last frame</string>
93      </property>
94      <property name="whatsThis">
95       <string/>
96      </property>
97      <property name="text">
98       <string>...</string>
99      </property>
100      <property name="checkable">
101       <bool>true</bool>
102      </property>
103      <property name="autoRaise">
104       <bool>true</bool>
105      </property>
106     </widget>
107    </item>
108    <item row="1" column="2">
109     <widget class="QToolButton" name="preview_button">
110      <property name="toolTip">
111       <string>Preview sequence</string>
112      </property>
113      <property name="whatsThis">
114       <string/>
115      </property>
116      <property name="text">
117       <string>...</string>
118      </property>
119     </widget>
120    </item>
121    <item row="1" column="4">
122     <widget class="QSpinBox" name="frame_number">
123      <property name="toolTip">
124       <string>Frame number</string>
125      </property>
126      <property name="whatsThis">
127       <string/>
128      </property>
129     </widget>
130    </item>
131    <item row="1" column="5">
132     <widget class="QToolButton" name="capture_button">
133      <property name="toolTip">
134       <string>Capture frame</string>
135      </property>
136      <property name="whatsThis">
137       <string/>
138      </property>
139      <property name="text">
140       <string>...</string>
141      </property>
142     </widget>
143    </item>
144    <item row="1" column="6">
145     <widget class="QToolButton" name="removelast_button">
146      <property name="toolTip">
147       <string>Remove current frame</string>
148      </property>
149      <property name="whatsThis">
150       <string/>
151      </property>
152      <property name="text">
153       <string>...</string>
154      </property>
155     </widget>
156    </item>
157    <item row="1" column="7">
158     <widget class="KComboBox" name="capture_device">
159      <property name="toolTip">
160       <string>Capture device</string>
161      </property>
162      <property name="whatsThis">
163       <string/>
164      </property>
165     </widget>
166    </item>
167    <item row="1" column="9">
168     <widget class="QPushButton" name="button_addsequence">
169      <property name="text">
170       <string>Add to project</string>
171      </property>
172     </widget>
173    </item>
174    <item row="1" column="10">
175     <widget class="QDialogButtonBox" name="buttonBox">
176      <property name="sizePolicy">
177       <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
178        <horstretch>0</horstretch>
179        <verstretch>0</verstretch>
180       </sizepolicy>
181      </property>
182      <property name="orientation">
183       <enum>Qt::Horizontal</enum>
184      </property>
185      <property name="standardButtons">
186       <set>QDialogButtonBox::Close</set>
187      </property>
188     </widget>
189    </item>
190    <item row="1" column="3">
191     <widget class="KComboBox" name="sequence_name">
192      <property name="toolTip">
193       <string>Sequence name</string>
194      </property>
195      <property name="editable">
196       <bool>true</bool>
197      </property>
198     </widget>
199    </item>
200    <item row="1" column="8">
201     <widget class="KComboBox" name="log_box">
202      <property name="sizePolicy">
203       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
204        <horstretch>0</horstretch>
205        <verstretch>0</verstretch>
206       </sizepolicy>
207      </property>
208      <property name="maxCount">
209       <number>10</number>
210      </property>
211      <property name="frame">
212       <bool>false</bool>
213      </property>
214     </widget>
215    </item>
216   </layout>
217  </widget>
218  <customwidgets>
219   <customwidget>
220    <class>KComboBox</class>
221    <extends>QComboBox</extends>
222    <header>kcombobox.h</header>
223   </customwidget>
224  </customwidgets>
225  <resources/>
226  <connections>
227   <connection>
228    <sender>buttonBox</sender>
229    <signal>accepted()</signal>
230    <receiver>Stopmotion_UI</receiver>
231    <slot>accept()</slot>
232    <hints>
233     <hint type="sourcelabel">
234      <x>248</x>
235      <y>254</y>
236     </hint>
237     <hint type="destinationlabel">
238      <x>157</x>
239      <y>274</y>
240     </hint>
241    </hints>
242   </connection>
243   <connection>
244    <sender>buttonBox</sender>
245    <signal>rejected()</signal>
246    <receiver>Stopmotion_UI</receiver>
247    <slot>reject()</slot>
248    <hints>
249     <hint type="sourcelabel">
250      <x>316</x>
251      <y>260</y>
252     </hint>
253     <hint type="destinationlabel">
254      <x>286</x>
255      <y>274</y>
256     </hint>
257    </hints>
258   </connection>
259  </connections>
260 </ui>