2009-05-12 17:18:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-02-21 13:20:22 +00:00
|
|
|
<class>KWin::CoverSwitchEffectConfigForm</class>
|
2009-05-12 17:18:27 +00:00
|
|
|
<widget class="QWidget" name="KWin::CoverSwitchEffectConfigForm">
|
|
|
|
<property name="geometry">
|
2008-02-21 13:20:22 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-05-12 17:18:27 +00:00
|
|
|
<width>492</width>
|
2008-11-29 09:46:17 +00:00
|
|
|
<height>236</height>
|
2008-02-21 13:20:22 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Zoom</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Near</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Far</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="alignment">
|
2008-11-11 21:32:45 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QSlider" name="zPositionSlider">
|
|
|
|
<property name="toolTip">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Define how far away the windows should appear</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="maximum">
|
2008-11-11 21:32:45 +00:00
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="singleStep">
|
2008-11-29 09:46:17 +00:00
|
|
|
<number>100</number>
|
2008-11-11 21:32:45 +00:00
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="pageStep">
|
2008-11-29 09:46:17 +00:00
|
|
|
<number>500</number>
|
2008-11-11 21:32:45 +00:00
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="orientation">
|
2008-11-11 21:32:45 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="tickPosition">
|
2008-11-11 21:32:45 +00:00
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="tickInterval">
|
2008-11-29 09:46:17 +00:00
|
|
|
<number>200</number>
|
2008-11-11 21:32:45 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
2008-11-29 09:46:17 +00:00
|
|
|
<string>Thumbnail Bar</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkThumbnails">
|
|
|
|
<property name="text">
|
2008-11-29 09:46:17 +00:00
|
|
|
<string>Use additional thumbnail bar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkDynamicThumbnails">
|
|
|
|
<property name="toolTip">
|
2008-11-29 09:46:17 +00:00
|
|
|
<string>Only show thumbnail bar if there are at least specified number of windows</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="text">
|
2008-11-29 09:46:17 +00:00
|
|
|
<string>Dynamic mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="labelThumbnailWindows">
|
|
|
|
<property name="text">
|
2008-11-29 09:46:17 +00:00
|
|
|
<string>Number of windows:</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="alignment">
|
2008-11-29 09:46:17 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="buddy">
|
2008-11-29 09:46:17 +00:00
|
|
|
<cstring>spinThumbnailWindows</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinThumbnailWindows"/>
|
2008-11-29 09:46:17 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="0" column="0" rowspan="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2008-02-21 13:20:22 +00:00
|
|
|
<string>Appearance</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkAnimateSwitch">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Animate switch</string>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkAnimateStart">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Animation on tab box open</string>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkAnimateStop">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Animation on tab box close</string>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="checkReflection">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Reflections</string>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinDuration">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2008-10-18 13:50:32 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="specialValueText">
|
2008-12-05 22:23:29 +00:00
|
|
|
<string comment="Duration of rotation">Default</string>
|
2008-08-30 07:25:54 +00:00
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="suffix">
|
2008-02-21 13:20:22 +00:00
|
|
|
<string> msec</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="maximum">
|
2008-02-21 13:20:22 +00:00
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="singleStep">
|
2008-08-30 07:25:54 +00:00
|
|
|
<number>10</number>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2008-11-11 21:32:45 +00:00
|
|
|
<string>Animation duration:</string>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="alignment">
|
2008-11-11 21:32:45 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="buddy">
|
2008-11-11 21:32:45 +00:00
|
|
|
<cstring>spinDuration</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
2008-11-29 09:46:17 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-11-29 09:46:17 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="checkWindowTitle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display window &titles</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-21 13:20:22 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-12 17:18:27 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
2008-11-29 09:46:17 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-05-12 17:18:27 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-11-29 09:46:17 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-02-21 13:20:22 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>checkAnimateSwitch</tabstop>
|
|
|
|
<tabstop>checkAnimateStart</tabstop>
|
|
|
|
<tabstop>checkAnimateStop</tabstop>
|
|
|
|
<tabstop>checkReflection</tabstop>
|
|
|
|
<tabstop>spinDuration</tabstop>
|
2008-11-11 21:32:45 +00:00
|
|
|
<tabstop>checkThumbnails</tabstop>
|
|
|
|
<tabstop>checkDynamicThumbnails</tabstop>
|
|
|
|
<tabstop>spinThumbnailWindows</tabstop>
|
|
|
|
<tabstop>zPositionSlider</tabstop>
|
2008-02-21 13:20:22 +00:00
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|