2012-09-12 17:14:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-11-13 16:20:52 +00:00
|
|
|
<class>KWin::MouseMarkEffectConfigForm</class>
|
2012-09-12 17:14:30 +00:00
|
|
|
<widget class="QWidget" name="KWin::MouseMarkEffectConfigForm">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>279</width>
|
|
|
|
<height>178</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout">
|
2007-11-13 16:20:52 +00:00
|
|
|
<item>
|
2012-09-12 17:14:30 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2007-11-13 16:20:52 +00:00
|
|
|
<string>Appearance</string>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<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>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="alignment">
|
2008-10-18 13:50:32 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>kcfg_LineWidth</cstring>
|
2007-11-13 16:20:52 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-12 17:14:30 +00:00
|
|
|
<item row="0" column="1">
|
2013-09-09 05:38:30 +00:00
|
|
|
<widget class="QSpinBox" name="kcfg_LineWidth">
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2008-10-18 13:50:32 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="minimum">
|
2007-11-13 16:20:52 +00:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="maximum">
|
2007-11-13 16:20:52 +00:00
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="value">
|
2007-11-13 16:20:52 +00:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-12 17:14:30 +00:00
|
|
|
<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>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="alignment">
|
2008-10-18 13:50:32 +00:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>kcfg_Color</cstring>
|
2007-11-13 16:20:52 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-12 17:14:30 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="KColorCombo" name="kcfg_Color">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2008-10-18 13:50:32 +00:00
|
|
|
<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>
|
2013-09-09 04:57:06 +00:00
|
|
|
<widget class="KShortcutsEditor" name="editor" native="true">
|
|
|
|
<property name="actionTypes">
|
|
|
|
<enum>KShortcutsEditor::GlobalAction</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-11-13 16:20:52 +00:00
|
|
|
</item>
|
2007-11-13 21:42:09 +00:00
|
|
|
<item>
|
2012-09-12 17:14:30 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2007-11-13 21:42:09 +00:00
|
|
|
<string>Draw with the mouse by holding Shift+Meta keys and moving the mouse.</string>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="alignment">
|
2008-10-18 11:34:54 +00:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2012-09-12 17:14:30 +00:00
|
|
|
<property name="wordWrap">
|
2007-11-13 21:42:09 +00:00
|
|
|
<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>
|
2007-11-13 16:20:52 +00:00
|
|
|
<customwidget>
|
2013-09-09 04:57:06 +00:00
|
|
|
<class>KShortcutsEditor</class>
|
2007-11-13 16:20:52 +00:00
|
|
|
<extends>QWidget</extends>
|
2013-09-09 04:57:06 +00:00
|
|
|
<header location="global">KShortcutsEditor</header>
|
2007-11-13 16:20:52 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|