Install just if we compile with opengl
[kdeartwork.git] / kscreensaver / kdesavers / gravitycfg.ui
blobacdd2c80cdedb6128a62b2207bb150e84b242162
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>SetupUi</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>SetupUi</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>400</width>
12             <height>209</height>
13         </rect>
14     </property>
15     <property name="minimumSize">
16         <size>
17             <width>400</width>
18             <height>209</height>
19         </size>
20     </property>
21     <property name="baseSize">
22         <size>
23             <width>400</width>
24             <height>250</height>
25         </size>
26     </property>
27     <property name="caption">
28         <string>Gravity Setup</string>
29     </property>
30     <grid>
31         <property name="name">
32             <cstring>unnamed</cstring>
33         </property>
34         <property name="margin">
35             <number>11</number>
36         </property>
37         <property name="spacing">
38             <number>6</number>
39         </property>
40         <widget class="QLayoutWidget" row="0" column="0">
41             <property name="name">
42                 <cstring>Layout4</cstring>
43             </property>
44             <grid>
45                 <property name="name">
46                     <cstring>unnamed</cstring>
47                 </property>
48                 <property name="margin">
49                     <number>0</number>
50                 </property>
51                 <property name="spacing">
52                     <number>6</number>
53                 </property>
54                 <widget class="QCheckBox" row="3" column="0">
55                     <property name="name">
56                         <cstring>CheckBox1</cstring>
57                     </property>
58                     <property name="text">
59                         <string>Use textures</string>
60                     </property>
61                 </widget>
62                 <widget class="QPushButton" row="4" column="2">
63                     <property name="name">
64                         <cstring>PushButton3</cstring>
65                     </property>
66                     <property name="text">
67                         <string>&amp;About</string>
68                     </property>
69                 </widget>
70                 <widget class="QSpinBox" row="1" column="0">
71                     <property name="name">
72                         <cstring>SpinBox1</cstring>
73                     </property>
74                     <property name="maxValue">
75                         <number>500</number>
76                     </property>
77                     <property name="minValue">
78                         <number>25</number>
79                     </property>
80                     <property name="lineStep">
81                         <number>10</number>
82                     </property>
83                     <property name="value">
84                         <number>75</number>
85                     </property>
86                 </widget>
87                 <widget class="QPushButton" row="4" column="1">
88                     <property name="name">
89                         <cstring>PushButton2</cstring>
90                     </property>
91                     <property name="text">
92                         <string>&amp;Cancel</string>
93                     </property>
94                 </widget>
95                 <widget class="QPushButton" row="4" column="0">
96                     <property name="name">
97                         <cstring>PushButton1</cstring>
98                     </property>
99                     <property name="text">
100                         <string>&amp;OK</string>
101                     </property>
102                     <property name="default">
103                         <bool>true</bool>
104                     </property>
105                 </widget>
106                 <widget class="QGroupBox" row="2" column="0">
107                     <property name="name">
108                         <cstring>GroupBox1</cstring>
109                     </property>
110                     <property name="title">
111                         <string>Shapes</string>
112                     </property>
113                     <grid>
114                         <property name="name">
115                             <cstring>unnamed</cstring>
116                         </property>
117                         <property name="margin">
118                             <number>11</number>
119                         </property>
120                         <property name="spacing">
121                             <number>6</number>
122                         </property>
123                         <widget class="QLayoutWidget" row="0" column="0">
124                             <property name="name">
125                                 <cstring>Layout3</cstring>
126                             </property>
127                             <vbox>
128                                 <property name="name">
129                                     <cstring>unnamed</cstring>
130                                 </property>
131                                 <property name="margin">
132                                     <number>0</number>
133                                 </property>
134                                 <property name="spacing">
135                                     <number>6</number>
136                                 </property>
137                                 <widget class="QRadioButton">
138                                     <property name="name">
139                                         <cstring>RadioButton1</cstring>
140                                     </property>
141                                     <property name="text">
142                                         <string>Stars</string>
143                                     </property>
144                                     <property name="checked">
145                                         <bool>true</bool>
146                                     </property>
147                                 </widget>
148                                 <widget class="QRadioButton">
149                                     <property name="name">
150                                         <cstring>RadioButton1_2</cstring>
151                                     </property>
152                                     <property name="text">
153                                         <string>Flares</string>
154                                     </property>
155                                 </widget>
156                             </vbox>
157                         </widget>
158                     </grid>
159                 </widget>
160                 <widget class="QWidget" row="0" column="1" rowspan="4" colspan="2">
161                     <property name="name">
162                         <cstring>preview</cstring>
163                     </property>
164                 </widget>
165                 <widget class="QLabel" row="0" column="0">
166                     <property name="name">
167                         <cstring>TextLabel1</cstring>
168                     </property>
169                     <property name="text">
170                         <string>Particle size:</string>
171                     </property>
172                 </widget>
173             </grid>
174         </widget>
175     </grid>
176 </widget>
177 <connections>
178     <connection>
179         <sender>RadioButton1_2</sender>
180         <signal>pressed()</signal>
181         <receiver>RadioButton1</receiver>
182         <slot>toggle()</slot>
183     </connection>
184     <connection>
185         <sender>RadioButton1</sender>
186         <signal>pressed()</signal>
187         <receiver>RadioButton1_2</receiver>
188         <slot>toggle()</slot>
189     </connection>
190 </connections>
191 <layoutdefaults spacing="6" margin="11"/>
192 </UI>