<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>SetupUi</class> <widget class="TQDialog"> <property name="name"> <cstring>SetupUi</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>209</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>400</width> <height>209</height> </size> </property> <property name="baseSize"> <size> <width>400</width> <height>250</height> </size> </property> <property name="caption"> <string>Bitmap Flag Setup</string> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout4</cstring> </property> <property name="geometry"> <rect> <x>1</x> <y>1</y> <width>398</width> <height>206</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQCheckBox" row="3" column="0"> <property name="name"> <cstring>CheckBox1</cstring> </property> <property name="text"> <string>Use textures</string> </property> </widget> <widget class="TQPushButton" row="4" column="2"> <property name="name"> <cstring>PushButton3</cstring> </property> <property name="text"> <string>&About</string> </property> </widget> <widget class="TQSpinBox" row="1" column="0"> <property name="name"> <cstring>SpinBox1</cstring> </property> <property name="maxValue"> <number>500</number> </property> <property name="minValue"> <number>10</number> </property> <property name="lineStep"> <number>10</number> </property> </widget> <widget class="TQPushButton" row="4" column="1"> <property name="name"> <cstring>PushButton2</cstring> </property> <property name="text"> <string>&Cancel</string> </property> </widget> <widget class="TQPushButton" row="4" column="0"> <property name="name"> <cstring>PushButton1</cstring> </property> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="TQGroupBox" row="2" column="0"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="title"> <string>Shapes</string> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout3</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>130</width> <height>50</height> </rect> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQRadioButton"> <property name="name"> <cstring>RadioButton1</cstring> </property> <property name="text"> <string>Stars</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="TQRadioButton"> <property name="name"> <cstring>RadioButton1_2</cstring> </property> <property name="text"> <string>Flares</string> </property> </widget> </vbox> </widget> </widget> <widget class="TQWidget" row="0" column="1" rowspan="4" colspan="2"> <property name="name"> <cstring>preview</cstring> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>Particle size:</string> </property> </widget> </grid> </widget> </widget> <connections> <connection> <sender>RadioButton1_2</sender> <signal>pressed()</signal> <receiver>RadioButton1</receiver> <slot>toggle()</slot> </connection> <connection> <sender>RadioButton1</sender> <signal>pressed()</signal> <receiver>RadioButton1_2</receiver> <slot>toggle()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI>