blob: e6a7844590c876c4b6b64528d42022a9eebb08d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>WetPaintOptions</class>
<widget class="TQWidget">
<property name="name">
<cstring>WetPaintOptions</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>382</width>
<height>31</height>
</rect>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Pressure effects:</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkSize</cstring>
</property>
<property name="text">
<string>Size</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkWetness</cstring>
</property>
<property name="text">
<string>Wetness</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkStrength</cstring>
</property>
<property name="text">
<string>Strength</string>
</property>
</widget>
</hbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
|