Warning, /utilities/kgpg/kgpgkeygenerate.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>kgpgKeyGenerate</class>
0004  <widget class="QDialog" name="kgpgKeyGenerate">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>367</width>
0010     <height>464</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Key Generation</string>
0015   </property>
0016   <widget class="QGroupBox" name="vgroup">
0017    <property name="geometry">
0018     <rect>
0019      <x>0</x>
0020      <y>10</y>
0021      <width>361</width>
0022      <height>434</height>
0023     </rect>
0024    </property>
0025    <property name="title">
0026     <string>Generate Key Pair</string>
0027    </property>
0028    <layout class="QVBoxLayout" name="verticalLayout">
0029     <item>
0030      <widget class="QLabel" name="nameLabel">
0031       <property name="text">
0032        <string extracomment="Name of key owner">&amp;Name:</string>
0033       </property>
0034       <property name="buddy">
0035        <cstring>m_kname</cstring>
0036       </property>
0037      </widget>
0038     </item>
0039     <item>
0040      <widget class="QLineEdit" name="m_kname">
0041       <property name="toolTip">
0042        <string>The name must have a length of at least 5 characters and must not begin with a digit.</string>
0043       </property>
0044       <property name="placeholderText">
0045        <string>Real name, at least 5 characters, no leading digits</string>
0046       </property>
0047      </widget>
0048     </item>
0049     <item>
0050      <widget class="QLabel" name="emailLabel">
0051       <property name="text">
0052        <string extracomment="Email address of key owner">E&amp;mail (optional):</string>
0053       </property>
0054       <property name="buddy">
0055        <cstring>m_mail</cstring>
0056       </property>
0057      </widget>
0058     </item>
0059     <item>
0060      <widget class="QLineEdit" name="m_mail"/>
0061     </item>
0062     <item>
0063      <widget class="QLabel" name="label_2">
0064       <property name="text">
0065        <string>Commen&amp;t (optional):</string>
0066       </property>
0067       <property name="buddy">
0068        <cstring>m_comment</cstring>
0069       </property>
0070      </widget>
0071     </item>
0072     <item>
0073      <widget class="QLineEdit" name="m_comment"/>
0074     </item>
0075     <item>
0076      <widget class="QLabel" name="label_3">
0077       <property name="text">
0078        <string>Expiration:</string>
0079       </property>
0080      </widget>
0081     </item>
0082     <item>
0083      <layout class="QHBoxLayout" name="horizontalLayout">
0084       <item>
0085        <widget class="QSpinBox" name="m_days">
0086         <property name="enabled">
0087          <bool>false</bool>
0088         </property>
0089         <property name="maximum">
0090          <number>9999</number>
0091         </property>
0092        </widget>
0093       </item>
0094       <item>
0095        <widget class="QComboBox" name="m_keyexp">
0096         <item>
0097          <property name="text">
0098           <string comment="Key will not expire">Never</string>
0099          </property>
0100         </item>
0101         <item>
0102          <property name="text">
0103           <string>Days</string>
0104          </property>
0105         </item>
0106         <item>
0107          <property name="text">
0108           <string>Weeks</string>
0109          </property>
0110         </item>
0111         <item>
0112          <property name="text">
0113           <string>Months</string>
0114          </property>
0115         </item>
0116         <item>
0117          <property name="text">
0118           <string>Years</string>
0119          </property>
0120         </item>
0121        </widget>
0122       </item>
0123      </layout>
0124     </item>
0125     <item>
0126      <widget class="QLabel" name="label_4">
0127       <property name="text">
0128        <string>&amp;Key size:</string>
0129       </property>
0130       <property name="buddy">
0131        <cstring>m_keysize</cstring>
0132       </property>
0133      </widget>
0134     </item>
0135     <item>
0136      <widget class="QComboBox" name="m_keysize"/>
0137     </item>
0138     <item>
0139      <widget class="QLabel" name="label_5">
0140       <property name="text">
0141        <string>&amp;Algorithm:</string>
0142       </property>
0143       <property name="buddy">
0144        <cstring>m_keykind</cstring>
0145       </property>
0146      </widget>
0147     </item>
0148     <item>
0149      <widget class="QComboBox" name="m_keykind"/>
0150     </item>
0151     <item>
0152      <widget class="QGroupBox" name="capabilities">
0153       <property name="sizePolicy">
0154        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0155         <horstretch>0</horstretch>
0156         <verstretch>0</verstretch>
0157        </sizepolicy>
0158       </property>
0159       <property name="title">
0160        <string>Capabilities</string>
0161       </property>
0162       <layout class="QFormLayout" name="formLayout">
0163        <property name="fieldGrowthPolicy">
0164         <enum>QFormLayout::ExpandingFieldsGrow</enum>
0165        </property>
0166        <item row="0" column="1">
0167         <widget class="QCheckBox" name="capCert">
0168          <property name="enabled">
0169           <bool>false</bool>
0170          </property>
0171          <property name="toolTip">
0172           <string>Certification is automatically enabled for all keys</string>
0173          </property>
0174          <property name="text">
0175           <string>Certification</string>
0176          </property>
0177          <property name="checked">
0178           <bool>true</bool>
0179          </property>
0180         </widget>
0181        </item>
0182        <item row="3" column="1">
0183         <widget class="QCheckBox" name="capSign">
0184          <property name="text">
0185           <string>Signature</string>
0186          </property>
0187          <property name="checked">
0188           <bool>true</bool>
0189          </property>
0190         </widget>
0191        </item>
0192        <item row="1" column="1">
0193         <widget class="QCheckBox" name="capAuth">
0194          <property name="text">
0195           <string>Authentication</string>
0196          </property>
0197          <property name="checked">
0198           <bool>true</bool>
0199          </property>
0200         </widget>
0201        </item>
0202        <item row="2" column="1">
0203         <widget class="QCheckBox" name="capEncrypt">
0204          <property name="text">
0205           <string>Encryption</string>
0206          </property>
0207          <property name="checked">
0208           <bool>true</bool>
0209          </property>
0210         </widget>
0211        </item>
0212       </layout>
0213      </widget>
0214     </item>
0215    </layout>
0216   </widget>
0217  </widget>
0218  <resources/>
0219  <connections/>
0220 </ui>