kwin/effects/wobblywindows_config.ui

85 lines
2.1 KiB
Text
Raw Normal View History

<ui version="4.0" >
<class>WobblyWindowsEffectConfigForm</class>
<widget class="QWidget" name="WobblyWindowsEffectConfigForm" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>279</width>
<height>113</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Wobblyness:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<spacer name="horizontalSpacer" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>184</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="2" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Less</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="slWobblyness" >
<property name="maximum" >
<number>4</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>More</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="moveBox" >
<property name="text" >
<string>Wobble when &amp;moving</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QCheckBox" name="resizeBox" >
<property name="text" >
<string>Wobble when &amp;resizing</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>slWobblyness</tabstop>
<tabstop>moveBox</tabstop>
<tabstop>resizeBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>