1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DefaultToolGeometryWidget</class>
4 <widget class="QWidget" name="DefaultToolGeometryWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>182</width>
10    <height>303</height>
11   </rect>
12  </property>
13  <property name="focusPolicy">
14   <enum>Qt::NoFocus</enum>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <layout class="QGridLayout" name="gridLayout">
19     <property name="spacing">
20      <number>1</number>
21     </property>
22     <item row="0" column="0">
23      <widget class="QLabel" name="label">
24       <property name="sizePolicy">
25        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
26         <horstretch>0</horstretch>
27         <verstretch>0</verstretch>
28        </sizepolicy>
29       </property>
30       <property name="text">
31        <string>X:</string>
32       </property>
33      </widget>
34     </item>
35     <item row="0" column="1">
36      <widget class="KisDoubleParseUnitSpinBox" name="positionXSpinBox">
37       <property name="sizePolicy">
38        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
39         <horstretch>0</horstretch>
40         <verstretch>0</verstretch>
41        </sizepolicy>
42       </property>
43       <property name="minimumSize">
44        <size>
45         <width>30</width>
46         <height>0</height>
47        </size>
48       </property>
49       <property name="minimum">
50        <double>-10000.000000000000000</double>
51       </property>
52       <property name="maximum">
53        <double>10000.000000000000000</double>
54       </property>
55      </widget>
56     </item>
57     <item row="0" column="2">
58      <widget class="KisDoubleParseUnitSpinBox" name="widthSpinBox">
59       <property name="sizePolicy">
60        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
61         <horstretch>0</horstretch>
62         <verstretch>0</verstretch>
63        </sizepolicy>
64       </property>
65       <property name="minimumSize">
66        <size>
67         <width>30</width>
68         <height>0</height>
69        </size>
70       </property>
71       <property name="minimum">
72        <double>-10000.000000000000000</double>
73       </property>
74       <property name="maximum">
75        <double>10000.000000000000000</double>
76       </property>
77      </widget>
78     </item>
79     <item row="0" column="3" rowspan="2">
80      <widget class="KoAspectButton" name="aspectButton" native="true">
81       <property name="sizePolicy">
82        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
83         <horstretch>0</horstretch>
84         <verstretch>0</verstretch>
85        </sizepolicy>
86       </property>
87       <property name="text" stdset="0">
88        <string/>
89       </property>
90      </widget>
91     </item>
92     <item row="1" column="0">
93      <widget class="QLabel" name="label_2">
94       <property name="text">
95        <string>Y:</string>
96       </property>
97      </widget>
98     </item>
99     <item row="1" column="1">
100      <widget class="KisDoubleParseUnitSpinBox" name="positionYSpinBox">
101       <property name="sizePolicy">
102        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
103         <horstretch>0</horstretch>
104         <verstretch>0</verstretch>
105        </sizepolicy>
106       </property>
107       <property name="minimumSize">
108        <size>
109         <width>30</width>
110         <height>0</height>
111        </size>
112       </property>
113       <property name="minimum">
114        <double>-10000.000000000000000</double>
115       </property>
116       <property name="maximum">
117        <double>10000.000000000000000</double>
118       </property>
119      </widget>
120     </item>
121     <item row="1" column="2">
122      <widget class="KisDoubleParseUnitSpinBox" name="heightSpinBox">
123       <property name="sizePolicy">
124        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
125         <horstretch>0</horstretch>
126         <verstretch>0</verstretch>
127        </sizepolicy>
128       </property>
129       <property name="minimumSize">
130        <size>
131         <width>30</width>
132         <height>0</height>
133        </size>
134       </property>
135       <property name="minimum">
136        <double>-10000.000000000000000</double>
137       </property>
138       <property name="maximum">
139        <double>10000.000000000000000</double>
140       </property>
141      </widget>
142     </item>
143    </layout>
144   </item>
145   <item>
146    <widget class="Line" name="line">
147     <property name="orientation">
148      <enum>Qt::Horizontal</enum>
149     </property>
150    </widget>
151   </item>
152   <item>
153    <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
154     <property name="spacing">
155      <number>1</number>
156     </property>
157     <item>
158      <widget class="KoAnchorSelectionWidget" name="positionSelector" native="true">
159       <property name="sizePolicy">
160        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
161         <horstretch>0</horstretch>
162         <verstretch>0</verstretch>
163        </sizepolicy>
164       </property>
165      </widget>
166     </item>
167     <item>
168      <spacer name="horizontalSpacer">
169       <property name="orientation">
170        <enum>Qt::Horizontal</enum>
171       </property>
172       <property name="sizeType">
173        <enum>QSizePolicy::MinimumExpanding</enum>
174       </property>
175       <property name="sizeHint" stdset="0">
176        <size>
177         <width>20</width>
178         <height>20</height>
179        </size>
180       </property>
181      </spacer>
182     </item>
183     <item>
184      <layout class="QVBoxLayout" name="verticalLayout">
185       <property name="spacing">
186        <number>1</number>
187       </property>
188       <item>
189        <widget class="QCheckBox" name="chkAnchorLock">
190         <property name="text">
191          <string>Anchor Lock</string>
192         </property>
193        </widget>
194       </item>
195       <item>
196        <widget class="QCheckBox" name="chkUniformScaling">
197         <property name="toolTip">
198          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When &amp;quot;Scale Styles&amp;quot; is &lt;span style=&quot; font-weight:600;&quot;&gt;enabled&lt;/span&gt;, the shape's stroke is scaled with the shape itself.&lt;/p&gt;&lt;p&gt;In the &lt;span style=&quot; font-weight:600;&quot;&gt;disabled&lt;/span&gt; state, only the shape is resized, keeping the stroke width and style unaltered.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
199         </property>
200         <property name="text">
201          <string>Scale Styles</string>
202         </property>
203        </widget>
204       </item>
205       <item>
206        <widget class="QCheckBox" name="chkGlobalCoordinates">
207         <property name="minimumSize">
208          <size>
209           <width>50</width>
210           <height>0</height>
211          </size>
212         </property>
213         <property name="toolTip">
214          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In &amp;quot;Global Coordinates&amp;quot; mode Width and Height fields show the size of the shape's bounding box in image-aligned coordinates, even when the shape is rotated or has any other transform. &lt;/p&gt;&lt;p&gt;If &amp;quot;Global Coordinates&amp;quot; mode is disabled, Width and Height fields show the shape's &amp;quot;local&amp;quot; size, before application of any transformations.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
215         </property>
216         <property name="text">
217          <string>Global Coordinates</string>
218         </property>
219        </widget>
220       </item>
221      </layout>
222     </item>
223    </layout>
224   </item>
225   <item>
226    <widget class="Line" name="line_2">
227     <property name="orientation">
228      <enum>Qt::Horizontal</enum>
229     </property>
230    </widget>
231   </item>
232   <item>
233    <widget class="KisShapePropertySlider" name="dblOpacity" native="true"/>
234   </item>
235   <item>
236    <spacer name="verticalSpacer">
237     <property name="orientation">
238      <enum>Qt::Vertical</enum>
239     </property>
240     <property name="sizeHint" stdset="0">
241      <size>
242       <width>20</width>
243       <height>1</height>
244      </size>
245     </property>
246    </spacer>
247   </item>
248  </layout>
249 </widget>
250 <customwidgets>
251  <customwidget>
252   <class>KoAspectButton</class>
253   <extends>QWidget</extends>
254   <header>KoAspectButton.h</header>
255   <container>1</container>
256  </customwidget>
257  <customwidget>
258   <class>KisDoubleParseUnitSpinBox</class>
259   <extends>QDoubleSpinBox</extends>
260   <header>kis_double_parse_unit_spin_box.h</header>
261  </customwidget>
262  <customwidget>
263   <class>KoAnchorSelectionWidget</class>
264   <extends>QWidget</extends>
265   <header>KoAnchorSelectionWidget.h</header>
266   <container>1</container>
267  </customwidget>
268  <customwidget>
269   <class>KisShapePropertySlider</class>
270   <extends>QWidget</extends>
271   <header location="global">KisSelectionPropertySlider.h</header>
272   <container>1</container>
273  </customwidget>
274 </customwidgets>
275 <tabstops>
276  <tabstop>positionXSpinBox</tabstop>
277  <tabstop>positionYSpinBox</tabstop>
278  <tabstop>widthSpinBox</tabstop>
279  <tabstop>heightSpinBox</tabstop>
280 </tabstops>
281 <resources/>
282 <connections/>
283</ui>
284