]> git.sesse.net Git - kdenlive/blob - src/widgets/bezierspline_ui.ui
Bezier Spline: Add checkable button show all handles: Whether to show handles for...
[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="8">
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="checked">
220       <bool>true</bool>
221      </property>
222      <property name="autoRaise">
223       <bool>true</bool>
224      </property>
225     </widget>
226    </item>
227    <item row="2" column="4">
228     <widget class="QToolButton" name="buttonZoomIn">
229      <property name="text">
230       <string>...</string>
231      </property>
232      <property name="autoRaise">
233       <bool>true</bool>
234      </property>
235     </widget>
236    </item>
237    <item row="2" column="5">
238     <widget class="QToolButton" name="buttonZoomOut">
239      <property name="text">
240       <string>...</string>
241      </property>
242      <property name="autoRaise">
243       <bool>true</bool>
244      </property>
245     </widget>
246    </item>
247    <item row="2" column="2">
248     <widget class="QToolButton" name="buttonGridChange">
249      <property name="toolTip">
250       <string>Increases the number of lines in the grid.&lt;br /&gt;After 8 lines it will begin from 0 again.</string>
251      </property>
252      <property name="text">
253       <string>...</string>
254      </property>
255      <property name="autoRaise">
256       <bool>true</bool>
257      </property>
258     </widget>
259    </item>
260    <item row="2" column="7">
261     <spacer name="spacer">
262      <property name="orientation">
263       <enum>Qt::Horizontal</enum>
264      </property>
265      <property name="sizeHint" stdset="0">
266       <size>
267        <width>40</width>
268        <height>20</height>
269       </size>
270      </property>
271     </spacer>
272    </item>
273    <item row="2" column="0">
274     <widget class="QToolButton" name="buttonResetSpline">
275      <property name="toolTip">
276       <string>Reset the selected spline</string>
277      </property>
278      <property name="text">
279       <string>...</string>
280      </property>
281      <property name="autoRaise">
282       <bool>true</bool>
283      </property>
284     </widget>
285    </item>
286    <item row="2" column="6">
287     <widget class="QToolButton" name="buttonShowAllHandles">
288      <property name="toolTip">
289       <string>Show handles for all points or only for the selected one</string>
290      </property>
291      <property name="text">
292       <string>...</string>
293      </property>
294      <property name="checkable">
295       <bool>true</bool>
296      </property>
297      <property name="checked">
298       <bool>true</bool>
299      </property>
300      <property name="autoRaise">
301       <bool>true</bool>
302      </property>
303     </widget>
304    </item>
305   </layout>
306  </widget>
307  <resources/>
308  <connections/>
309 </ui>