add more spacing
[personal-kdebase.git] / workspace / kwin / effects / snow_config.ui
blobf63f6f47652b716349267736f7a337b12f9bf212
1 <ui version="4.0" >
2  <class>KWin::SnowEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::SnowEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>Appearance</string>
17      </property>
18      <layout class="QGridLayout" name="gridLayout" >
19       <item row="0" column="0" >
20        <widget class="QLabel" name="label" >
21         <property name="text" >
22          <string>&amp;Number of snowflakes:</string>
23         </property>
24         <property name="alignment" >
25          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
26         </property>
27         <property name="buddy" >
28          <cstring>numberFlakes</cstring>
29         </property>
30        </widget>
31       </item>
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>
38          </sizepolicy>
39         </property>
40         <property name="maximum" >
41          <number>1000</number>
42         </property>
43         <property name="value" >
44          <number>200</number>
45         </property>
46        </widget>
47       </item>
48       <item row="1" column="0" >
49        <widget class="QLabel" name="label_2" >
50         <property name="text" >
51          <string>M&amp;inimum size of snowflake:</string>
52         </property>
53         <property name="alignment" >
54          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
55         </property>
56         <property name="buddy" >
57          <cstring>minSizeFlake</cstring>
58         </property>
59        </widget>
60       </item>
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>
67          </sizepolicy>
68         </property>
69         <property name="suffix" >
70          <string> px</string>
71         </property>
72         <property name="maximum" >
73          <number>30</number>
74         </property>
75         <property name="value" >
76          <number>10</number>
77         </property>
78        </widget>
79       </item>
80       <item row="2" column="0" >
81        <widget class="QLabel" name="label_3" >
82         <property name="text" >
83          <string>M&amp;aximum size of snowflake:</string>
84         </property>
85         <property name="alignment" >
86          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
87         </property>
88         <property name="buddy" >
89          <cstring>maxSizeFlake</cstring>
90         </property>
91        </widget>
92       </item>
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>
99          </sizepolicy>
100         </property>
101         <property name="suffix" >
102          <string> px</string>
103         </property>
104         <property name="maximum" >
105          <number>1000</number>
106         </property>
107         <property name="value" >
108          <number>200</number>
109         </property>
110        </widget>
111       </item>
112       <item row="3" column="0" >
113        <widget class="QLabel" name="label_4" >
114         <property name="text" >
115          <string>Maximum &amp;vertical speed:</string>
116         </property>
117         <property name="alignment" >
118          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
119         </property>
120         <property name="buddy" >
121          <cstring>maxVSpeed</cstring>
122         </property>
123        </widget>
124       </item>
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>
131          </sizepolicy>
132         </property>
133         <property name="suffix" >
134          <string> px/frame</string>
135         </property>
136         <property name="minimum" >
137          <number>1</number>
138         </property>
139         <property name="maximum" >
140          <number>30</number>
141         </property>
142         <property name="value" >
143          <number>2</number>
144         </property>
145        </widget>
146       </item>
147       <item row="4" column="0" >
148        <widget class="QLabel" name="label_5" >
149         <property name="text" >
150          <string>Maximum &amp;horizontal speed:</string>
151         </property>
152         <property name="alignment" >
153          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
154         </property>
155         <property name="buddy" >
156          <cstring>maxHSpeed</cstring>
157         </property>
158        </widget>
159       </item>
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>
166          </sizepolicy>
167         </property>
168         <property name="suffix" >
169          <string> px/frame</string>
170         </property>
171         <property name="minimum" >
172          <number>0</number>
173         </property>
174         <property name="maximum" >
175          <number>30</number>
176         </property>
177         <property name="value" >
178          <number>1</number>
179         </property>
180        </widget>
181       </item>
182       <item row="5" column="0" >
183        <widget class="QCheckBox" name="snowBehindWindows" >
184         <property name="text" >
185          <string>Snow &amp;behind windows</string>
186         </property>
187        </widget>
188       </item>
189      </layout>
190     </widget>
191    </item>
192    <item>
193     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
194    </item>
195   </layout>
196  </widget>
197  <customwidgets>
198   <customwidget>
199    <class>KWin::GlobalShortcutsEditor</class>
200    <extends>QWidget</extends>
201    <header location="global" >kwineffects.h</header>
202    <container>1</container>
203   </customwidget>
204  </customwidgets>
205  <resources/>
206  <connections/>
207 </ui>