diff options
author | Timothy Pearson <[email protected]> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /src/profilecmdexecbeforedisconnectoptionsbase.ui | |
download | kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip |
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'src/profilecmdexecbeforedisconnectoptionsbase.ui')
-rw-r--r-- | src/profilecmdexecbeforedisconnectoptionsbase.ui | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/profilecmdexecbeforedisconnectoptionsbase.ui b/src/profilecmdexecbeforedisconnectoptionsbase.ui new file mode 100644 index 0000000..cf5813b --- /dev/null +++ b/src/profilecmdexecbeforedisconnectoptionsbase.ui @@ -0,0 +1,91 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProfileCmdExecBeforeDisconnectOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProfileCmdExecBeforeDisconnectOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>469</width> + <height>432</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 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>ExcuteCmdBeforeDisconnectCheckBox</cstring> + </property> + <property name="text"> + <string>Execute comm&and before disconnect</string> + </property> + <property name="accel"> + <string>Alt+A</string> + </property> + <property name="toolTip" stdset="0"> + <string>Execute specified command before disconnect</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this to execute specified command before every disconnect.</string> + </property> + </widget> + <widget class="KTextEdit" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>CmdBeforeDisconnectTextEdit</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 disconnect. <br>Normal shell commands are accepted.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Command to execute before disconnect. <br>Normal shell commands are accepted.</string> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>ExcuteCmdBeforeDisconnectCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfileCmdExecBeforeDisconnectOptionsBase</receiver> + <slot>execCmdBeforeDisconnectToggled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>ExcuteCmdBeforeDisconnectCheckBox</tabstop> + <tabstop>CmdBeforeDisconnectTextEdit</tabstop> +</tabstops> +<slots> + <slot>execCmdBeforeDisconnectToggled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>ktextedit.h</includehint> +</includehints> +</UI> |