<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>CruftDialog</class> <widget class="QDialog"> <property name="name"> <cstring>Cruft</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>689</width> <height>541</height> </rect> </property> <property name="caption"> <string>Cruft</string> </property> <widget class="QFrame"> <property name="name"> <cstring>frame1</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>640</width> <height>450</height> </rect> </property> <property name="minimumSize"> <size> <width>400</width> <height>300</height> </size> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton1</cstring> </property> <property name="geometry"> <rect> <x>280</x> <y>480</y> <width>111</width> <height>41</height> </rect> </property> <property name="text"> <string>Quit</string> </property> </widget> </widget> <connections> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>Cruft</receiver> <slot>pushButton1_clicked()</slot> </connection> </connections> <slots> <slot>pushButton1_clicked()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> </UI>