<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>AdvancedProfileDialogBase</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>AdvancedProfileDialogBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>539</width>
            <height>303</height>
        </rect>
    </property>
    <property name="caption">
        <string>Advanced Profile Settings</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQCheckBox" row="0" column="0">
            <property name="name">
                <cstring>AdvancedSettingsCheckbox</cstring>
            </property>
            <property name="text">
                <string>&amp;Enable advanced settings</string>
            </property>
            <property name="accel">
                <string>Alt+E</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Enable advanced settings for profile</string>
            </property>
        </widget>
        <spacer row="2" column="0">
            <property name="name">
                <cstring>spacer63</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>56</height>
                </size>
            </property>
        </spacer>
        <widget class="TQGroupBox" row="1" column="0">
            <property name="name">
                <cstring>groupBox3</cstring>
            </property>
            <property name="title">
                <string>Advanced profile settings</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox" row="4" column="0">
                    <property name="name">
                        <cstring>SingleDesCheckbox</cstring>
                    </property>
                    <property name="text">
                        <string>Allow single DES encr&amp;yption</string>
                    </property>
                    <property name="accel">
                        <string>Alt+Y</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Allow single DES encryption (insecure)</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="2" column="0">
                    <property name="name">
                        <cstring>IkeGroupCheckbox</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;IKE DH group:</string>
                    </property>
                    <property name="accel">
                        <string>Alt+I</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Use special Diffie Hellman group</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="3" column="0">
                    <property name="name">
                        <cstring>PerfectForwardSecurityCheckbox</cstring>
                    </property>
                    <property name="text">
                        <string>Perfect for&amp;ward secrecy (PFS):</string>
                    </property>
                    <property name="accel">
                        <string>Alt+W</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Use perfect forward secrety (PFS)</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="1" column="0">
                    <property name="name">
                        <cstring>ApplicationVersionCheckbox</cstring>
                    </property>
                    <property name="text">
                        <string>Application &amp;version:</string>
                    </property>
                    <property name="accel">
                        <string>Alt+V</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Send an own application version string</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="3" column="1" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>PerfectForwardSecrecyCombobox</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Diffie Helman group for Perfect Forward Secrecy</string>
                        <comment>Automatic keying has a property called perfect forward secrecy. This is the Diffie Helman group for PFS.</comment>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This is the Diffie Helman group for PFS.
The following assignment will is used:
server = DH group is recieved from server (cisco only)
nopfs = no pfs is used
dh1 = modp768
dh2 = modp1024
dh5 = modp1536
d14 = modp2048 (racoon only)
dh15= modp3072 (racoon only)
dh16 = modp4096 (racoon only)
dh17 = modp6144 (racoon only)
dh18 = modp8192 (racoon only)</string>
                    </property>
                </widget>
                <widget class="KComboBox" row="2" column="1" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>IkeGroupCombobox</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Diffie Hellman group</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This define the group used for the Diffie-Hellman exponentiations. The following assignment is used:
dh1 = modp768
dh2 = modp1024
dh5 = modp1536
d14 = modp2048 (only racoon)
dh15 = modp3072 (only racoon)
dh16 = modp4096 (only racoon)
dh17 = modp6144 (only racoon)
dh18 = modp8192 (only racoon)</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>ApplicationVersionLineedit</cstring>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Application version string</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<tabstops>
    <tabstop>AdvancedSettingsCheckbox</tabstop>
    <tabstop>ApplicationVersionCheckbox</tabstop>
    <tabstop>ApplicationVersionLineedit</tabstop>
    <tabstop>IkeGroupCheckbox</tabstop>
    <tabstop>IkeGroupCombobox</tabstop>
    <tabstop>PerfectForwardSecurityCheckbox</tabstop>
    <tabstop>PerfectForwardSecrecyCombobox</tabstop>
    <tabstop>SingleDesCheckbox</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>kcombobox.h</includehint>
    <includehint>kcombobox.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>