<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KNConfig::SmtpAccountWidgetBase</class>
<widget class="TDECModule">
    <property name="name">
        <cstring>SmtpAccountWidgetBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>306</width>
            <height>320</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>mUseExternalMailer</cstring>
            </property>
            <property name="text">
                <string>&amp;Use external mailer</string>
            </property>
        </widget>
        <widget class="TQLabel" row="1" column="0">
            <property name="name">
                <cstring>mServerLabel</cstring>
            </property>
            <property name="text">
                <string>&amp;Server:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>mServer</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="2" column="0">
            <property name="name">
                <cstring>mPortLabel</cstring>
            </property>
            <property name="text">
                <string>&amp;Port:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>mPort</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="4" column="0">
            <property name="name">
                <cstring>mUserLabel</cstring>
            </property>
            <property name="text">
                <string>&amp;User:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>mUser</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="5" column="0">
            <property name="name">
                <cstring>mPasswordLabel</cstring>
            </property>
            <property name="text">
                <string>Pass&amp;word:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>mPassword</cstring>
            </property>
        </widget>
        <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>mLogin</cstring>
            </property>
            <property name="text">
                <string>Server requires &amp;authentication</string>
            </property>
        </widget>
        <spacer row="7" column="2">
            <property name="name">
                <cstring>mSpacer</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>40</height>
                </size>
            </property>
        </spacer>
        <widget class="KLineEdit" row="5" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>mPassword</cstring>
            </property>
            <property name="echoMode">
                <enum>Password</enum>
            </property>
        </widget>
        <widget class="KLineEdit" row="4" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>mUser</cstring>
            </property>
        </widget>
        <widget class="KIntNumInput" row="2" column="1">
            <property name="name">
                <cstring>mPort</cstring>
            </property>
            <property name="value">
                <number>25</number>
            </property>
            <property name="minValue">
                <number>0</number>
            </property>
            <property name="maxValue">
                <number>65536</number>
            </property>
        </widget>
        <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>mServer</cstring>
            </property>
        </widget>
        <widget class="TQButtonGroup" row="6" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>mEncGroup</cstring>
            </property>
            <property name="title">
                <string>Encryption</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>mEncNone</cstring>
                    </property>
                    <property name="text">
                        <string>None</string>
                    </property>
                    <property name="accel">
                        <string></string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>mEncSSL</cstring>
                    </property>
                    <property name="text">
                        <string>SSL</string>
                    </property>
                    <property name="accel">
                        <string></string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>mEncTLS</cstring>
                    </property>
                    <property name="text">
                        <string>TLS</string>
                    </property>
                    <property name="accel">
                        <string></string>
                    </property>
                </widget>
            </vbox>
        </widget>
    </grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
    <connection>
        <sender>mServer</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>mPort</sender>
        <signal>valueChanged(int)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>mUseExternalMailer</sender>
        <signal>toggled(bool)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>useExternalMailerToggled(bool)</slot>
    </connection>
    <connection>
        <sender>mUser</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>mPassword</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>mLogin</sender>
        <signal>toggled(bool)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>loginToggled(bool)</slot>
    </connection>
    <connection>
        <sender>mEncGroup</sender>
        <signal>clicked(int)</signal>
        <receiver>SmtpAccountWidgetBase</receiver>
        <slot>changed()</slot>
    </connection>
</connections>
<Q_SLOTS>
    <slot access="protected">useExternalMailerToggled(bool)</slot>
    <slot access="protected">loginToggled(bool)</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
    <include location="global" impldecl="in declaration">tdecmodule.h</include>
</includes>
<includehints>
    <includehint>tdecmodule.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>knuminput.h</includehint>
</includehints>
</UI>