You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
<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" > |
|
<widget class="KIntSpinBox" name="animationDurationSpin" > |
|
<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> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KIntSpinBox</class> |
|
<extends>QSpinBox</extends> |
|
<header>knuminput.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|