<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>ProfileCmdExecBeforeConnectOptionsBase</class> <widget class="TQWidget"> <property name="name"> <cstring>ProfileCmdExecBeforeConnectOptionsBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>518</width> <height>458</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="caption"> <string>Command Execution Before Connect</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>ExcuteCmdBeforeConnectCheckBox</cstring> </property> <property name="text"> <string>Execu&te command before connect</string> </property> <property name="accel"> <string>Alt+T</string> </property> <property name="toolTip" stdset="0"> <string>Execute specified commands before connect</string> </property> <property name="whatsThis" stdset="0"> <string>Check this to execute specified command before every successful connect.</string> </property> </widget> <widget class="KTextEdit" row="2" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>CmdBeforeConnectTextEdit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="minimumSize"> <size> <width>0</width> <height>300</height> </size> </property> <property name="cursor"> <cursor>0</cursor> </property> <property name="toolTip" stdset="0"> <string>Command to execute before connect</string> </property> <property name="whatsThis" stdset="0"> <string>Command to execute before connect. <br>Normal shell commands are accepted.</string> </property> </widget> </grid> </widget> <connections> <connection> <sender>ExcuteCmdBeforeConnectCheckBox</sender> <signal>toggled(bool)</signal> <receiver>ProfileCmdExecBeforeConnectOptionsBase</receiver> <slot>execCmdBeforeConnectToggled(bool)</slot> </connection> </connections> <tabstops> <tabstop>ExcuteCmdBeforeConnectCheckBox</tabstop> <tabstop>CmdBeforeConnectTextEdit</tabstop> </tabstops> <Q_SLOTS> <slot specifier="nicht virtual">execCmdBeforeConnectToggled(bool)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>ktextedit.h</includehint> </includehints> </UI>