Add missing include.
[kdepim.git] / kleopatra / kcfg / tooltippreferences.kcfg
blob79b465b9bc538fdce094ab52e0772473172bd3ac
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name="kleopatrarc" />
7 <group name="Tooltip" >
8 <entry name="ShowValidity" key="show-validity" type="Bool" >
9 <label>Show certificate validity</label>
10 <whatsthis>Show validity information for certificates in tooltip, such as whether the certificate is expired or revoked.</whatsthis>
11 <default>true</default>
12 </entry>
13 <entry name="ShowOwnerInformation" key="show-owner-information" type="Bool" >
14 <label>Show certificate owner information</label>
15 <whatsthis>Show owner information for certificates in tooltip, such as User IDs, subject and issuers.</whatsthis>
16 <default>false</default>
17 </entry>
18 <entry name="ShowCertificateDetails" key="show-certificate-details" type="Bool" >
19 <label>Show certificate details</label>
20 <whatsthis>Show more certificate details, such as fingerprint, key length and expiration dates</whatsthis>
21 <default>false</default>
22 </entry>
23 </group>
24 </kcfg>