]> git.sesse.net Git - kdenlive/blob - src/widgets/stopmotion_ui.ui
0d7d35cc214849457c76330e64e7311c0de1c223
[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>671</width>
10     <height>406</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="15">
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="9">
71     <widget class="KComboBox" name="sequence_name">
72      <property name="toolTip">
73       <string>Sequence name</string>
74      </property>
75      <property name="editable">
76       <bool>true</bool>
77      </property>
78     </widget>
79    </item>
80    <item row="1" column="11">
81     <widget class="KComboBox" name="capture_device">
82      <property name="toolTip">
83       <string>Capture device</string>
84      </property>
85      <property name="whatsThis">
86       <string/>
87      </property>
88     </widget>
89    </item>
90    <item row="1" column="12">
91     <widget class="KComboBox" name="log_box">
92      <property name="sizePolicy">
93       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
94        <horstretch>0</horstretch>
95        <verstretch>0</verstretch>
96       </sizepolicy>
97      </property>
98      <property name="maxCount">
99       <number>10</number>
100      </property>
101      <property name="frame">
102       <bool>false</bool>
103      </property>
104     </widget>
105    </item>
106    <item row="1" column="13">
107     <widget class="QPushButton" name="button_addsequence">
108      <property name="text">
109       <string>Add to project</string>
110      </property>
111     </widget>
112    </item>
113    <item row="1" column="7">
114     <widget class="QToolButton" name="preview_button">
115      <property name="toolTip">
116       <string>Preview sequence</string>
117      </property>
118      <property name="whatsThis">
119       <string/>
120      </property>
121      <property name="text">
122       <string>...</string>
123      </property>
124      <property name="checkable">
125       <bool>true</bool>
126      </property>
127     </widget>
128    </item>
129    <item row="1" column="2">
130     <widget class="QToolButton" name="config_button">
131      <property name="whatsThis">
132       <string/>
133      </property>
134      <property name="text">
135       <string>...</string>
136      </property>
137      <property name="popupMode">
138       <enum>QToolButton::InstantPopup</enum>
139      </property>
140     </widget>
141    </item>
142    <item row="1" column="3">
143     <widget class="QToolButton" name="live_button">
144      <property name="toolTip">
145       <string>Live view</string>
146      </property>
147      <property name="whatsThis">
148       <string/>
149      </property>
150      <property name="text">
151       <string>...</string>
152      </property>
153      <property name="checkable">
154       <bool>true</bool>
155      </property>
156      <property name="autoRaise">
157       <bool>true</bool>
158      </property>
159     </widget>
160    </item>
161    <item row="1" column="8">
162     <widget class="QLabel" name="label">
163      <property name="text">
164       <string>Sequence name</string>
165      </property>
166     </widget>
167    </item>
168    <item row="1" column="6">
169     <widget class="QToolButton" name="overlay_button">
170      <property name="text">
171       <string>...</string>
172      </property>
173     </widget>
174    </item>
175    <item row="1" column="5">
176     <widget class="QToolButton" name="capture_interval">
177      <property name="toolTip">
178       <string>Interval capture</string>
179      </property>
180      <property name="text">
181       <string>...</string>
182      </property>
183      <property name="checkable">
184       <bool>true</bool>
185      </property>
186     </widget>
187    </item>
188    <item row="1" column="4">
189     <widget class="QToolButton" name="capture_button">
190      <property name="toolTip">
191       <string>Capture frame</string>
192      </property>
193      <property name="text">
194       <string>...</string>
195      </property>
196     </widget>
197    </item>
198   </layout>
199  </widget>
200  <customwidgets>
201   <customwidget>
202    <class>KComboBox</class>
203    <extends>QComboBox</extends>
204    <header>kcombobox.h</header>
205   </customwidget>
206  </customwidgets>
207  <resources/>
208  <connections/>
209 </ui>