2a87593638
of Effect::animationTime() for how-to-use. TODO: Effects need to reload config after doing the change in the kcm. NOTE: Default TimeLine constructor now creates invalid object, it is necessary to explicitly call setDuration() in order to ensure all animations respect this setting. CCMAIL: kwin@kde.org svn path=/trunk/KDE/kdebase/workspace/; revision=854690
79 lines
2.1 KiB
XML
79 lines
2.1 KiB
XML
<ui version="4.0" >
|
|
<class>KWin::FlipSwitchEffectConfigForm</class>
|
|
<widget class="QWidget" name="KWin::FlipSwitchEffectConfigForm" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>110</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Appearance</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="checkAnimateFlip" >
|
|
<property name="text" >
|
|
<string>Animate &flip</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="label_3" >
|
|
<property name="text" >
|
|
<string>F&lip Animation duration:</string>
|
|
</property>
|
|
<property name="alignment" >
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>spinFlipDuration</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QSpinBox" name="spinFlipDuration" >
|
|
<property name="specialValueText" >
|
|
<string>Default</string>
|
|
</property>
|
|
<property name="suffix" >
|
|
<string> msec</string>
|
|
</property>
|
|
<property name="maximum" >
|
|
<number>5000</number>
|
|
</property>
|
|
<property name="singleStep" >
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<spacer name="horizontalSpacer" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0" >
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>checkAnimateFlip</tabstop>
|
|
<tabstop>spinFlipDuration</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|