Warning, /utilities/kgpg/conf_encryption.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  <author>bj@altern.org</author>
0004  <class>Encryption</class>
0005  <widget class="QWidget" name="Encryption">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>421</width>
0011     <height>280</height>
0012    </rect>
0013   </property>
0014   <property name="windowTitle">
0015    <string>Encryption</string>
0016   </property>
0017   <layout class="QGridLayout">
0018    <property name="margin">
0019     <number>0</number>
0020    </property>
0021    <item row="0" column="0" colspan="3">
0022     <widget class="QCheckBox" name="kcfg_AsciiArmor">
0023      <property name="minimumSize">
0024       <size>
0025        <width>0</width>
0026        <height>0</height>
0027       </size>
0028      </property>
0029      <property name="whatsThis">
0030       <string>&lt;qt&gt;&lt;b&gt;ASCII armored encryption:&lt;/b&gt; &lt;br /&gt; 
0031 &lt;p&gt;Checking this option outputs all encrypted files in a format that can be opened by a text editor and as such the output is suitable for placing in the body of an e-mail message.&lt;/p&gt;&lt;/qt&gt;</string>
0032      </property>
0033      <property name="text">
0034       <string>ASCII armored encryption</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="11" column="0" colspan="3">
0039     <widget class="QCheckBox" name="kcfg_PgpExtension">
0040      <property name="whatsThis">
0041       <string>&lt;qt&gt;&lt;b&gt;Use *.pgp extension for encrypted files:&lt;/b&gt;&lt;br /&gt;
0042 &lt;p&gt;Checking this option will append a .pgp extension to all encrypted files instead of a .gpg extension. This option will maintain compatibility with users of PGP (Pretty Good Privacy) software.&lt;/p&gt;&lt;/qt&gt;</string>
0043      </property>
0044      <property name="text">
0045       <string>Use *.pgp extension for encrypted files</string>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="12" column="1">
0050     <spacer name="spacer7">
0051      <property name="orientation">
0052       <enum>Qt::Vertical</enum>
0053      </property>
0054      <property name="sizeType">
0055       <enum>QSizePolicy::Expanding</enum>
0056      </property>
0057      <property name="sizeHint" stdset="0">
0058       <size>
0059        <width>20</width>
0060        <height>16</height>
0061       </size>
0062      </property>
0063     </spacer>
0064    </item>
0065    <item row="10" column="0" colspan="2">
0066     <widget class="QCheckBox" name="kcfg_AllowCustomEncryptionOptions">
0067      <property name="whatsThis">
0068       <string>&lt;qt&gt;&lt;b&gt;Custom encryption command:&lt;/b&gt;&lt;br /&gt;
0069 &lt;p&gt;When activated, an entry field will be shown in the key selection dialog, enabling you to enter a custom command for encryption. This option is recommended for experienced users only.&lt;/p&gt;&lt;/qt&gt;</string>
0070      </property>
0071      <property name="text">
0072       <string>Custom encryption command:</string>
0073      </property>
0074     </widget>
0075    </item>
0076    <item row="10" column="2">
0077     <widget class="QLineEdit" name="kcfg_CustomEncryptionOptions">
0078      <property name="enabled">
0079       <bool>false</bool>
0080      </property>
0081     </widget>
0082    </item>
0083    <item row="8" column="1" colspan="2">
0084     <widget class="QComboBox" name="always_key">
0085      <property name="enabled">
0086       <bool>false</bool>
0087      </property>
0088      <property name="sizePolicy">
0089       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0090        <horstretch>0</horstretch>
0091        <verstretch>0</verstretch>
0092       </sizepolicy>
0093      </property>
0094     </widget>
0095    </item>
0096    <item row="9" column="1" colspan="2">
0097     <widget class="QComboBox" name="file_key">
0098      <property name="enabled">
0099       <bool>false</bool>
0100      </property>
0101      <property name="sizePolicy">
0102       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0103        <horstretch>0</horstretch>
0104        <verstretch>0</verstretch>
0105       </sizepolicy>
0106      </property>
0107     </widget>
0108    </item>
0109    <item row="8" column="0">
0110     <widget class="QCheckBox" name="encrypt_to_always">
0111      <property name="whatsThis">
0112       <string>&lt;qt&gt;&lt;b&gt;Always encrypt with:&lt;/b&gt;&lt;br /&gt;
0113 &lt;p&gt;This ensures all files/messages will also be encrypted with the chosen key. However, if the &quot;Encrypt files with:&quot; option is selected that chosen key will override the &quot;Always encrypt with:&quot; selection.&lt;/p&gt;&lt;/qt&gt;</string>
0114      </property>
0115      <property name="text">
0116       <string>Always encrypt with:</string>
0117      </property>
0118     </widget>
0119    </item>
0120    <item row="9" column="0">
0121     <widget class="QCheckBox" name="kcfg_EncryptFilesTo">
0122      <property name="whatsThis">
0123       <string>&lt;qt&gt;&lt;b&gt;Encrypt files with:&lt;/b&gt;&lt;br /&gt;
0124 &lt;p&gt;Checking this option and selecting a key will force any file encryption operation to use the selected key. KGpg will not query for a recipient and the default key will be bypassed.&lt;/p&gt;&lt;/qt&gt;</string>
0125      </property>
0126      <property name="text">
0127       <string>Encrypt files with:</string>
0128      </property>
0129     </widget>
0130    </item>
0131    <item row="1" column="0" colspan="3">
0132     <widget class="QCheckBox" name="kcfg_AllowUntrustedKeys">
0133      <property name="whatsThis">
0134       <string>&lt;qt&gt;&lt;b&gt;Allow encryption with untrusted keys:&lt;/b&gt;&lt;br /&gt;
0135 &lt;p&gt;When importing a public key, the key is usually marked as untrusted and as such cannot be used unless it is signed by the default key (thus making it 'trusted'). Checking this box enables any key to be used even if it is untrusted.&lt;/p&gt;&lt;/qt&gt;</string>
0136      </property>
0137      <property name="text">
0138       <string>Allow encryption with untrusted keys</string>
0139      </property>
0140     </widget>
0141    </item>
0142    <item row="5" column="0">
0143     <widget class="QCheckBox" name="kcfg_AllowUntrustedGroupMembers">
0144      <property name="whatsThis">
0145       <string>&lt;qt&gt;&lt;b&gt;Allow untrusted keys as members of key groups:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;A key group allows simple encryption to multiple recipients at once. Similar to the &lt;em&gt;Allow encryption with untrusted keys&lt;/em&gt; option this allows untrusted keys to become member of a key group.&lt;/p&gt;&lt;/qt&gt;</string>
0146      </property>
0147      <property name="text">
0148       <string>Allow untrusted keys as members of key groups</string>
0149      </property>
0150     </widget>
0151    </item>
0152    <item row="7" column="0">
0153     <widget class="QCheckBox" name="kcfg_HideUserID">
0154      <property name="whatsThis">
0155       <string>&lt;qt&gt;&lt;b&gt;Hide user ID:&lt;/b&gt;&lt;br /&gt; 
0156 &lt;p&gt;Checking this option will remove the keyid of the recipient from all encrypted packets. The advantage: traffic analysis of the encrypted packets cannot be performed as easily because the recipient is unknown. The disadvantage: the receiver of the encrypted packets is forced to try all secret keys before being able to decrypt the packets. This can be a lengthy process depending on the number of secret keys the receiver holds.&lt;/p&gt;&lt;/qt&gt;</string>
0157      </property>
0158      <property name="text">
0159       <string>Hide user id</string>
0160      </property>
0161     </widget>
0162    </item>
0163    <item row="6" column="0">
0164     <widget class="QCheckBox" name="kcfg_PgpCompatibility">
0165      <property name="whatsThis">
0166       <string>&lt;qt&gt;&lt;b&gt;PGP 6 compatibility:&lt;/b&gt;&lt;br /&gt; 
0167 &lt;p&gt;Checking this option forces GnuPG to output encrypted packets that are as compliant with PGP (Pretty Good Privacy) 6 standards as possible thus allowing GnuPG users to inter operate with PGP 6 users.&lt;/p&gt;&lt;/qt&gt;</string>
0168      </property>
0169      <property name="text">
0170       <string>PGP 6 compatibility</string>
0171      </property>
0172     </widget>
0173    </item>
0174   </layout>
0175  </widget>
0176  <resources/>
0177  <connections/>
0178 </ui>