2009-01-14 15:31:08 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::MagicLampEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::MagicLampEffectConfigForm" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Animation duration:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>animationDurationSpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
2009-06-30 20:09:04 +00:00
|
|
|
<widget class="KIntSpinBox" name="animationDurationSpin" >
|
2009-01-14 15:31:08 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="specialValueText" >
|
|
|
|
<string comment="Duration of rotation" >Default</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-06-30 20:09:04 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KIntSpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
|
|
|
<header>knuminput.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2009-01-14 15:31:08 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|