kwin/effects/resize/resize_config.ui

46 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KWin::ResizeEffectConfigForm</class>
<widget class="QWidget" name="KWin::ResizeEffectConfigForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="kcfg_TextureScale">
<property name="text">
<string>Scale window</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="kcfg_Outline">
<property name="text">
<string>Show outline</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>