Continue to implement fullsync
[kdepim.git] / kleopatra / newcertificatewizard / chooseprotocolpage.ui
blob92c98b8671b7ea079d560830fc65e42009e7334c
1 <ui version="4.0" >
2  <class>Kleo::NewCertificateUi::ChooseProtocolPage</class>
3  <widget class="QWizardPage" name="Kleo::NewCertificateUi::ChooseProtocolPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>692</width>
9     <height>294</height>
10    </rect>
11   </property>
12   <property name="title" >
13    <string comment="@title" >Choose Certificate Format</string>
14   </property>
15   <property name="subTitle" >
16    <string>Please choose which type of certificate you want to create. </string>
17   </property>
18   <layout class="QVBoxLayout" name="verticalLayout" >
19    <property name="sizeConstraint" >
20     <enum>QLayout::SetMinimumSize</enum>
21    </property>
22    <item>
23     <widget class="QCommandLinkButton" name="pgpCLB" >
24      <property name="text" >
25       <string>Create a personal OpenPGP key pair</string>
26      </property>
27      <property name="checkable" >
28       <bool>true</bool>
29      </property>
30      <property name="autoExclusive" >
31       <bool>true</bool>
32      </property>
33      <property name="description" >
34       <string>OpenPGP key pairs are created locally, and certified by your friends and acquaintances. There is no central certification authority; instead, every individual creates a personal Web of Trust by certifying other users' key pairs with their own certificate.</string>
35      </property>
36     </widget>
37    </item>
38    <item>
39     <widget class="QCommandLinkButton" name="x509CLB" >
40      <property name="text" >
41       <string>Create a personal X.509 key pair and certification request </string>
42      </property>
43      <property name="checkable" >
44       <bool>true</bool>
45      </property>
46      <property name="autoExclusive" >
47       <bool>true</bool>
48      </property>
49      <property name="description" >
50       <string>X.509 key pairs are created locally, but certified centrally by a certification authority (CA). CAs can certify other CAs, creating a central, hierarchical chain of trust.</string>
51      </property>
52     </widget>
53    </item>
54   </layout>
55  </widget>
56  <resources/>
57  <connections/>
58  <slots>
59   <slot>slotPgpClicked()</slot>
60   <slot>slotX509Clicked()</slot>
61  </slots>
62 </ui>