<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>DlgSystemBase</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>DlgSystemBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>389</width>
            <height>137</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>cb_useAnimation</cstring>
            </property>
            <property name="text">
                <string>Use animation</string>
            </property>
        </widget>
        <widget class="TQLabel" row="1" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>textLabel4</cstring>
            </property>
            <property name="enabled">
                <bool>false</bool>
            </property>
            <property name="text">
                <string>Window style:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>textLabel5</cstring>
            </property>
            <property name="text">
                <string>Font:</string>
            </property>
        </widget>
        <widget class="TDEFontRequester" row="2" column="2" rowspan="1" colspan="5">
            <property name="name">
                <cstring>le_font</cstring>
            </property>
        </widget>
        <widget class="TQButtonGroup" row="1" column="2" rowspan="1" colspan="4">
            <property name="name">
                <cstring>bg_window</cstring>
            </property>
            <property name="enabled">
                <bool>false</bool>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="title">
                <string></string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>0</number>
                </property>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rb_normal</cstring>
                    </property>
                    <property name="text">
                        <string>Normal</string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rb_docked</cstring>
                    </property>
                    <property name="text">
                        <string>Docked</string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rb_droptarget</cstring>
                    </property>
                    <property name="text">
                        <string>Drop target</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <spacer row="1" column="6">
            <property name="name">
                <cstring>spacer8</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>40</width>
                    <height>20</height>
                </size>
            </property>
        </spacer>
        <spacer row="3" column="0">
            <property name="name">
                <cstring>spacer9</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>40</width>
                    <height>10</height>
                </size>
            </property>
        </spacer>
    </grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
    <connection>
        <sender>cb_useAnimation</sender>
        <signal>toggled(bool)</signal>
        <receiver>DlgSystemBase</receiver>
        <slot>slotChanged()</slot>
    </connection>
    <connection>
        <sender>bg_window</sender>
        <signal>toggled(bool)</signal>
        <receiver>DlgSystemBase</receiver>
        <slot>slotChanged()</slot>
    </connection>
    <connection>
        <sender>le_font</sender>
        <signal>fontSelected(const TQFont&amp;)</signal>
        <receiver>DlgSystemBase</receiver>
        <slot>slotChanged()</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<Q_SLOTS>
    <slot access="protected" specifier="pure virtual">slotChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>tdefontrequester.h</includehint>
</includehints>
</UI>