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

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/sumie/wdgInkOptions.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>WdgInkOptions</class>
4
 
 <widget class="QWidget" name="WdgInkOptions">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>405</width>
10
 
    <height>400</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="minimumSize">
20
 
   <size>
21
 
    <width>405</width>
22
 
    <height>400</height>
23
 
   </size>
24
 
  </property>
25
 
  <widget class="QWidget" name="">
26
 
   <property name="geometry">
27
 
    <rect>
28
 
     <x>300</x>
29
 
     <y>0</y>
30
 
     <width>101</width>
31
 
     <height>391</height>
32
 
    </rect>
33
 
   </property>
34
 
   <layout class="QVBoxLayout" name="verticalLayout">
35
 
    <item>
36
 
     <widget class="QLabel" name="inkLabel">
37
 
      <property name="text">
38
 
       <string>Ink Amount</string>
39
 
      </property>
40
 
     </widget>
41
 
    </item>
42
 
    <item>
43
 
     <widget class="QSpinBox" name="inkAmountSpinBox">
44
 
      <property name="maximum">
45
 
       <number>10000</number>
46
 
      </property>
47
 
      <property name="value">
48
 
       <number>1024</number>
49
 
      </property>
50
 
     </widget>
51
 
    </item>
52
 
    <item>
53
 
     <widget class="QCheckBox" name="opacityCBox">
54
 
      <property name="text">
55
 
       <string>Opacity</string>
56
 
      </property>
57
 
      <property name="checked">
58
 
       <bool>true</bool>
59
 
      </property>
60
 
     </widget>
61
 
    </item>
62
 
    <item>
63
 
     <widget class="QCheckBox" name="saturationCBox">
64
 
      <property name="enabled">
65
 
       <bool>true</bool>
66
 
      </property>
67
 
      <property name="text">
68
 
       <string>Saturation</string>
69
 
      </property>
70
 
      <property name="checked">
71
 
       <bool>false</bool>
72
 
      </property>
73
 
     </widget>
74
 
    </item>
75
 
    <item>
76
 
     <spacer name="verticalSpacer">
77
 
      <property name="orientation">
78
 
       <enum>Qt::Vertical</enum>
79
 
      </property>
80
 
      <property name="sizeHint" stdset="0">
81
 
       <size>
82
 
        <width>20</width>
83
 
        <height>288</height>
84
 
       </size>
85
 
      </property>
86
 
     </spacer>
87
 
    </item>
88
 
   </layout>
89
 
  </widget>
90
 
  <widget class="QGroupBox" name="groupBox">
91
 
   <property name="geometry">
92
 
    <rect>
93
 
     <x>0</x>
94
 
     <y>0</y>
95
 
     <width>301</width>
96
 
     <height>270</height>
97
 
    </rect>
98
 
   </property>
99
 
   <property name="sizePolicy">
100
 
    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
101
 
     <horstretch>0</horstretch>
102
 
     <verstretch>0</verstretch>
103
 
    </sizepolicy>
104
 
   </property>
105
 
   <property name="minimumSize">
106
 
    <size>
107
 
     <width>0</width>
108
 
     <height>0</height>
109
 
    </size>
110
 
   </property>
111
 
   <property name="title">
112
 
    <string>Ink Depletion Curve</string>
113
 
   </property>
114
 
   <widget class="KisCurveWidget" name="inkCurve" native="true">
115
 
    <property name="geometry">
116
 
     <rect>
117
 
      <x>9</x>
118
 
      <y>33</y>
119
 
      <width>271</width>
120
 
      <height>228</height>
121
 
     </rect>
122
 
    </property>
123
 
   </widget>
124
 
  </widget>
125
 
  <widget class="QGroupBox" name="weightGroup">
126
 
   <property name="geometry">
127
 
    <rect>
128
 
     <x>0</x>
129
 
     <y>270</y>
130
 
     <width>301</width>
131
 
     <height>126</height>
132
 
    </rect>
133
 
   </property>
134
 
   <property name="title">
135
 
    <string>Saturation Weights</string>
136
 
   </property>
137
 
   <widget class="QSlider" name="pressureSlider">
138
 
    <property name="geometry">
139
 
     <rect>
140
 
      <x>164</x>
141
 
      <y>33</y>
142
 
      <width>28</width>
143
 
      <height>84</height>
144
 
     </rect>
145
 
    </property>
146
 
    <property name="sizePolicy">
147
 
     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
148
 
      <horstretch>0</horstretch>
149
 
      <verstretch>0</verstretch>
150
 
     </sizepolicy>
151
 
    </property>
152
 
    <property name="toolTip">
153
 
     <string>pressure weight</string>
154
 
    </property>
155
 
    <property name="minimum">
156
 
     <number>0</number>
157
 
    </property>
158
 
    <property name="maximum">
159
 
     <number>100</number>
160
 
    </property>
161
 
    <property name="value">
162
 
     <number>50</number>
163
 
    </property>
164
 
    <property name="orientation">
165
 
     <enum>Qt::Vertical</enum>
166
 
    </property>
167
 
    <property name="tickPosition">
168
 
     <enum>QSlider::TicksBelow</enum>
169
 
    </property>
170
 
   </widget>
171
 
   <widget class="QSlider" name="inkDepletionSlider">
172
 
    <property name="geometry">
173
 
     <rect>
174
 
      <x>260</x>
175
 
      <y>33</y>
176
 
      <width>28</width>
177
 
      <height>84</height>
178
 
     </rect>
179
 
    </property>
180
 
    <property name="sizePolicy">
181
 
     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
182
 
      <horstretch>0</horstretch>
183
 
      <verstretch>0</verstretch>
184
 
     </sizepolicy>
185
 
    </property>
186
 
    <property name="toolTip">
187
 
     <string>Ink depletion curve weight</string>
188
 
    </property>
189
 
    <property name="minimum">
190
 
     <number>0</number>
191
 
    </property>
192
 
    <property name="maximum">
193
 
     <number>100</number>
194
 
    </property>
195
 
    <property name="value">
196
 
     <number>50</number>
197
 
    </property>
198
 
    <property name="orientation">
199
 
     <enum>Qt::Vertical</enum>
200
 
    </property>
201
 
    <property name="tickPosition">
202
 
     <enum>QSlider::TicksBelow</enum>
203
 
    </property>
204
 
   </widget>
205
 
   <widget class="QSlider" name="bristleLengthSlider">
206
 
    <property name="geometry">
207
 
     <rect>
208
 
      <x>196</x>
209
 
      <y>33</y>
210
 
      <width>28</width>
211
 
      <height>84</height>
212
 
     </rect>
213
 
    </property>
214
 
    <property name="sizePolicy">
215
 
     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
216
 
      <horstretch>0</horstretch>
217
 
      <verstretch>0</verstretch>
218
 
     </sizepolicy>
219
 
    </property>
220
 
    <property name="toolTip">
221
 
     <string>bristle length weight</string>
222
 
    </property>
223
 
    <property name="minimum">
224
 
     <number>0</number>
225
 
    </property>
226
 
    <property name="maximum">
227
 
     <number>100</number>
228
 
    </property>
229
 
    <property name="value">
230
 
     <number>50</number>
231
 
    </property>
232
 
    <property name="orientation">
233
 
     <enum>Qt::Vertical</enum>
234
 
    </property>
235
 
    <property name="tickPosition">
236
 
     <enum>QSlider::TicksBelow</enum>
237
 
    </property>
238
 
   </widget>
239
 
   <widget class="QSlider" name="bristleInkAmountSlider">
240
 
    <property name="geometry">
241
 
     <rect>
242
 
      <x>228</x>
243
 
      <y>33</y>
244
 
      <width>28</width>
245
 
      <height>84</height>
246
 
     </rect>
247
 
    </property>
248
 
    <property name="sizePolicy">
249
 
     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
250
 
      <horstretch>0</horstretch>
251
 
      <verstretch>0</verstretch>
252
 
     </sizepolicy>
253
 
    </property>
254
 
    <property name="toolTip">
255
 
     <string>Bristle ink amount weight</string>
256
 
    </property>
257
 
    <property name="minimum">
258
 
     <number>0</number>
259
 
    </property>
260
 
    <property name="maximum">
261
 
     <number>100</number>
262
 
    </property>
263
 
    <property name="value">
264
 
     <number>50</number>
265
 
    </property>
266
 
    <property name="orientation">
267
 
     <enum>Qt::Vertical</enum>
268
 
    </property>
269
 
    <property name="tickPosition">
270
 
     <enum>QSlider::TicksBelow</enum>
271
 
    </property>
272
 
   </widget>
273
 
   <widget class="QCheckBox" name="weightSaturationCBox">
274
 
    <property name="geometry">
275
 
     <rect>
276
 
      <x>9</x>
277
 
      <y>63</y>
278
 
      <width>151</width>
279
 
      <height>23</height>
280
 
     </rect>
281
 
    </property>
282
 
    <property name="text">
283
 
     <string>weighted saturation</string>
284
 
    </property>
285
 
   </widget>
286
 
  </widget>
287
 
 </widget>
288
 
 <customwidgets>
289
 
  <customwidget>
290
 
   <class>KisCurveWidget</class>
291
 
   <extends>QWidget</extends>
292
 
   <header>widgets/kis_curve_widget.h</header>
293
 
   <container>1</container>
294
 
  </customwidget>
295
 
 </customwidgets>
296
 
 <resources/>
297
 
 <connections/>
298
 
</ui>