2008-08-25 09:17:15 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::PresentWindowsEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::PresentWindowsEffectConfigForm" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-06 10:42:36 +00:00
|
|
|
<width>533</width>
|
|
|
|
<height>345</height>
|
2008-08-25 09:17:15 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Appearance</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="0" column="0" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Rearrange &duration:</string>
|
|
|
|
</property>
|
2008-10-18 11:34:54 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-25 09:17:15 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>rearrangeDurationSpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="0" column="1" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<widget class="QSpinBox" name="rearrangeDurationSpin" >
|
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-08-25 09:17:15 +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>
|
|
|
|
</property>
|
2008-08-25 09:17:15 +00:00
|
|
|
<property name="value" >
|
2008-08-30 07:25:54 +00:00
|
|
|
<number>0</number>
|
2008-08-25 09:17:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="1" column="0" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Layout mode:</string>
|
|
|
|
</property>
|
2008-10-18 11:34:54 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-25 09:17:15 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>layoutCombo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="1" column="1" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<widget class="QComboBox" name="layoutCombo" >
|
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-25 09:17:15 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Natural</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Regular grid</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Flexible grid</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="2" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="displayTitleBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Display window &titles</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="displayIconBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Display window &icons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="switchingBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Use for window &switching</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-21 07:15:35 +00:00
|
|
|
<item row="5" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="ignoreMinimizedBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Ignore &minimized windows</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-08-25 09:17:15 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2" >
|
|
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Activation</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
2008-11-06 10:42:36 +00:00
|
|
|
<item row="0" column="0" colspan="2" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<widget class="KWin::GlobalShortcutsEditor" native="1" name="shortcutEditor" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-08-25 09:17:15 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QGroupBox" name="groupBox_3" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Natural Layout Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<widget class="QCheckBox" name="fillGapsBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Fill &gaps</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="2" column="0" colspan="3" >
|
2008-08-25 09:17:15 +00:00
|
|
|
<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>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_6" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Faster</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring></cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSlider" name="accuracySlider" >
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>130</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="tracking" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="invertedAppearance" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="invertedControls" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition" >
|
|
|
|
<enum>QSlider::TicksBelow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QLabel" name="label_5" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Nicer</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring></cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-08-25 09:17:15 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KWin::GlobalShortcutsEditor</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global" >kwineffects.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>rearrangeDurationSpin</tabstop>
|
2008-10-18 11:34:54 +00:00
|
|
|
<tabstop>layoutCombo</tabstop>
|
2008-08-25 09:17:15 +00:00
|
|
|
<tabstop>displayTitleBox</tabstop>
|
2008-10-18 11:34:54 +00:00
|
|
|
<tabstop>displayIconBox</tabstop>
|
|
|
|
<tabstop>switchingBox</tabstop>
|
2008-10-21 07:15:35 +00:00
|
|
|
<tabstop>ignoreMinimizedBox</tabstop>
|
2008-10-18 11:34:54 +00:00
|
|
|
<tabstop>accuracySlider</tabstop>
|
|
|
|
<tabstop>fillGapsBox</tabstop>
|
2008-08-25 09:17:15 +00:00
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|