1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WdgBrushSizeOptions</class>
4 <widget class="QWidget" name="WdgBrushSizeOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>464</width>
10    <height>280</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15    <horstretch>255</horstretch>
16    <verstretch>255</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>385</width>
22    <height>280</height>
23   </size>
24  </property>
25  <layout class="QGridLayout" name="gridLayout_3">
26   <property name="leftMargin">
27    <number>0</number>
28   </property>
29   <property name="topMargin">
30    <number>0</number>
31   </property>
32   <property name="rightMargin">
33    <number>0</number>
34   </property>
35   <property name="bottomMargin">
36    <number>0</number>
37   </property>
38   <item row="2" column="0">
39    <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1">
40     <item row="0" column="0">
41      <widget class="QCheckBox" name="jitterMoveBox">
42       <property name="sizePolicy">
43        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
44         <horstretch>0</horstretch>
45         <verstretch>0</verstretch>
46        </sizepolicy>
47       </property>
48       <property name="text">
49        <string>Jitter Movement</string>
50       </property>
51      </widget>
52     </item>
53     <item row="0" column="1">
54      <widget class="KisDoubleSliderSpinBox" name="jitterMove" native="true">
55       <property name="enabled">
56        <bool>false</bool>
57       </property>
58       <property name="sizePolicy">
59        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
60         <horstretch>0</horstretch>
61         <verstretch>0</verstretch>
62        </sizepolicy>
63       </property>
64      </widget>
65     </item>
66    </layout>
67   </item>
68   <item row="0" column="0">
69    <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
70     <item row="1" column="1">
71      <widget class="KisDoubleSliderSpinBox" name="diameter" native="true">
72       <property name="sizePolicy">
73        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
74         <horstretch>0</horstretch>
75         <verstretch>0</verstretch>
76        </sizepolicy>
77       </property>
78      </widget>
79     </item>
80     <item row="2" column="1">
81      <widget class="KisDoubleSliderSpinBox" name="aspectBox" native="true">
82       <property name="sizePolicy">
83        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
84         <horstretch>0</horstretch>
85         <verstretch>0</verstretch>
86        </sizepolicy>
87       </property>
88      </widget>
89     </item>
90     <item row="0" column="1">
91      <widget class="QComboBox" name="shapeBox">
92       <property name="enabled">
93        <bool>false</bool>
94       </property>
95       <property name="currentIndex">
96        <number>0</number>
97       </property>
98       <item>
99        <property name="text">
100         <string>Ellipse</string>
101        </property>
102       </item>
103       <item>
104        <property name="text">
105         <string>Rectangle</string>
106        </property>
107       </item>
108      </widget>
109     </item>
110     <item row="3" column="1">
111      <widget class="KisDoubleSliderSpinBox" name="scale" native="true">
112       <property name="sizePolicy">
113        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
114         <horstretch>0</horstretch>
115         <verstretch>0</verstretch>
116        </sizepolicy>
117       </property>
118      </widget>
119     </item>
120     <item row="5" column="1">
121      <widget class="KisDoubleSliderSpinBox" name="spacing" native="true">
122       <property name="sizePolicy">
123        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
124         <horstretch>0</horstretch>
125         <verstretch>0</verstretch>
126        </sizepolicy>
127       </property>
128      </widget>
129     </item>
130     <item row="0" column="0">
131      <widget class="QLabel" name="shapeLbl">
132       <property name="enabled">
133        <bool>false</bool>
134       </property>
135       <property name="sizePolicy">
136        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
137         <horstretch>0</horstretch>
138         <verstretch>0</verstretch>
139        </sizepolicy>
140       </property>
141       <property name="minimumSize">
142        <size>
143         <width>60</width>
144         <height>0</height>
145        </size>
146       </property>
147       <property name="text">
148        <string>Shape:</string>
149       </property>
150       <property name="alignment">
151        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
152       </property>
153      </widget>
154     </item>
155     <item row="6" column="1">
156      <widget class="KisDoubleSliderSpinBox" name="densityBox" native="true">
157       <property name="sizePolicy">
158        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
159         <horstretch>0</horstretch>
160         <verstretch>0</verstretch>
161        </sizepolicy>
162       </property>
163      </widget>
164     </item>
165     <item row="1" column="0">
166      <widget class="QLabel" name="DiameterLbl">
167       <property name="sizePolicy">
168        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
169         <horstretch>0</horstretch>
170         <verstretch>0</verstretch>
171        </sizepolicy>
172       </property>
173       <property name="minimumSize">
174        <size>
175         <width>60</width>
176         <height>0</height>
177        </size>
178       </property>
179       <property name="text">
180        <string>Diameter:</string>
181       </property>
182       <property name="alignment">
183        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
184       </property>
185      </widget>
186     </item>
187     <item row="2" column="0">
188      <widget class="QLabel" name="aspectLbl">
189       <property name="sizePolicy">
190        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
191         <horstretch>0</horstretch>
192         <verstretch>0</verstretch>
193        </sizepolicy>
194       </property>
195       <property name="minimumSize">
196        <size>
197         <width>60</width>
198         <height>16</height>
199        </size>
200       </property>
201       <property name="text">
202        <string>Aspect ratio:</string>
203       </property>
204       <property name="alignment">
205        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
206       </property>
207      </widget>
208     </item>
209     <item row="5" column="0">
210      <widget class="QLabel" name="spacingLbl">
211       <property name="sizePolicy">
212        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
213         <horstretch>0</horstretch>
214         <verstretch>0</verstretch>
215        </sizepolicy>
216       </property>
217       <property name="minimumSize">
218        <size>
219         <width>60</width>
220         <height>16</height>
221        </size>
222       </property>
223       <property name="text">
224        <string>Spacing:</string>
225       </property>
226       <property name="alignment">
227        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
228       </property>
229      </widget>
230     </item>
231     <item row="4" column="0">
232      <widget class="QLabel" name="rotationLbl">
233       <property name="enabled">
234        <bool>true</bool>
235       </property>
236       <property name="sizePolicy">
237        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
238         <horstretch>0</horstretch>
239         <verstretch>0</verstretch>
240        </sizepolicy>
241       </property>
242       <property name="minimumSize">
243        <size>
244         <width>60</width>
245         <height>16</height>
246        </size>
247       </property>
248       <property name="text">
249        <string>Angle:</string>
250       </property>
251       <property name="alignment">
252        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
253       </property>
254      </widget>
255     </item>
256     <item row="6" column="0">
257      <widget class="QLabel" name="densityLbl">
258       <property name="sizePolicy">
259        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
260         <horstretch>0</horstretch>
261         <verstretch>0</verstretch>
262        </sizepolicy>
263       </property>
264       <property name="minimumSize">
265        <size>
266         <width>60</width>
267         <height>16</height>
268        </size>
269       </property>
270       <property name="text">
271        <string>Density:</string>
272       </property>
273       <property name="alignment">
274        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
275       </property>
276      </widget>
277     </item>
278     <item row="3" column="0">
279      <widget class="QLabel" name="ScaleLbl">
280       <property name="sizePolicy">
281        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
282         <horstretch>0</horstretch>
283         <verstretch>0</verstretch>
284        </sizepolicy>
285       </property>
286       <property name="minimumSize">
287        <size>
288         <width>60</width>
289         <height>16</height>
290        </size>
291       </property>
292       <property name="text">
293        <string>Scale:</string>
294       </property>
295       <property name="alignment">
296        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297       </property>
298      </widget>
299     </item>
300     <item row="4" column="1">
301      <layout class="QHBoxLayout" name="horizontalLayout_2">
302       <item>
303        <widget class="KisAngleSelector" name="rotationBox" native="true">
304         <property name="enabled">
305          <bool>true</bool>
306         </property>
307         <property name="sizePolicy">
308          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
309           <horstretch>0</horstretch>
310           <verstretch>0</verstretch>
311          </sizepolicy>
312         </property>
313        </widget>
314       </item>
315       <item>
316        <spacer name="horizontalSpacer">
317         <property name="orientation">
318          <enum>Qt::Horizontal</enum>
319         </property>
320        </spacer>
321       </item>
322      </layout>
323     </item>
324    </layout>
325   </item>
326  </layout>
327 </widget>
328 <customwidgets>
329  <customwidget>
330   <class>KisDoubleSliderSpinBox</class>
331   <extends>QWidget</extends>
332   <header>kis_slider_spin_box.h</header>
333   <container>1</container>
334  </customwidget>
335  <customwidget>
336   <class>KisAngleSelector</class>
337   <extends>QWidget</extends>
338   <header location="global">KisAngleSelector.h</header>
339   <container>1</container>
340  </customwidget>
341 </customwidgets>
342 <resources/>
343 <connections/>
344</ui>
345