68fbd31ad8
BUG: 219755 svn path=/trunk/KDE/kdebase/workspace/; revision=1195300
43 lines
1.1 KiB
XML
43 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>KWin::WindowGeometryConfigForm</class>
|
|
<widget class="QWidget" name="KWin::WindowGeometryConfigForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>430</width>
|
|
<height>187</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="handleMove">
|
|
<property name="text">
|
|
<string>Display for moving windows</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="handleResize">
|
|
<property name="text">
|
|
<string>Display for resizing windows</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="KWin::GlobalShortcutsEditor" name="shortcuts" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KWin::GlobalShortcutsEditor</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">kwineffects.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|