]> git.sesse.net Git - kdenlive/blob - src/widgets/stopmotion_ui.ui
Improve stopmotion widget (show thumbs of previous frames)
[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>662</width>
10     <height>418</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="10">
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     </widget>
85    </item>
86    <item row="1" column="1">
87     <widget class="QToolButton" name="frameoverlay_button">
88      <property name="toolTip">
89       <string>Overlay last frame</string>
90      </property>
91      <property name="whatsThis">
92       <string/>
93      </property>
94      <property name="text">
95       <string>...</string>
96      </property>
97      <property name="checkable">
98       <bool>true</bool>
99      </property>
100     </widget>
101    </item>
102    <item row="1" column="2">
103     <widget class="QToolButton" name="preview_button">
104      <property name="toolTip">
105       <string>Preview sequence</string>
106      </property>
107      <property name="whatsThis">
108       <string/>
109      </property>
110      <property name="text">
111       <string>...</string>
112      </property>
113     </widget>
114    </item>
115    <item row="1" column="3">
116     <widget class="KLineEdit" name="sequence_name">
117      <property name="sizePolicy">
118       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
119        <horstretch>0</horstretch>
120        <verstretch>0</verstretch>
121       </sizepolicy>
122      </property>
123      <property name="toolTip">
124       <string>Sequence name</string>
125      </property>
126      <property name="whatsThis">
127       <string/>
128      </property>
129     </widget>
130    </item>
131    <item row="1" column="4">
132     <widget class="QSpinBox" name="frame_number">
133      <property name="toolTip">
134       <string>Frame number</string>
135      </property>
136      <property name="whatsThis">
137       <string/>
138      </property>
139     </widget>
140    </item>
141    <item row="1" column="5">
142     <widget class="QToolButton" name="capture_button">
143      <property name="toolTip">
144       <string>Capture frame</string>
145      </property>
146      <property name="whatsThis">
147       <string/>
148      </property>
149      <property name="text">
150       <string>...</string>
151      </property>
152     </widget>
153    </item>
154    <item row="1" column="6">
155     <widget class="QToolButton" name="removelast_button">
156      <property name="toolTip">
157       <string>Remove current frame</string>
158      </property>
159      <property name="whatsThis">
160       <string/>
161      </property>
162      <property name="text">
163       <string>...</string>
164      </property>
165     </widget>
166    </item>
167    <item row="1" column="7">
168     <widget class="KComboBox" name="capture_device">
169      <property name="toolTip">
170       <string>Capture device</string>
171      </property>
172      <property name="whatsThis">
173       <string/>
174      </property>
175     </widget>
176    </item>
177    <item row="1" column="8">
178     <widget class="QPushButton" name="button_addsequence">
179      <property name="text">
180       <string>Add sequence to project</string>
181      </property>
182     </widget>
183    </item>
184    <item row="1" column="9">
185     <widget class="QDialogButtonBox" name="buttonBox">
186      <property name="sizePolicy">
187       <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
188        <horstretch>0</horstretch>
189        <verstretch>0</verstretch>
190       </sizepolicy>
191      </property>
192      <property name="orientation">
193       <enum>Qt::Horizontal</enum>
194      </property>
195      <property name="standardButtons">
196       <set>QDialogButtonBox::Close</set>
197      </property>
198     </widget>
199    </item>
200   </layout>
201  </widget>
202  <customwidgets>
203   <customwidget>
204    <class>KLineEdit</class>
205    <extends>QLineEdit</extends>
206    <header>klineedit.h</header>
207   </customwidget>
208   <customwidget>
209    <class>KComboBox</class>
210    <extends>QComboBox</extends>
211    <header>kcombobox.h</header>
212   </customwidget>
213  </customwidgets>
214  <resources/>
215  <connections>
216   <connection>
217    <sender>buttonBox</sender>
218    <signal>accepted()</signal>
219    <receiver>Stopmotion_UI</receiver>
220    <slot>accept()</slot>
221    <hints>
222     <hint type="sourcelabel">
223      <x>248</x>
224      <y>254</y>
225     </hint>
226     <hint type="destinationlabel">
227      <x>157</x>
228      <y>274</y>
229     </hint>
230    </hints>
231   </connection>
232   <connection>
233    <sender>buttonBox</sender>
234    <signal>rejected()</signal>
235    <receiver>Stopmotion_UI</receiver>
236    <slot>reject()</slot>
237    <hints>
238     <hint type="sourcelabel">
239      <x>316</x>
240      <y>260</y>
241     </hint>
242     <hint type="destinationlabel">
243      <x>286</x>
244      <y>274</y>
245     </hint>
246    </hints>
247   </connection>
248  </connections>
249 </ui>