You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/kommander/examples/old/checkmail.kmdr

45 lines
1.2 KiB

<!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>