diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /src/profilecmdexecafterconnectoptionsbase.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/profilecmdexecafterconnectoptionsbase.ui')
-rw-r--r-- | src/profilecmdexecafterconnectoptionsbase.ui | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/src/profilecmdexecafterconnectoptionsbase.ui b/src/profilecmdexecafterconnectoptionsbase.ui new file mode 100644 index 0000000..2dd45ea --- /dev/null +++ b/src/profilecmdexecafterconnectoptionsbase.ui @@ -0,0 +1,152 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProfileCmdExecAfterConnectOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProfileCmdExecAfterConnectOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>383</width> + <height>425</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 After Connect</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>ExcuteCmdAfterConnectCheckBox</cstring> + </property> + <property name="text"> + <string>E&xecute command after connect</string> + </property> + <property name="accel"> + <string>Alt+X</string> + </property> + <property name="toolTip" stdset="0"> + <string>Execute specified command after connect</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this to execute specified command after every successful connect.</string> + </property> + </widget> + <widget class="KTextEdit"> + <property name="name"> + <cstring>CmdAfterConnectTextEdit</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 sucessful connect. <br>Normal shell commands are accepted.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Command to execute after sucessful connect. <br>Normal shell commands are accepted.</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>CommandAfterConnectDelayTimeNumInputLabel</cstring> + </property> + <property name="text"> + <string>Delay time:</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>111</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>CommandAfterConnectDelayTimeNumInput</cstring> + </property> + <property name="value"> + <number>3</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>20</number> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>ExcuteCmdAfterConnectCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfileCmdExecAfterConnectOptionsBase</receiver> + <slot>execCmdAfterConnectToggled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>ExcuteCmdAfterConnectCheckBox</tabstop> + <tabstop>CmdAfterConnectTextEdit</tabstop> +</tabstops> +<slots> + <slot>execCmdAfterConnectToggled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>ktextedit.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |