summaryrefslogtreecommitdiffstats
path: root/kommander/examples/old/checkmail.kmdr
blob: d4fda432ac59e5684345419bcf62e529631f44e5 (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
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>mail</class>
<widget class="Dialog">
    <property name="name">
        <cstring>mail</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>155</width>
            <height>47</height>
        </rect>
    </property>
    <property name="caption">
        <string>Mail Checker</string>
    </property>
    <property name="useInternalParser">
        <bool>false</bool>
    </property>
    <widget class="ExecButton">
        <property name="name">
            <cstring>ExecButton2</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>10</y>
                <width>133</width>
                <height>29</height>
            </rect>
        </property>
        <property name="text">
            <string>Check &amp;Mail</string>
        </property>
        <property name="associations" stdset="0">
            <stringlist>
                <string>@dcop("kmail", "KMailIface", "checkMail()", "")</string>
            </stringlist>
        </property>
    </widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>