<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>ConfigConnectOptionsBase</class> <widget class="TQWidget"> <property name="name"> <cstring>ConfigConnectOptionsBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>414</width> <height>155</height> </rect> </property> <property name="caption"> <string>Connect</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>layout10</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>checkMinimizeAfterConnectCheck</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Minimize after connect</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Hide main window after connect</string> </property> <property name="whatsThis" stdset="0"> <string>Enable this to let kvpnc minimize in kicker after succesful connect.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer24</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>154</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout11</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>SilentQuitcheckBox</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Use silent &quit</string> </property> <property name="toolTip" stdset="0"> <string>Enable exit without warning about the active connecions</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer25</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>210</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <spacer row="4" column="0"> <property name="name"> <cstring>spacer6</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>41</width> <height>16</height> </size> </property> </spacer> <widget class="TQLayoutWidget" row="3" column="0"> <property name="name"> <cstring>layout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>DoAutoConnectCheckBox</cstring> </property> <property name="text"> <string>Au&tomatically connect at startup:</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>After startup initiate connection using selected profile</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer24_2_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>59</width> <height>20</height> </size> </property> </spacer> <widget class="KComboBox"> <property name="name"> <cstring>AutoConnectProfileComboBox</cstring> </property> <property name="toolTip" stdset="0"> <string>Profile to connect at startup</string> </property> </widget> </hbox> </widget> </grid> </widget> <connections> <connection> <sender>DoAutoConnectCheckBox</sender> <signal>toggled(bool)</signal> <receiver>ConfigConnectOptionsBase</receiver> <slot>autoConnectToggled(bool)</slot> </connection> </connections> <tabstops> <tabstop>SilentQuitcheckBox</tabstop> <tabstop>checkMinimizeAfterConnectCheck</tabstop> <tabstop>DoAutoConnectCheckBox</tabstop> <tabstop>AutoConnectProfileComboBox</tabstop> </tabstops> <Q_SLOTS> <slot specifier="nicht virtual">autoConnectToggled(bool)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> </includes> </UI>