kde-workspace/libs/oxygen/ui/oxygenanimationconfigwidget.ui
2014-11-13 19:30:51 +02:00

31 lines
789 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AnimationConfigWidget</class>
<widget class="QWidget" name="AnimationConfigWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="animationsEnabled">
<property name="text">
<string>Enable animations</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>