<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>PageStartupBase</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>PageStartupBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>420</width>
            <height>578</height>
        </rect>
    </property>
    <property name="caption">
        <string>StartUp</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="KEditListBox">
            <property name="name">
                <cstring>serverLB</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>7</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="title">
                <string>Server</string>
            </property>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>nickGB</cstring>
            </property>
            <property name="maximumSize">
                <size>
                    <width>32767</width>
                    <height>32767</height>
                </size>
            </property>
            <property name="title">
                <string>Name Settings</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="TQLineEdit" row="0" column="1">
                    <property name="name">
                        <cstring>nickLE</cstring>
                    </property>
                </widget>
                <widget class="TQLineEdit" row="1" column="1">
                    <property name="name">
                        <cstring>altNickLE</cstring>
                    </property>
                </widget>
                <widget class="TQLineEdit" row="2" column="1">
                    <property name="name">
                        <cstring>rnLE</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>nickLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Nick name:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>nickLE</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>anLabel</cstring>
                    </property>
                    <property name="text">
                        <string>A&amp;lternative nick:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>altNickLE</cstring>
                    </property>
                </widget>
                <widget class="TQLineEdit" row="3" column="1">
                    <property name="name">
                        <cstring>uiLE</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="3" column="0">
                    <property name="name">
                        <cstring>uiLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;User ID:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>rnLE</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>rnLabel</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Real name:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>rnLE</cstring>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="KEditListBox">
            <property name="name">
                <cstring>notifyLB</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>7</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="title">
                <string>Notify List</string>
            </property>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>nickLE</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>PageStartupBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>altNickLE</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>PageStartupBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>notifyLB</sender>
        <signal>changed()</signal>
        <receiver>PageStartupBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>rnLE</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>PageStartupBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>uiLE</sender>
        <signal>textChanged(const TQString&amp;)</signal>
        <receiver>PageStartupBase</receiver>
        <slot>changed()</slot>
    </connection>
    <connection>
        <sender>serverLB</sender>
        <signal>changed()</signal>
        <receiver>PageStartupBase</receiver>
        <slot>server_changed()</slot>
    </connection>
</connections>
<Q_SLOTS>
    <slot>changed()</slot>
    <slot>server_changed()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>keditlistbox.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>keditlistbox.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>