]> git.sesse.net Git - kdenlive/blob - src/widgets/bezierspline_ui.ui
Bezier Spline:
[kdenlive] / src / widgets / bezierspline_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BezierSpline_UI</class>
4  <widget class="QWidget" name="BezierSpline_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>345</width>
10     <height>67</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <property name="spacing">
21     <number>0</number>
22    </property>
23    <item row="1" column="0" colspan="9">
24     <widget class="QWidget" name="widgetPoint" native="true">
25      <layout class="QGridLayout" name="gridLayout_2">
26       <property name="margin">
27        <number>0</number>
28       </property>
29       <property name="spacing">
30        <number>0</number>
31       </property>
32       <item row="0" column="0" colspan="9">
33        <widget class="QWidget" name="widget" native="true">
34         <layout class="QHBoxLayout" name="horizontalLayout">
35          <property name="margin">
36           <number>0</number>
37          </property>
38          <item>
39           <spacer name="horizontalSpacer">
40            <property name="orientation">
41             <enum>Qt::Horizontal</enum>
42            </property>
43            <property name="sizeHint" stdset="0">
44             <size>
45              <width>40</width>
46              <height>20</height>
47             </size>
48            </property>
49           </spacer>
50          </item>
51          <item>
52           <widget class="QSpinBox" name="spinPX">
53            <property name="toolTip">
54             <string>Point In</string>
55            </property>
56            <property name="maximum">
57             <number>255</number>
58            </property>
59           </widget>
60          </item>
61          <item>
62           <widget class="QLabel" name="label">
63            <property name="text">
64             <string>Point</string>
65            </property>
66           </widget>
67          </item>
68          <item>
69           <widget class="QSpinBox" name="spinPY">
70            <property name="toolTip">
71             <string>Point Out</string>
72            </property>
73            <property name="maximum">
74             <number>255</number>
75            </property>
76           </widget>
77          </item>
78          <item>
79           <spacer name="horizontalSpacer_2">
80            <property name="orientation">
81             <enum>Qt::Horizontal</enum>
82            </property>
83            <property name="sizeHint" stdset="0">
84             <size>
85              <width>40</width>
86              <height>20</height>
87             </size>
88            </property>
89           </spacer>
90          </item>
91         </layout>
92        </widget>
93       </item>
94       <item row="1" column="0">
95        <widget class="QSpinBox" name="spinH1X">
96         <property name="toolTip">
97          <string>Handle 1 X</string>
98         </property>
99         <property name="minimum">
100          <number>-100</number>
101         </property>
102         <property name="maximum">
103          <number>400</number>
104         </property>
105        </widget>
106       </item>
107       <item row="1" column="1">
108        <widget class="QLabel" name="label_2">
109         <property name="toolTip">
110          <string>Handle 1</string>
111         </property>
112         <property name="text">
113          <string>H1</string>
114         </property>
115        </widget>
116       </item>
117       <item row="1" column="2">
118        <widget class="QSpinBox" name="spinH1Y">
119         <property name="toolTip">
120          <string>Handle 1 Y</string>
121         </property>
122         <property name="minimum">
123          <number>-100</number>
124         </property>
125         <property name="maximum">
126          <number>400</number>
127         </property>
128         <property name="value">
129          <number>0</number>
130         </property>
131        </widget>
132       </item>
133       <item row="1" column="3">
134        <spacer name="horizontalSpacer_3">
135         <property name="orientation">
136          <enum>Qt::Horizontal</enum>
137         </property>
138         <property name="sizeHint" stdset="0">
139          <size>
140           <width>40</width>
141           <height>20</height>
142          </size>
143         </property>
144        </spacer>
145       </item>
146       <item row="1" column="4">
147        <widget class="QToolButton" name="buttonLinkHandles">
148         <property name="toolTip">
149          <string>Link the handles' position.&lt;br /&gt;Results in a natural spline.</string>
150         </property>
151         <property name="text">
152          <string>...</string>
153         </property>
154         <property name="checkable">
155          <bool>true</bool>
156         </property>
157         <property name="autoRaise">
158          <bool>true</bool>
159         </property>
160        </widget>
161       </item>
162       <item row="1" column="5">
163        <spacer name="horizontalSpacer_4">
164         <property name="orientation">
165          <enum>Qt::Horizontal</enum>
166         </property>
167         <property name="sizeHint" stdset="0">
168          <size>
169           <width>40</width>
170           <height>20</height>
171          </size>
172         </property>
173        </spacer>
174       </item>
175       <item row="1" column="6">
176        <widget class="QSpinBox" name="spinH2X">
177         <property name="toolTip">
178          <string>Handle 2 X</string>
179         </property>
180         <property name="minimum">
181          <number>-100</number>
182         </property>
183         <property name="maximum">
184          <number>400</number>
185         </property>
186        </widget>
187       </item>
188       <item row="1" column="7">
189        <widget class="QLabel" name="label_3">
190         <property name="toolTip">
191          <string>Handle 2</string>
192         </property>
193         <property name="text">
194          <string>H2</string>
195         </property>
196        </widget>
197       </item>
198       <item row="1" column="8">
199        <widget class="QSpinBox" name="spinH2Y">
200         <property name="toolTip">
201          <string>Handle 2 Y</string>
202         </property>
203         <property name="minimum">
204          <number>-100</number>
205         </property>
206         <property name="maximum">
207          <number>400</number>
208         </property>
209        </widget>
210       </item>
211      </layout>
212     </widget>
213    </item>
214    <item row="2" column="2">
215     <widget class="QToolButton" name="buttonShowPixmap">
216      <property name="toolTip">
217       <string>Show background indicating changes caused by modifying the curve.</string>
218      </property>
219      <property name="text">
220       <string>...</string>
221      </property>
222      <property name="checkable">
223       <bool>true</bool>
224      </property>
225      <property name="checked">
226       <bool>true</bool>
227      </property>
228      <property name="autoRaise">
229       <bool>true</bool>
230      </property>
231     </widget>
232    </item>
233    <item row="2" column="5">
234     <widget class="QToolButton" name="buttonZoomIn">
235      <property name="text">
236       <string>...</string>
237      </property>
238      <property name="autoRaise">
239       <bool>true</bool>
240      </property>
241     </widget>
242    </item>
243    <item row="2" column="6">
244     <widget class="QToolButton" name="buttonZoomOut">
245      <property name="text">
246       <string>...</string>
247      </property>
248      <property name="autoRaise">
249       <bool>true</bool>
250      </property>
251     </widget>
252    </item>
253    <item row="2" column="3">
254     <widget class="QToolButton" name="buttonGridChange">
255      <property name="toolTip">
256       <string>Increases the number of lines in the grid.&lt;br /&gt;After 8 lines it will begin from 0 again.</string>
257      </property>
258      <property name="text">
259       <string>...</string>
260      </property>
261      <property name="autoRaise">
262       <bool>true</bool>
263      </property>
264     </widget>
265    </item>
266    <item row="2" column="8">
267     <spacer name="spacer">
268      <property name="orientation">
269       <enum>Qt::Horizontal</enum>
270      </property>
271      <property name="sizeHint" stdset="0">
272       <size>
273        <width>40</width>
274        <height>20</height>
275       </size>
276      </property>
277     </spacer>
278    </item>
279    <item row="2" column="1">
280     <widget class="QToolButton" name="buttonResetSpline">
281      <property name="toolTip">
282       <string>Reset the selected spline</string>
283      </property>
284      <property name="text">
285       <string>...</string>
286      </property>
287      <property name="autoRaise">
288       <bool>true</bool>
289      </property>
290     </widget>
291    </item>
292    <item row="2" column="7">
293     <widget class="QToolButton" name="buttonShowAllHandles">
294      <property name="toolTip">
295       <string>Show handles for all points or only for the selected one</string>
296      </property>
297      <property name="text">
298       <string>...</string>
299      </property>
300      <property name="checkable">
301       <bool>true</bool>
302      </property>
303      <property name="checked">
304       <bool>true</bool>
305      </property>
306      <property name="autoRaise">
307       <bool>true</bool>
308      </property>
309     </widget>
310    </item>
311    <item row="2" column="0">
312     <spacer name="horizontalSpacer_5">
313      <property name="orientation">
314       <enum>Qt::Horizontal</enum>
315      </property>
316      <property name="sizeHint" stdset="0">
317       <size>
318        <width>40</width>
319        <height>20</height>
320       </size>
321      </property>
322     </spacer>
323    </item>
324   </layout>
325  </widget>
326  <resources/>
327  <connections/>
328 </ui>