80 lines
2 KiB
Text
80 lines
2 KiB
Text
|
<ui version="4.0" >
|
||
|
<class>KWin::MouseMarkEffectConfigForm</class>
|
||
|
<widget class="QWidget" name="KWin::MouseMarkEffectConfigForm" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox" >
|
||
|
<property name="title" >
|
||
|
<string>Appearance</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" >
|
||
|
<item row="0" column="0" >
|
||
|
<widget class="QLabel" name="label" >
|
||
|
<property name="text" >
|
||
|
<string>&Width</string>
|
||
|
</property>
|
||
|
<property name="buddy" >
|
||
|
<cstring>spinWidth</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1" >
|
||
|
<widget class="QSpinBox" name="spinWidth" >
|
||
|
<property name="suffix" >
|
||
|
<string> px</string>
|
||
|
</property>
|
||
|
<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" >
|
||
|
<string>&Color</string>
|
||
|
</property>
|
||
|
<property name="buddy" >
|
||
|
<cstring>comboColors</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1" >
|
||
|
<widget class="QComboBox" name="comboColors" />
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="KShortcutsEditor" native="1" name="editor" />
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KShortcutsEditor</class>
|
||
|
<extends>QWidget</extends>
|
||
|
<header location="global" >kshortcutseditor.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|