diff options
Diffstat (limited to 'src/profilecmdexecafterdisconnectoptionsbase.ui')
-rw-r--r-- | src/profilecmdexecafterdisconnectoptionsbase.ui | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/profilecmdexecafterdisconnectoptionsbase.ui b/src/profilecmdexecafterdisconnectoptionsbase.ui new file mode 100644 index 0000000..7f859a4 --- /dev/null +++ b/src/profilecmdexecafterdisconnectoptionsbase.ui @@ -0,0 +1,91 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProfileCmdExecAfterDisconnectOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProfileCmdExecAfterDisconnectOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>367</width> + <height>449</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 Execute After Disconnect</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>ExcuteCmdAfterDisconnectCheckBox</cstring> + </property> + <property name="text"> + <string>Execute co&mmand after disconnect</string> + </property> + <property name="accel"> + <string>Alt+M</string> + </property> + <property name="toolTip" stdset="0"> + <string>Execute specified command after disconnect</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this to execute specified command after every disconnect.</string> + </property> + </widget> + <widget class="KTextEdit" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>CmdAfterDisconnectTextEdit</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 after successful disconnect. <br>Normal shell commands are accepted.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Command to execute after successful disconnect. <br>Normal shell commands are accepted.</string> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>ExcuteCmdAfterDisconnectCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfileCmdExecAfterDisconnectOptionsBase</receiver> + <slot>execCmdAfterDisconnectToggled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>ExcuteCmdAfterDisconnectCheckBox</tabstop> + <tabstop>CmdAfterDisconnectTextEdit</tabstop> +</tabstops> +<slots> + <slot specifier="nicht virtual">execCmdAfterDisconnectToggled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>ktextedit.h</includehint> +</includehints> +</UI> |