~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/libpaintop/wdgBrushSizeOptions.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
   <item row="0" column="0">
 
27
    <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
 
28
     <item row="1" column="0">
 
29
      <widget class="QLabel" name="DiameterLbl">
 
30
       <property name="sizePolicy">
 
31
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
32
         <horstretch>0</horstretch>
 
33
         <verstretch>0</verstretch>
 
34
        </sizepolicy>
 
35
       </property>
 
36
       <property name="minimumSize">
 
37
        <size>
 
38
         <width>60</width>
 
39
         <height>0</height>
 
40
        </size>
 
41
       </property>
 
42
       <property name="text">
 
43
        <string>Diameter</string>
 
44
       </property>
 
45
       <property name="alignment">
 
46
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
47
       </property>
 
48
      </widget>
 
49
     </item>
 
50
     <item row="1" column="1">
 
51
      <widget class="KDoubleNumInput" name="diameter">
 
52
       <property name="sizePolicy">
 
53
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
54
         <horstretch>0</horstretch>
 
55
         <verstretch>0</verstretch>
 
56
        </sizepolicy>
 
57
       </property>
 
58
       <property name="value">
 
59
        <double>20.000000000000000</double>
 
60
       </property>
 
61
       <property name="minimum">
 
62
        <double>1.000000000000000</double>
 
63
       </property>
 
64
       <property name="maximum">
 
65
        <double>1000.000000000000000</double>
 
66
       </property>
 
67
       <property name="singleStep">
 
68
        <double>1.000000000000000</double>
 
69
       </property>
 
70
       <property name="decimals">
 
71
        <number>0</number>
 
72
       </property>
 
73
       <property name="sliderEnabled">
 
74
        <bool>true</bool>
 
75
       </property>
 
76
       <property name="exponentRatio">
 
77
        <double>1.500000000000000</double>
 
78
       </property>
 
79
      </widget>
 
80
     </item>
 
81
     <item row="3" column="0">
 
82
      <widget class="QLabel" name="ScaleLbl">
 
83
       <property name="sizePolicy">
 
84
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
85
         <horstretch>0</horstretch>
 
86
         <verstretch>0</verstretch>
 
87
        </sizepolicy>
 
88
       </property>
 
89
       <property name="minimumSize">
 
90
        <size>
 
91
         <width>60</width>
 
92
         <height>16</height>
 
93
        </size>
 
94
       </property>
 
95
       <property name="text">
 
96
        <string>Scale</string>
 
97
       </property>
 
98
       <property name="alignment">
 
99
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
100
       </property>
 
101
      </widget>
 
102
     </item>
 
103
     <item row="3" column="1">
 
104
      <widget class="KDoubleNumInput" name="scale">
 
105
       <property name="sizePolicy">
 
106
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
107
         <horstretch>0</horstretch>
 
108
         <verstretch>0</verstretch>
 
109
        </sizepolicy>
 
110
       </property>
 
111
       <property name="value">
 
112
        <double>1.000000000000000</double>
 
113
       </property>
 
114
       <property name="minimum">
 
115
        <double>0.010000000000000</double>
 
116
       </property>
 
117
       <property name="maximum">
 
118
        <double>10.000000000000000</double>
 
119
       </property>
 
120
       <property name="singleStep">
 
121
        <double>1.000000000000000</double>
 
122
       </property>
 
123
       <property name="decimals">
 
124
        <number>2</number>
 
125
       </property>
 
126
       <property name="sliderEnabled">
 
127
        <bool>true</bool>
 
128
       </property>
 
129
       <property name="exponentRatio">
 
130
        <double>1.000000000000000</double>
 
131
       </property>
 
132
      </widget>
 
133
     </item>
 
134
     <item row="5" column="0">
 
135
      <widget class="QLabel" name="spacingLbl">
 
136
       <property name="sizePolicy">
 
137
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
138
         <horstretch>0</horstretch>
 
139
         <verstretch>0</verstretch>
 
140
        </sizepolicy>
 
141
       </property>
 
142
       <property name="minimumSize">
 
143
        <size>
 
144
         <width>60</width>
 
145
         <height>16</height>
 
146
        </size>
 
147
       </property>
 
148
       <property name="text">
 
149
        <string>Spacing</string>
 
150
       </property>
 
151
       <property name="alignment">
 
152
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
153
       </property>
 
154
      </widget>
 
155
     </item>
 
156
     <item row="5" column="1">
 
157
      <widget class="KDoubleNumInput" name="spacing">
 
158
       <property name="sizePolicy">
 
159
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
160
         <horstretch>0</horstretch>
 
161
         <verstretch>0</verstretch>
 
162
        </sizepolicy>
 
163
       </property>
 
164
       <property name="value">
 
165
        <double>0.300000000000000</double>
 
166
       </property>
 
167
       <property name="minimum">
 
168
        <double>0.010000000000000</double>
 
169
       </property>
 
170
       <property name="maximum">
 
171
        <double>5.000000000000000</double>
 
172
       </property>
 
173
       <property name="singleStep">
 
174
        <double>0.100000000000000</double>
 
175
       </property>
 
176
       <property name="suffix">
 
177
        <string/>
 
178
       </property>
 
179
       <property name="decimals">
 
180
        <number>2</number>
 
181
       </property>
 
182
       <property name="sliderEnabled">
 
183
        <bool>true</bool>
 
184
       </property>
 
185
       <property name="exponentRatio">
 
186
        <double>2.000000000000000</double>
 
187
       </property>
 
188
      </widget>
 
189
     </item>
 
190
     <item row="2" column="0">
 
191
      <widget class="QLabel" name="aspectLbl">
 
192
       <property name="sizePolicy">
 
193
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
194
         <horstretch>0</horstretch>
 
195
         <verstretch>0</verstretch>
 
196
        </sizepolicy>
 
197
       </property>
 
198
       <property name="minimumSize">
 
199
        <size>
 
200
         <width>60</width>
 
201
         <height>16</height>
 
202
        </size>
 
203
       </property>
 
204
       <property name="text">
 
205
        <string>Aspect ratio</string>
 
206
       </property>
 
207
       <property name="alignment">
 
208
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
209
       </property>
 
210
      </widget>
 
211
     </item>
 
212
     <item row="2" column="1">
 
213
      <widget class="KDoubleNumInput" name="aspectBox">
 
214
       <property name="sizePolicy">
 
215
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
216
         <horstretch>0</horstretch>
 
217
         <verstretch>0</verstretch>
 
218
        </sizepolicy>
 
219
       </property>
 
220
       <property name="value">
 
221
        <double>1.000000000000000</double>
 
222
       </property>
 
223
       <property name="minimum">
 
224
        <double>0.010000000000000</double>
 
225
       </property>
 
226
       <property name="maximum">
 
227
        <double>2.000000000000000</double>
 
228
       </property>
 
229
       <property name="singleStep">
 
230
        <double>1.000000000000000</double>
 
231
       </property>
 
232
       <property name="decimals">
 
233
        <number>2</number>
 
234
       </property>
 
235
       <property name="sliderEnabled">
 
236
        <bool>true</bool>
 
237
       </property>
 
238
       <property name="exponentRatio">
 
239
        <double>1.000000000000000</double>
 
240
       </property>
 
241
      </widget>
 
242
     </item>
 
243
     <item row="4" column="0">
 
244
      <widget class="QLabel" name="rotationLbl">
 
245
       <property name="enabled">
 
246
        <bool>true</bool>
 
247
       </property>
 
248
       <property name="sizePolicy">
 
249
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
250
         <horstretch>0</horstretch>
 
251
         <verstretch>0</verstretch>
 
252
        </sizepolicy>
 
253
       </property>
 
254
       <property name="minimumSize">
 
255
        <size>
 
256
         <width>60</width>
 
257
         <height>16</height>
 
258
        </size>
 
259
       </property>
 
260
       <property name="text">
 
261
        <string>Angle</string>
 
262
       </property>
 
263
       <property name="alignment">
 
264
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
265
       </property>
 
266
      </widget>
 
267
     </item>
 
268
     <item row="4" column="1">
 
269
      <widget class="KDoubleNumInput" name="rotationBox">
 
270
       <property name="enabled">
 
271
        <bool>true</bool>
 
272
       </property>
 
273
       <property name="sizePolicy">
 
274
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
275
         <horstretch>0</horstretch>
 
276
         <verstretch>0</verstretch>
 
277
        </sizepolicy>
 
278
       </property>
 
279
       <property name="value">
 
280
        <double>0.000000000000000</double>
 
281
       </property>
 
282
       <property name="minimum">
 
283
        <double>0.000000000000000</double>
 
284
       </property>
 
285
       <property name="maximum">
 
286
        <double>360.000000000000000</double>
 
287
       </property>
 
288
       <property name="singleStep">
 
289
        <double>1.000000000000000</double>
 
290
       </property>
 
291
       <property name="suffix">
 
292
        <string>°</string>
 
293
       </property>
 
294
       <property name="decimals">
 
295
        <number>0</number>
 
296
       </property>
 
297
       <property name="sliderEnabled">
 
298
        <bool>true</bool>
 
299
       </property>
 
300
       <property name="exponentRatio">
 
301
        <double>1.000000000000000</double>
 
302
       </property>
 
303
      </widget>
 
304
     </item>
 
305
     <item row="0" column="0">
 
306
      <widget class="QLabel" name="shapeLbl">
 
307
       <property name="enabled">
 
308
        <bool>false</bool>
 
309
       </property>
 
310
       <property name="sizePolicy">
 
311
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
312
         <horstretch>0</horstretch>
 
313
         <verstretch>0</verstretch>
 
314
        </sizepolicy>
 
315
       </property>
 
316
       <property name="minimumSize">
 
317
        <size>
 
318
         <width>60</width>
 
319
         <height>0</height>
 
320
        </size>
 
321
       </property>
 
322
       <property name="text">
 
323
        <string>Shape</string>
 
324
       </property>
 
325
       <property name="alignment">
 
326
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
327
       </property>
 
328
      </widget>
 
329
     </item>
 
330
     <item row="0" column="1">
 
331
      <widget class="QComboBox" name="shapeBox">
 
332
       <property name="enabled">
 
333
        <bool>false</bool>
 
334
       </property>
 
335
       <property name="currentIndex">
 
336
        <number>0</number>
 
337
       </property>
 
338
       <item>
 
339
        <property name="text">
 
340
         <string>Ellipse</string>
 
341
        </property>
 
342
       </item>
 
343
       <item>
 
344
        <property name="text">
 
345
         <string>Rectangle</string>
 
346
        </property>
 
347
       </item>
 
348
      </widget>
 
349
     </item>
 
350
     <item row="6" column="1">
 
351
      <widget class="KDoubleNumInput" name="densityBox">
 
352
       <property name="sizePolicy">
 
353
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
354
         <horstretch>0</horstretch>
 
355
         <verstretch>0</verstretch>
 
356
        </sizepolicy>
 
357
       </property>
 
358
       <property name="value">
 
359
        <double>100.000000000000000</double>
 
360
       </property>
 
361
       <property name="minimum">
 
362
        <double>0.000000000000000</double>
 
363
       </property>
 
364
       <property name="maximum">
 
365
        <double>100.000000000000000</double>
 
366
       </property>
 
367
       <property name="singleStep">
 
368
        <double>1.000000000000000</double>
 
369
       </property>
 
370
       <property name="suffix">
 
371
        <string>%</string>
 
372
       </property>
 
373
       <property name="decimals">
 
374
        <number>0</number>
 
375
       </property>
 
376
       <property name="sliderEnabled">
 
377
        <bool>true</bool>
 
378
       </property>
 
379
       <property name="exponentRatio">
 
380
        <double>1.000000000000000</double>
 
381
       </property>
 
382
      </widget>
 
383
     </item>
 
384
     <item row="6" column="0">
 
385
      <widget class="QLabel" name="densityLbl">
 
386
       <property name="sizePolicy">
 
387
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
388
         <horstretch>0</horstretch>
 
389
         <verstretch>0</verstretch>
 
390
        </sizepolicy>
 
391
       </property>
 
392
       <property name="minimumSize">
 
393
        <size>
 
394
         <width>60</width>
 
395
         <height>16</height>
 
396
        </size>
 
397
       </property>
 
398
       <property name="text">
 
399
        <string>Density</string>
 
400
       </property>
 
401
       <property name="alignment">
 
402
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
403
       </property>
 
404
      </widget>
 
405
     </item>
 
406
    </layout>
 
407
   </item>
 
408
   <item row="1" column="0">
 
409
    <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1">
 
410
     <item row="0" column="0">
 
411
      <widget class="QCheckBox" name="jitterMoveBox">
 
412
       <property name="sizePolicy">
 
413
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
414
         <horstretch>0</horstretch>
 
415
         <verstretch>0</verstretch>
 
416
        </sizepolicy>
 
417
       </property>
 
418
       <property name="text">
 
419
        <string>Jitter Movement</string>
 
420
       </property>
 
421
      </widget>
 
422
     </item>
 
423
     <item row="0" column="1">
 
424
      <widget class="KDoubleNumInput" name="jitterMove">
 
425
       <property name="enabled">
 
426
        <bool>false</bool>
 
427
       </property>
 
428
       <property name="sizePolicy">
 
429
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
430
         <horstretch>0</horstretch>
 
431
         <verstretch>0</verstretch>
 
432
        </sizepolicy>
 
433
       </property>
 
434
       <property name="value">
 
435
        <double>1.000000000000000</double>
 
436
       </property>
 
437
       <property name="minimum">
 
438
        <double>0.000000000000000</double>
 
439
       </property>
 
440
       <property name="maximum">
 
441
        <double>5.000000000000000</double>
 
442
       </property>
 
443
       <property name="singleStep">
 
444
        <double>0.500000000000000</double>
 
445
       </property>
 
446
       <property name="sliderEnabled">
 
447
        <bool>true</bool>
 
448
       </property>
 
449
      </widget>
 
450
     </item>
 
451
    </layout>
 
452
   </item>
 
453
  </layout>
 
454
 </widget>
 
455
 <customwidgets>
 
456
  <customwidget>
 
457
   <class>KDoubleNumInput</class>
 
458
   <extends>QWidget</extends>
 
459
   <header>knuminput.h</header>
 
460
  </customwidget>
 
461
 </customwidgets>
 
462
 <resources/>
 
463
 <connections/>
 
464
</ui>