blob: 4defb83dacbe51c8d8b0945256b51f1c6d1bea2c (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>BrushPropertyUI</class>
<widget class="TQWidget">
<property name="name">
<cstring>BrushPropertyUI</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>186</height>
</rect>
</property>
<property name="caption">
<string>Brush</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>styleLabel</cstring>
</property>
<property name="text">
<string>&Style:</string>
</property>
<property name="buddy" stdset="0">
<cstring>styleCombo</cstring>
</property>
</widget>
<widget class="KComboBox" row="0" column="1">
<property name="name">
<cstring>styleCombo</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>Choose the style or the pattern.</string>
</property>
</widget>
<widget class="KColorButton" row="1" column="1">
<property name="name">
<cstring>colorChooser</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>Choose the color (white is the default). Clicking on the color will display the standard KDE color chooser dialog.</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>colorLabel</cstring>
</property>
<property name="text">
<string>C&olor:</string>
</property>
<property name="buddy" stdset="0">
<cstring>colorChooser</cstring>
</property>
</widget>
<widget class="TQFrame" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>previewPanel</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
<includehint>kcolorbutton.h</includehint>
</includehints>
</UI>
|