2 <class>KWin::SnowEffectConfigForm</class>
3 <widget class="QWidget" name="KWin::SnowEffectConfigForm" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
14 <widget class="QGroupBox" name="groupBox" >
15 <property name="title" >
16 <string>Appearance</string>
18 <layout class="QGridLayout" name="gridLayout" >
19 <item row="0" column="0" >
20 <widget class="QLabel" name="label" >
21 <property name="text" >
22 <string>&Number of snowflakes:</string>
24 <property name="alignment" >
25 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
27 <property name="buddy" >
28 <cstring>numberFlakes</cstring>
32 <item row="0" column="1" >
33 <widget class="QSpinBox" name="numberFlakes" >
34 <property name="sizePolicy" >
35 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
40 <property name="maximum" >
43 <property name="value" >
48 <item row="1" column="0" >
49 <widget class="QLabel" name="label_2" >
50 <property name="text" >
51 <string>M&inimum size of snowflake:</string>
53 <property name="alignment" >
54 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
56 <property name="buddy" >
57 <cstring>minSizeFlake</cstring>
61 <item row="1" column="1" >
62 <widget class="QSpinBox" name="minSizeFlake" >
63 <property name="sizePolicy" >
64 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
65 <horstretch>0</horstretch>
66 <verstretch>0</verstretch>
69 <property name="suffix" >
72 <property name="maximum" >
75 <property name="value" >
80 <item row="2" column="0" >
81 <widget class="QLabel" name="label_3" >
82 <property name="text" >
83 <string>M&aximum size of snowflake:</string>
85 <property name="alignment" >
86 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
88 <property name="buddy" >
89 <cstring>maxSizeFlake</cstring>
93 <item row="2" column="1" >
94 <widget class="QSpinBox" name="maxSizeFlake" >
95 <property name="sizePolicy" >
96 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
97 <horstretch>0</horstretch>
98 <verstretch>0</verstretch>
101 <property name="suffix" >
104 <property name="maximum" >
105 <number>1000</number>
107 <property name="value" >
112 <item row="3" column="0" >
113 <widget class="QLabel" name="label_4" >
114 <property name="text" >
115 <string>Maximum &vertical speed:</string>
117 <property name="alignment" >
118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
120 <property name="buddy" >
121 <cstring>maxVSpeed</cstring>
125 <item row="3" column="1" >
126 <widget class="QSpinBox" name="maxVSpeed" >
127 <property name="sizePolicy" >
128 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
129 <horstretch>0</horstretch>
130 <verstretch>0</verstretch>
133 <property name="suffix" >
134 <string> px/frame</string>
136 <property name="minimum" >
139 <property name="maximum" >
142 <property name="value" >
147 <item row="4" column="0" >
148 <widget class="QLabel" name="label_5" >
149 <property name="text" >
150 <string>Maximum &horizontal speed:</string>
152 <property name="alignment" >
153 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
155 <property name="buddy" >
156 <cstring>maxHSpeed</cstring>
160 <item row="4" column="1" >
161 <widget class="QSpinBox" name="maxHSpeed" >
162 <property name="sizePolicy" >
163 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
164 <horstretch>0</horstretch>
165 <verstretch>0</verstretch>
168 <property name="suffix" >
169 <string> px/frame</string>
171 <property name="minimum" >
174 <property name="maximum" >
177 <property name="value" >
182 <item row="5" column="0" >
183 <widget class="QCheckBox" name="snowBehindWindows" >
184 <property name="text" >
185 <string>Snow &behind windows</string>
193 <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
199 <class>KWin::GlobalShortcutsEditor</class>
200 <extends>QWidget</extends>
201 <header location="global" >kwineffects.h</header>
202 <container>1</container>