Warning, /utilities/kgpg/conf_gpg.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>GPGConf</class>
0004  <widget class="QWidget" name="GPGConf">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>592</width>
0010     <height>343</height>
0011    </rect>
0012   </property>
0013   <property name="whatsThis">
0014    <string>&lt;qt&gt;&lt;b&gt;Global Settings:&lt;/b&gt;&lt;br /&gt;
0015 &lt;p&gt;&lt;/p&gt;
0016 &lt;/qt&gt;</string>
0017   </property>
0018   <layout class="QVBoxLayout">
0019    <item>
0020     <widget class="QGroupBox" name="groupBox2">
0021      <property name="title">
0022       <string>GnuPG Home</string>
0023      </property>
0024      <layout class="QHBoxLayout">
0025       <item>
0026        <layout class="QVBoxLayout">
0027         <item>
0028          <widget class="QLabel" name="textLabel1_5_2">
0029           <property name="whatsThis">
0030            <string>&lt;b&gt;Home Location&lt;/b&gt;&lt;p&gt;This is the directory where GnuPG stores its configuration and the keyrings. If you have not changed it this is usually &lt;em&gt;~/.gnupg/&lt;/em&gt;&lt;/p&gt;</string>
0031           </property>
0032           <property name="text">
0033            <string>Home location:</string>
0034           </property>
0035           <property name="wordWrap">
0036            <bool>false</bool>
0037           </property>
0038          </widget>
0039         </item>
0040         <item>
0041          <widget class="QLabel" name="textLabel1_5_2_2">
0042           <property name="whatsThis">
0043            <string>&lt;b&gt;Configuration File&lt;/b&gt;&lt;p&gt;This is the name of the configuration file in the directory specified above. The default is &lt;em&gt;gnupg.conf&lt;/em&gt; while older versions of GnuPG used &lt;em&gt;options&lt;/em&gt;.&lt;/p&gt;</string>
0044           </property>
0045           <property name="text">
0046            <string>Configuration file:</string>
0047           </property>
0048           <property name="wordWrap">
0049            <bool>false</bool>
0050           </property>
0051          </widget>
0052         </item>
0053        </layout>
0054       </item>
0055       <item>
0056        <layout class="QGridLayout">
0057         <item row="0" column="0">
0058          <widget class="QLineEdit" name="gpg_home_path">
0059           <property name="enabled">
0060            <bool>true</bool>
0061           </property>
0062           <property name="readOnly">
0063            <bool>true</bool>
0064           </property>
0065          </widget>
0066         </item>
0067         <item row="1" column="1" colspan="2">
0068          <spacer>
0069           <property name="orientation">
0070            <enum>Qt::Horizontal</enum>
0071           </property>
0072           <property name="sizeType">
0073            <enum>QSizePolicy::Preferred</enum>
0074           </property>
0075           <property name="sizeHint" stdset="0">
0076            <size>
0077             <width>40</width>
0078             <height>20</height>
0079            </size>
0080           </property>
0081          </spacer>
0082         </item>
0083         <item row="1" column="0">
0084          <widget class="QLineEdit" name="gpg_conf_path">
0085           <property name="enabled">
0086            <bool>true</bool>
0087           </property>
0088           <property name="readOnly">
0089            <bool>true</bool>
0090           </property>
0091          </widget>
0092         </item>
0093         <item row="0" column="1" colspan="2">
0094          <widget class="QPushButton" name="changeHome">
0095           <property name="text">
0096            <string>Change...</string>
0097           </property>
0098          </widget>
0099         </item>
0100        </layout>
0101       </item>
0102      </layout>
0103     </widget>
0104    </item>
0105    <item>
0106     <widget class="QGroupBox" name="groupBox3">
0107      <property name="title">
0108       <string>GnuPG Binary</string>
0109      </property>
0110      <layout class="QHBoxLayout">
0111       <item>
0112        <widget class="QLabel" name="textLabel1_6_2">
0113         <property name="whatsThis">
0114          <string>&lt;b&gt;Program path&lt;/b&gt;&lt;p&gt;This is the program that will be called for all GnuPG operations. The default of &lt;em&gt;gpg&lt;/em&gt; will work on most systems.&lt;/p&gt;</string>
0115         </property>
0116         <property name="text">
0117          <string>Program path:</string>
0118         </property>
0119         <property name="wordWrap">
0120          <bool>false</bool>
0121         </property>
0122        </widget>
0123       </item>
0124       <item>
0125        <layout class="QGridLayout">
0126         <item row="0" column="0">
0127          <widget class="QLineEdit" name="kcfg_GpgBinaryPath">
0128           <property name="enabled">
0129            <bool>true</bool>
0130           </property>
0131          </widget>
0132         </item>
0133         <item row="0" column="1" colspan="2">
0134          <spacer>
0135           <property name="orientation">
0136            <enum>Qt::Horizontal</enum>
0137           </property>
0138           <property name="sizeType">
0139            <enum>QSizePolicy::Preferred</enum>
0140           </property>
0141           <property name="sizeHint" stdset="0">
0142            <size>
0143             <width>40</width>
0144             <height>20</height>
0145            </size>
0146           </property>
0147          </spacer>
0148         </item>
0149        </layout>
0150       </item>
0151      </layout>
0152     </widget>
0153    </item>
0154    <item>
0155     <widget class="QCheckBox" name="use_agent">
0156      <property name="whatsThis">
0157       <string>&lt;b&gt;Use GnuPG agent&lt;/b&gt;&lt;p&gt;The GnuPG agent stores the passwords for your secret keys in memory for a limited amount of time. If you use your secret key again while it is cached you do not have to enter it again. This is less secure than typing it every time.&lt;/p&gt;</string>
0158      </property>
0159      <property name="text">
0160       <string>Use GnuPG agent</string>
0161      </property>
0162     </widget>
0163    </item>
0164    <item>
0165     <spacer>
0166      <property name="orientation">
0167       <enum>Qt::Vertical</enum>
0168      </property>
0169      <property name="sizeHint" stdset="0">
0170       <size>
0171        <width>569</width>
0172        <height>181</height>
0173       </size>
0174      </property>
0175     </spacer>
0176    </item>
0177   </layout>
0178  </widget>
0179  <resources/>
0180  <connections/>
0181 </ui>