]> git.sesse.net Git - kdenlive/blob - src/widgets/bezierspline_ui.ui
Bezier Spline Widget: Make it possible to zoom out (because handles can have values...
[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>336</width>
10     <height>94</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="5" colspan="3">
18     <widget class="QWidget" name="widgetPoint" native="true">
19      <layout class="QGridLayout" name="gridLayout_2">
20       <item row="0" column="0" colspan="9">
21        <widget class="QWidget" name="widget" native="true">
22         <layout class="QHBoxLayout" name="horizontalLayout">
23          <property name="margin">
24           <number>0</number>
25          </property>
26          <item>
27           <spacer name="horizontalSpacer">
28            <property name="orientation">
29             <enum>Qt::Horizontal</enum>
30            </property>
31            <property name="sizeHint" stdset="0">
32             <size>
33              <width>40</width>
34              <height>20</height>
35             </size>
36            </property>
37           </spacer>
38          </item>
39          <item>
40           <widget class="QSpinBox" name="spinPX">
41            <property name="toolTip">
42             <string>Point In</string>
43            </property>
44            <property name="maximum">
45             <number>255</number>
46            </property>
47           </widget>
48          </item>
49          <item>
50           <widget class="QLabel" name="label">
51            <property name="text">
52             <string>Point</string>
53            </property>
54           </widget>
55          </item>
56          <item>
57           <widget class="QSpinBox" name="spinPY">
58            <property name="toolTip">
59             <string>Point Out</string>
60            </property>
61            <property name="maximum">
62             <number>255</number>
63            </property>
64           </widget>
65          </item>
66          <item>
67           <spacer name="horizontalSpacer_2">
68            <property name="orientation">
69             <enum>Qt::Horizontal</enum>
70            </property>
71            <property name="sizeHint" stdset="0">
72             <size>
73              <width>40</width>
74              <height>20</height>
75             </size>
76            </property>
77           </spacer>
78          </item>
79         </layout>
80        </widget>
81       </item>
82       <item row="1" column="0">
83        <widget class="QSpinBox" name="spinH1X">
84         <property name="toolTip">
85          <string>Handle 1 X</string>
86         </property>
87         <property name="minimum">
88          <number>-100</number>
89         </property>
90         <property name="maximum">
91          <number>400</number>
92         </property>
93        </widget>
94       </item>
95       <item row="1" column="1">
96        <widget class="QLabel" name="label_2">
97         <property name="toolTip">
98          <string>Handle 1</string>
99         </property>
100         <property name="text">
101          <string>H1</string>
102         </property>
103        </widget>
104       </item>
105       <item row="1" column="2">
106        <widget class="QSpinBox" name="spinH1Y">
107         <property name="toolTip">
108          <string>Handle 1 Y</string>
109         </property>
110         <property name="minimum">
111          <number>-100</number>
112         </property>
113         <property name="maximum">
114          <number>400</number>
115         </property>
116         <property name="value">
117          <number>0</number>
118         </property>
119        </widget>
120       </item>
121       <item row="1" column="3">
122        <spacer name="horizontalSpacer_3">
123         <property name="orientation">
124          <enum>Qt::Horizontal</enum>
125         </property>
126         <property name="sizeHint" stdset="0">
127          <size>
128           <width>40</width>
129           <height>20</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item row="1" column="4">
135        <widget class="QToolButton" name="buttonLinkHandles">
136         <property name="toolTip">
137          <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>
138         </property>
139         <property name="text">
140          <string>...</string>
141         </property>
142         <property name="checkable">
143          <bool>true</bool>
144         </property>
145         <property name="autoRaise">
146          <bool>true</bool>
147         </property>
148        </widget>
149       </item>
150       <item row="1" column="5">
151        <spacer name="horizontalSpacer_4">
152         <property name="orientation">
153          <enum>Qt::Horizontal</enum>
154         </property>
155         <property name="sizeHint" stdset="0">
156          <size>
157           <width>40</width>
158           <height>20</height>
159          </size>
160         </property>
161        </spacer>
162       </item>
163       <item row="1" column="6">
164        <widget class="QSpinBox" name="spinH2X">
165         <property name="toolTip">
166          <string>Handle 2 X</string>
167         </property>
168         <property name="minimum">
169          <number>-100</number>
170         </property>
171         <property name="maximum">
172          <number>400</number>
173         </property>
174        </widget>
175       </item>
176       <item row="1" column="7">
177        <widget class="QLabel" name="label_3">
178         <property name="toolTip">
179          <string>Handle 2</string>
180         </property>
181         <property name="text">
182          <string>H2</string>
183         </property>
184        </widget>
185       </item>
186       <item row="1" column="8">
187        <widget class="QSpinBox" name="spinH2Y">
188         <property name="toolTip">
189          <string>Handle 2 Y</string>
190         </property>
191         <property name="minimum">
192          <number>-100</number>
193         </property>
194         <property name="maximum">
195          <number>400</number>
196         </property>
197        </widget>
198       </item>
199      </layout>
200     </widget>
201    </item>
202    <item row="2" column="5">
203     <widget class="QToolButton" name="buttonZoomIn">
204      <property name="text">
205       <string>...</string>
206      </property>
207      <property name="autoRaise">
208       <bool>true</bool>
209      </property>
210     </widget>
211    </item>
212    <item row="2" column="6">
213     <widget class="QToolButton" name="buttonZoomOut">
214      <property name="text">
215       <string>...</string>
216      </property>
217      <property name="autoRaise">
218       <bool>true</bool>
219      </property>
220     </widget>
221    </item>
222    <item row="2" column="7">
223     <spacer name="spacer">
224      <property name="orientation">
225       <enum>Qt::Horizontal</enum>
226      </property>
227      <property name="sizeHint" stdset="0">
228       <size>
229        <width>40</width>
230        <height>20</height>
231       </size>
232      </property>
233     </spacer>
234    </item>
235   </layout>
236  </widget>
237  <resources/>
238  <connections/>
239 </ui>