1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AnimationConfigWidget</class>
4 <widget class="QWidget" name="AnimationConfigWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0" colspan="2">
21    <widget class="QCheckBox" name="animationsEnabled">
22     <property name="text">
23      <string>Enable animations</string>
24     </property>
25    </widget>
26   </item>
27  </layout>
28 </widget>
29 <resources/>
30 <connections/>
31</ui>
32