1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>EmailClientConfig_UI
</class>
4 <widget class=
"QWidget" name=
"EmailClientConfig_UI">
5 <layout class=
"QVBoxLayout">
6 <property name=
"margin">
10 <widget class=
"QRadioButton" name=
"kmailCB">
11 <property name=
"whatsThis">
12 <string>Kmail is the standard Mail program for the KDE desktop.
</string>
14 <property name=
"text">
15 <string>&Use KMail as preferred email client
</string>
20 <widget class=
"QRadioButton" name=
"otherCB">
21 <property name=
"whatsThis">
22 <string>Select this option if you want to use any other mail program.
</string>
24 <property name=
"text">
25 <string>Use a different
&email client:
</string>
30 <layout class=
"QHBoxLayout">
33 <property name=
"orientation">
34 <enum>Qt::Horizontal
</enum>
36 <property name=
"sizeType">
37 <enum>QSizePolicy::Fixed
</enum>
39 <property name=
"sizeHint" stdset=
"0">
48 <widget class=
"KLineEdit" name=
"txtEMailClient">
49 <property name=
"enabled">
52 <property name=
"toolTip">
53 <string><ul
> <li
>%t: Recipient's address
</li
> <li
>%s: Subject
</li
> <li
>%c: Carbon Copy (CC)
</li
> <li
>%b: Blind Carbon Copy (BCC)
</li
> <li
>%B: Template body text
</li
> <li
>%A: Attachment
</li
> <li
>%u: Full mailto: URL
</li
></ul
></string>
55 <property name=
"whatsThis">
56 <string>Press this button to select your favorite email client. Please note that the file you select has to have the executable attribute set in order to be accepted.
<br/
> You can also use several placeholders which will be replaced with the actual values when the email client is called:
<ul
> <li
>%t: Recipient's address
</li
> <li
>%s: Subject
</li
> <li
>%c: Carbon Copy (CC)
</li
> <li
>%b: Blind Carbon Copy (BCC)
</li
> <li
>%B: Template body text
</li
> <li
>%A: Attachment
</li
> </ul
></string>
61 <widget class=
"QToolButton" name=
"btnSelectEmail">
62 <property name=
"enabled">
65 <property name=
"whatsThis">
66 <string>Click here to browse for the mail program file.
</string>
68 <property name=
"text">
76 <layout class=
"QHBoxLayout">
79 <property name=
"orientation">
80 <enum>Qt::Horizontal
</enum>
82 <property name=
"sizeType">
83 <enum>QSizePolicy::Fixed
</enum>
85 <property name=
"sizeHint" stdset=
"0">
94 <widget class=
"QCheckBox" name=
"chkRunTerminal">
95 <property name=
"enabled">
98 <property name=
"whatsThis">
99 <string>Activate this option if you want the selected email client to be executed in a terminal (e.g.
<em
>Konsole
</em
>).
</string>
101 <property name=
"text">
102 <string>&Run in terminal
</string>
110 <property name=
"orientation">
111 <enum>Qt::Vertical
</enum>
113 <property name=
"sizeType">
114 <enum>QSizePolicy::Expanding
</enum>
116 <property name=
"sizeHint" stdset=
"0">
128 <class>KLineEdit
</class>
129 <extends>QLineEdit
</extends>
130 <header location=
"global">KDE/KLineEdit
</header>
136 <sender>otherCB
</sender>
137 <signal>toggled(bool)
</signal>
138 <receiver>chkRunTerminal
</receiver>
139 <slot>setEnabled(bool)
</slot>
141 <hint type=
"sourcelabel">
145 <hint type=
"destinationlabel">
152 <sender>otherCB
</sender>
153 <signal>toggled(bool)
</signal>
154 <receiver>txtEMailClient
</receiver>
155 <slot>setEnabled(bool)
</slot>
157 <hint type=
"sourcelabel">
161 <hint type=
"destinationlabel">
168 <sender>otherCB
</sender>
169 <signal>toggled(bool)
</signal>
170 <receiver>btnSelectEmail
</receiver>
171 <slot>setEnabled(bool)
</slot>
173 <hint type=
"sourcelabel">
177 <hint type=
"destinationlabel">