2008-02-21 13:20:22 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::CoverSwitchEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::CoverSwitchEffectConfigForm" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-29 09:46:17 +00:00
|
|
|
<width>490</width>
|
|
|
|
<height>236</height>
|
2008-02-21 13:20:22 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2008-11-11 21:32:45 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Zoom</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8" >
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="label_8" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Near</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QLabel" name="label_9" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Far</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2" >
|
|
|
|
<widget class="QSlider" name="zPositionSlider" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Define how far away the windows should appear</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
2008-11-29 09:46:17 +00:00
|
|
|
<number>100</number>
|
2008-11-11 21:32:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="pageStep" >
|
2008-11-29 09:46:17 +00:00
|
|
|
<number>500</number>
|
2008-11-11 21:32:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition" >
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
|
|
|
<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>
|
2008-11-29 09:46:17 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QGroupBox" name="groupBox_3" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Thumbnail Bar</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3" >
|
|
|
|
<item row="0" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="checkThumbnails" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Use additional thumbnail bar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="checkDynamicThumbnails" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Only show thumbnail bar if there are at least specified number of windows</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Dynamic mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QLabel" name="labelThumbnailWindows" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Number of windows:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>spinThumbnailWindows</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" >
|
|
|
|
<widget class="QSpinBox" name="spinThumbnailWindows" />
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item rowspan="3" row="0" column="0" >
|
2008-02-21 13:20:22 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Appearance</string>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
2008-02-21 13:20:22 +00:00
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<item row="4" column="1" >
|
|
|
|
<widget class="QSpinBox" name="spinDuration" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-08-30 07:25:54 +00:00
|
|
|
<property name="specialValueText" >
|
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
2008-02-21 13:20:22 +00:00
|
|
|
<property name="suffix" >
|
|
|
|
<string> msec</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
2008-08-30 07:25:54 +00:00
|
|
|
<property name="singleStep" >
|
|
|
|
<number>10</number>
|
2008-02-21 13:20:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-11-11 21:32:45 +00:00
|
|
|
<item row="4" 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>spinDuration</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-11-29 09:46:17 +00:00
|
|
|
<item row="5" column="0" colspan="2" >
|
|
|
|
<spacer name="verticalSpacer" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-02-21 13:20:22 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-11-29 09:46:17 +00:00
|
|
|
<item row="2" column="1" >
|
|
|
|
<spacer name="verticalSpacer_2" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<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>
|