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