2007-11-13 16:20:52 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::MouseMarkEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::MouseMarkEffectConfigForm" >
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<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" >
|
2007-11-13 16:20:52 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
2008-01-04 15:26:42 +00:00
|
|
|
<string>&Width:</string>
|
2007-11-13 16:20:52 +00:00
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2007-11-13 16:20:52 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>spinWidth</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
2009-06-30 20:09:04 +00:00
|
|
|
<widget class="KIntSpinBox" name="spinWidth" >
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2007-11-13 16:20:52 +00:00
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
2008-01-04 15:26:42 +00:00
|
|
|
<string>&Color:</string>
|
2007-11-13 16:20:52 +00:00
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2007-11-13 16:20:52 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>comboColors</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
2008-10-18 11:34:54 +00:00
|
|
|
<widget class="KColorCombo" name="comboColors" >
|
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-10-18 11:34:54 +00:00
|
|
|
</widget>
|
2007-11-13 16:20:52 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2007-11-24 13:47:58 +00:00
|
|
|
<widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
|
2007-11-13 16:20:52 +00:00
|
|
|
</item>
|
2007-11-13 21:42:09 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Draw with the mouse by holding Shift+Meta keys and moving the mouse.</string>
|
|
|
|
</property>
|
2008-10-18 11:34:54 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2007-11-13 21:42:09 +00:00
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-11-13 16:20:52 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2008-10-18 11:34:54 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>KColorCombo</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>kcolorcombo.h</header>
|
|
|
|
</customwidget>
|
2009-06-30 20:09:04 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>KIntSpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
|
|
|
<header>knuminput.h</header>
|
|
|
|
</customwidget>
|
2007-11-13 16:20:52 +00:00
|
|
|
<customwidget>
|
2007-11-24 13:47:58 +00:00
|
|
|
<class>KWin::GlobalShortcutsEditor</class>
|
2007-11-13 16:20:52 +00:00
|
|
|
<extends>QWidget</extends>
|
2007-11-24 13:47:58 +00:00
|
|
|
<header location="global" >kwineffects.h</header>
|
2007-11-13 16:20:52 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|