add more spacing
[personal-kdebase.git] / workspace / kwin / effects / magiclamp_config.ui
blob691c82ccc2e5a3c2a10da060567ebad64f8bfa79
1 <ui version="4.0" >
2  <class>KWin::MagicLampEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::MagicLampEffectConfigForm" >
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="QFormLayout" name="formLayout" >
13    <item row="0" column="0" >
14     <widget class="QLabel" name="label_3" >
15      <property name="text" >
16       <string>Animation duration:</string>
17      </property>
18      <property name="alignment" >
19       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
20      </property>
21      <property name="buddy" >
22       <cstring>animationDurationSpin</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QSpinBox" name="animationDurationSpin" >
28      <property name="sizePolicy" >
29       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="specialValueText" >
35       <string comment="Duration of rotation" >Default</string>
36      </property>
37      <property name="suffix" >
38       <string> msec</string>
39      </property>
40      <property name="maximum" >
41       <number>5000</number>
42      </property>
43      <property name="singleStep" >
44       <number>10</number>
45      </property>
46     </widget>
47    </item>
48   </layout>
49  </widget>
50  <resources/>
51  <connections/>
52 </ui>