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.
112 lines
3.1 KiB
112 lines
3.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>KWin::CubeSlideEffectConfigForm</class> |
|
<widget class="QWidget" name="KWin::CubeSlideEffectConfigForm"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>431</width> |
|
<height>161</height> |
|
</rect> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="2" column="0" colspan="2"> |
|
<widget class="QCheckBox" name="dontSlideStickyWindowsBox"> |
|
<property name="text"> |
|
<string>Do not animate windows on all desktops</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="5" column="0"> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="KIntSpinBox" name="rotationDurationSpin"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>100</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
<property name="specialValueText"> |
|
<string comment="Duration of rotation">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="0" colspan="2"> |
|
<widget class="QCheckBox" name="dontSlidePanelsBox"> |
|
<property name="text"> |
|
<string>Do not animate panels</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>Rotation duration:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>rotationDurationSpin</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0" colspan="2"> |
|
<widget class="QCheckBox" name="usePagerBox"> |
|
<property name="text"> |
|
<string>Use pager layout for animation</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="0" colspan="2"> |
|
<widget class="QCheckBox" name="windowsMovingBox"> |
|
<property name="text"> |
|
<string>Start animation when moving windows towards screen edges</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KIntSpinBox</class> |
|
<extends>QSpinBox</extends> |
|
<header>knuminput.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<tabstops> |
|
<tabstop>rotationDurationSpin</tabstop> |
|
<tabstop>dontSlidePanelsBox</tabstop> |
|
<tabstop>dontSlideStickyWindowsBox</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|