2008-08-12 15:22:06 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::DesktopGridEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::DesktopGridEffectConfigForm" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-06 10:42:36 +00:00
|
|
|
<width>574</width>
|
|
|
|
<height>216</height>
|
2008-08-12 15:22:06 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
|
|
|
<item>
|
|
|
|
<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-10-18 11:34:54 +00:00
|
|
|
<item row="0" column="0" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Zoom &duration:</string>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>zoomDurationSpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="0" column="1" >
|
2009-06-30 20:09:04 +00:00
|
|
|
<widget class="KIntSpinBox" name="zoomDurationSpin" >
|
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" >
|
2008-12-05 22:23:29 +00:00
|
|
|
<string comment="Duration of zoom">Default</string>
|
2008-08-30 07:25:54 +00:00
|
|
|
</property>
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="maximum" >
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
2008-08-30 07:25:54 +00:00
|
|
|
<property name="singleStep" >
|
|
|
|
<number>10</number>
|
2008-08-12 15:22:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="1" column="0" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Border width:</string>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>borderWidthSpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="1" column="1" >
|
2009-06-30 20:09:04 +00:00
|
|
|
<widget class="KIntSpinBox" name="borderWidthSpin" >
|
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-12 15:22:06 +00:00
|
|
|
<property name="maximum" >
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="2" column="0" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<widget class="QLabel" name="label_6" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Desktop &name alignment:</string>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>desktopNameAlignmentCombo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="2" column="1" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<widget class="QComboBox" name="desktopNameAlignmentCombo" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-08-12 15:22:06 +00:00
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="3" column="0" >
|
2008-09-04 14:37:07 +00:00
|
|
|
<widget class="QLabel" name="label_7" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="text" >
|
2008-09-04 14:37:07 +00:00
|
|
|
<string>&Layout mode:</string>
|
2008-08-12 15:22:06 +00:00
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-09-04 14:37:07 +00:00
|
|
|
<property name="buddy" >
|
2008-10-18 11:34:54 +00:00
|
|
|
<cstring>layoutCombo</cstring>
|
2008-09-04 14:37:07 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="3" column="1" >
|
2008-09-04 14:37:07 +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-09-04 14:37:07 +00:00
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Pager</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Automatic</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Custom</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2008-08-12 15:22:06 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="4" column="0" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<widget class="QLabel" name="layoutRowsLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Number of &rows:</string>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2008-08-12 15:22:06 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>layoutRowsSpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 11:34:54 +00:00
|
|
|
<item row="4" column="1" >
|
2009-06-30 20:09:04 +00:00
|
|
|
<widget class="KIntSpinBox" name="layoutRowsSpin" >
|
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-12 15:22:06 +00:00
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="5" column="0" colspan="2" >
|
2008-08-12 15:22:06 +00:00
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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-08-12 15:22:06 +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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2009-06-30 20:09:04 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>KIntSpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
|
|
|
<header>knuminput.h</header>
|
|
|
|
</customwidget>
|
2008-08-12 15:22:06 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>KWin::GlobalShortcutsEditor</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global" >kwineffects.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>zoomDurationSpin</tabstop>
|
|
|
|
<tabstop>borderWidthSpin</tabstop>
|
|
|
|
<tabstop>desktopNameAlignmentCombo</tabstop>
|
2008-09-04 14:37:07 +00:00
|
|
|
<tabstop>layoutCombo</tabstop>
|
2008-08-12 15:22:06 +00:00
|
|
|
<tabstop>layoutRowsSpin</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|