2012-09-19 07:29:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-01-14 15:31:08 +00:00
|
|
|
<class>KWin::MagicLampEffectConfigForm</class>
|
2012-09-19 07:29:27 +00:00
|
|
|
<widget class="QWidget" name="KWin::MagicLampEffectConfigForm">
|
|
|
|
<property name="geometry">
|
2009-01-14 15:31:08 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2009-01-14 15:31:08 +00:00
|
|
|
<string>Animation duration:</string>
|
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<property name="alignment">
|
2009-01-14 15:31:08 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>kcfg_AnimationDuration</cstring>
|
2009-01-14 15:31:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-19 07:29:27 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="kcfg_AnimationDuration">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2009-01-14 15:31:08 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<property name="specialValueText">
|
|
|
|
<string comment="Duration of rotation">Default</string>
|
2009-01-14 15:31:08 +00:00
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<property name="suffix">
|
|
|
|
<string>milliseconds</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2009-01-14 15:31:08 +00:00
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
2012-09-19 07:29:27 +00:00
|
|
|
<property name="singleStep">
|
2009-01-14 15:31:08 +00:00
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|