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