summaryrefslogtreecommitdiffstats
path: root/src/profilecmdexecbeforedisconnectoptionsbase.ui
blob: 19b92dc37ebc6beb52ab6e86460a34e5b26229d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ProfileCmdExecBeforeDisconnectOptionsBase</class>
<widget class="TQWidget">
    <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="TQCheckBox" row="1" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>ExcuteCmdBeforeDisconnectCheckBox</cstring>
            </property>
            <property name="text">
                <string>Execute comm&amp;and before disconnect</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. &lt;br&gt;Normal shell commands are accepted.</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Command to execute before disconnect. &lt;br&gt;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"/>
<includes>
    <include location="global" impldecl="in implementation">ktextedit.h</include>
</includes>
</UI>