Warning, /utilities/kgpg/conf_misc.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>MiscConf</class>
0004  <widget class="QWidget" name="MiscConf">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>680</width>
0010     <height>411</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QTabWidget" name="miscWidget">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="tabGlobal">
0023       <attribute name="title">
0024        <string>Global Settings</string>
0025       </attribute>
0026       <layout class="QVBoxLayout">
0027        <item>
0028         <layout class="QVBoxLayout">
0029          <item>
0030           <widget class="QCheckBox" name="kcfg_AutoStart">
0031            <property name="whatsThis">
0032             <string>&lt;qt&gt;&lt;b&gt;Start KGpg automatically at KDE startup:&lt;/b&gt;&lt;br /&gt;
0033 &lt;p&gt;If checked KGpg will start automatically each time that KDE starts up.&lt;/p&gt;&lt;/qt&gt;</string>
0034            </property>
0035            <property name="text">
0036             <string>Start KGpg automatically at login</string>
0037            </property>
0038            <property name="checked">
0039             <bool>false</bool>
0040            </property>
0041           </widget>
0042          </item>
0043          <item>
0044           <widget class="QCheckBox" name="kcfg_UseMouseSelection">
0045            <property name="minimumSize">
0046             <size>
0047              <width>0</width>
0048              <height>0</height>
0049             </size>
0050            </property>
0051            <property name="whatsThis">
0052             <string>&lt;qt&gt;&lt;b&gt;Use mouse selection instead of clipboard:&lt;/b&gt;&lt;br /&gt;
0053 &lt;p&gt;If checked, clipboard operations in KGpg will use the selection clipboard, that means highlighting a text to copy, and middle button (or right+left together) to paste. If this option is not checked, the clipboard will work with Key shortcuts (Ctrl-c, Ctrl-v).&lt;/p&gt;&lt;/qt&gt; </string>
0054            </property>
0055            <property name="text">
0056             <string>Use mouse selection instead of clipboard</string>
0057            </property>
0058           </widget>
0059          </item>
0060          <item>
0061           <widget class="QCheckBox" name="kcfg_RemoteFileWarn">
0062            <property name="minimumSize">
0063             <size>
0064              <width>0</width>
0065              <height>0</height>
0066             </size>
0067            </property>
0068            <property name="whatsThis">
0069             <string>&lt;qt&gt;&lt;b&gt;Display warning before creating temporary files:&lt;/b&gt;&lt;br /&gt;
0070 &lt;p&gt;&lt;/p&gt;&lt;/qt&gt;</string>
0071            </property>
0072            <property name="text">
0073             <string>Display warning before creating temporary files
0074 (only occurs on remote files operations)</string>
0075            </property>
0076           </widget>
0077          </item>
0078         </layout>
0079        </item>
0080        <item>
0081         <spacer>
0082          <property name="orientation">
0083           <enum>Qt::Vertical</enum>
0084          </property>
0085          <property name="sizeHint" stdset="0">
0086           <size>
0087            <width>20</width>
0088            <height>40</height>
0089           </size>
0090          </property>
0091         </spacer>
0092        </item>
0093       </layout>
0094      </widget>
0095      <widget class="QWidget" name="tabApplet">
0096       <attribute name="title">
0097        <string>Applet &amp;&amp; Menus</string>
0098       </attribute>
0099       <layout class="QVBoxLayout">
0100        <item>
0101         <widget class="QGroupBox" name="groupBox11">
0102          <property name="title">
0103           <string>Konqueror Service Menus</string>
0104          </property>
0105          <layout class="QVBoxLayout">
0106           <item>
0107            <layout class="QHBoxLayout">
0108             <item>
0109              <widget class="QLabel" name="textLabel1">
0110               <property name="sizePolicy">
0111                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0112                 <horstretch>0</horstretch>
0113                 <verstretch>0</verstretch>
0114                </sizepolicy>
0115               </property>
0116               <property name="whatsThis">
0117                <string>&lt;qt&gt;&lt;b&gt;Sign file service menu:&lt;/b&gt;&lt;br /&gt;
0118 &lt;p&gt;&lt;/p&gt;
0119 &lt;/qt&gt;</string>
0120               </property>
0121               <property name="text">
0122                <string>Sign file service menu:</string>
0123               </property>
0124               <property name="wordWrap">
0125                <bool>false</bool>
0126               </property>
0127              </widget>
0128             </item>
0129             <item>
0130              <widget class="QComboBox" name="kcfg_SignMenu">
0131               <property name="sizePolicy">
0132                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0133                 <horstretch>0</horstretch>
0134                 <verstretch>0</verstretch>
0135                </sizepolicy>
0136               </property>
0137               <item>
0138                <property name="text">
0139                 <string>Disable</string>
0140                </property>
0141               </item>
0142               <item>
0143                <property name="text">
0144                 <string>Enable with All Files</string>
0145                </property>
0146               </item>
0147              </widget>
0148             </item>
0149            </layout>
0150           </item>
0151           <item>
0152            <layout class="QHBoxLayout">
0153             <item>
0154              <widget class="QLabel" name="textLabel1_3">
0155               <property name="sizePolicy">
0156                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0157                 <horstretch>0</horstretch>
0158                 <verstretch>0</verstretch>
0159                </sizepolicy>
0160               </property>
0161               <property name="whatsThis">
0162                <string>&lt;qt&gt;&lt;b&gt;Decrypt file service menu:&lt;/b&gt;&lt;br /&gt;
0163 &lt;p&gt;&lt;/p&gt;
0164 &lt;/qt&gt;</string>
0165               </property>
0166               <property name="text">
0167                <string>Decrypt file service menu:</string>
0168               </property>
0169               <property name="wordWrap">
0170                <bool>false</bool>
0171               </property>
0172              </widget>
0173             </item>
0174             <item>
0175              <widget class="QComboBox" name="kcfg_DecryptMenu">
0176               <item>
0177                <property name="text">
0178                 <string>Disable</string>
0179                </property>
0180               </item>
0181               <item>
0182                <property name="text">
0183                 <string>Enable with All Files</string>
0184                </property>
0185               </item>
0186               <item>
0187                <property name="text">
0188                 <string>Enable with Encrypted Files</string>
0189                </property>
0190               </item>
0191              </widget>
0192             </item>
0193            </layout>
0194           </item>
0195          </layout>
0196         </widget>
0197        </item>
0198        <item>
0199         <widget class="QGroupBox" name="groupBox3">
0200          <property name="title">
0201           <string>System Tray Applet</string>
0202          </property>
0203          <layout class="QVBoxLayout">
0204           <item>
0205            <widget class="QCheckBox" name="kcfg_ShowSystray">
0206             <property name="whatsThis">
0207              <string>&lt;qt&gt;&lt;b&gt;Show system tray icon:&lt;/b&gt;&lt;br /&gt;
0208 &lt;p&gt;If checked KGpg will minimize to an icon in the system tray.&lt;/p&gt;&lt;/qt&gt;</string>
0209             </property>
0210             <property name="text">
0211              <string>Show system tray icon</string>
0212             </property>
0213             <property name="checked">
0214              <bool>true</bool>
0215             </property>
0216            </widget>
0217           </item>
0218           <item>
0219            <layout class="QHBoxLayout">
0220             <item>
0221              <widget class="QLabel" name="textLabel1_2">
0222               <property name="text">
0223                <string>Left mouse click opens:</string>
0224               </property>
0225               <property name="wordWrap">
0226                <bool>false</bool>
0227               </property>
0228              </widget>
0229             </item>
0230             <item>
0231              <widget class="QComboBox" name="kcfg_LeftClick">
0232               <property name="sizePolicy">
0233                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0234                 <horstretch>0</horstretch>
0235                 <verstretch>0</verstretch>
0236                </sizepolicy>
0237               </property>
0238               <item>
0239                <property name="text">
0240                 <string>Key Manager</string>
0241                </property>
0242               </item>
0243               <item>
0244                <property name="text">
0245                 <string>Editor</string>
0246                </property>
0247               </item>
0248              </widget>
0249             </item>
0250            </layout>
0251           </item>
0252          </layout>
0253         </widget>
0254        </item>
0255        <item>
0256         <spacer>
0257          <property name="orientation">
0258           <enum>Qt::Vertical</enum>
0259          </property>
0260          <property name="sizeHint" stdset="0">
0261           <size>
0262            <width>20</width>
0263            <height>40</height>
0264           </size>
0265          </property>
0266         </spacer>
0267        </item>
0268       </layout>
0269      </widget>
0270      <widget class="QWidget" name="tabEditor">
0271       <attribute name="title">
0272        <string>Editor</string>
0273       </attribute>
0274       <layout class="QVBoxLayout" name="verticalLayout">
0275        <item>
0276         <layout class="QHBoxLayout" name="horizontalLayout">
0277          <item>
0278           <widget class="QLabel" name="label">
0279            <property name="text">
0280             <string>Recent files</string>
0281            </property>
0282           </widget>
0283          </item>
0284          <item>
0285           <widget class="QSpinBox" name="kcfg_RecentFiles"/>
0286          </item>
0287         </layout>
0288        </item>
0289        <item>
0290         <spacer name="verticalSpacer">
0291          <property name="orientation">
0292           <enum>Qt::Vertical</enum>
0293          </property>
0294          <property name="sizeHint" stdset="0">
0295           <size>
0296            <width>20</width>
0297            <height>40</height>
0298           </size>
0299          </property>
0300         </spacer>
0301        </item>
0302       </layout>
0303      </widget>
0304      <widget class="QWidget" name="tabSigning">
0305       <attribute name="title">
0306        <string>Key Signing</string>
0307       </attribute>
0308       <layout class="QVBoxLayout" name="verticalLayout_2">
0309        <item>
0310         <layout class="QHBoxLayout" name="horizontalLayout_2">
0311          <item>
0312           <widget class="QLabel" name="label_2">
0313            <property name="whatsThis">
0314             <string>Here you can define how User Ids that do not contain an email address (like Photo Ids) are sent to the key owner. You can choose to either send them with every other User Id you signed, only with the first Id you signed or to not send them at all.</string>
0315            </property>
0316            <property name="text">
0317             <string>Mailing of User Ids without Email Addresses</string>
0318            </property>
0319           </widget>
0320          </item>
0321          <item>
0322           <widget class="QComboBox" name="kcfg_MailUats">
0323            <item>
0324             <property name="text">
0325              <string>Send with every Email</string>
0326             </property>
0327            </item>
0328            <item>
0329             <property name="text">
0330              <string>Send only with first Email</string>
0331             </property>
0332            </item>
0333            <item>
0334             <property name="text">
0335              <string>Do not send</string>
0336             </property>
0337            </item>
0338           </widget>
0339          </item>
0340         </layout>
0341        </item>
0342        <item>
0343         <widget class="QGroupBox" name="groupBox">
0344          <property name="title">
0345           <string>Email template</string>
0346          </property>
0347          <layout class="QVBoxLayout" name="verticalLayout_3">
0348           <item>
0349            <widget class="KTextEdit" name="EmailTemplateEdit">
0350             <property name="whatsThis">
0351              <string>This is the text of the email sent by the &quot;Sign and Mail User ID&quot; action.
0352 
0353 The placeholders surrounded by the percent signs (like %KEYID%) will be replaced with the corresponding text for every single mail.</string>
0354             </property>
0355            </widget>
0356           </item>
0357          </layout>
0358         </widget>
0359        </item>
0360       </layout>
0361      </widget>
0362     </widget>
0363    </item>
0364   </layout>
0365  </widget>
0366  <customwidgets>
0367   <customwidget>
0368    <class>KTextEdit</class>
0369    <extends>QTextEdit</extends>
0370    <header>ktextedit.h</header>
0371   </customwidget>
0372  </customwidgets>
0373  <resources/>
0374  <connections/>
0375 </ui>