Warning, /frameworks/kwallet/src/runtime/kwalletd/kwalletwizardpagegpgkey.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>KWalletWizardPageGpgKey</class>
0004  <widget class="QWidget" name="KWalletWizardPageGpgKey">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>436</width>
0010     <height>309</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_3">
0014    <item>
0015     <widget class="QStackedWidget" name="stackedWidget">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="_pageWhenHasKeys">
0020       <layout class="QVBoxLayout" name="verticalLayout_2">
0021        <item>
0022         <widget class="QLabel" name="label_3">
0023          <property name="text">
0024           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The GPG-based wallet use a GPG encryption key to securely encrypt data on disk. The key must be available when decrypting is needed or your wallet will not be accessible. For example, if you choose a SmartCard-based encryption key, the GPG system will prompt you to enter it and its associated PIN when attempting to open the wallet. &lt;span style=&quot; font-weight:600;&quot;&gt;NOTE:&lt;/span&gt; this list contains only &amp;quot;ultimate-level&amp;quot; trusted keys.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0025          </property>
0026          <property name="textFormat">
0027           <enum>Qt::AutoText</enum>
0028          </property>
0029          <property name="wordWrap">
0030           <bool>true</bool>
0031          </property>
0032         </widget>
0033        </item>
0034        <item>
0035         <layout class="QHBoxLayout" name="horizontalLayout">
0036          <item>
0037           <widget class="QLabel" name="label">
0038            <property name="enabled">
0039             <bool>true</bool>
0040            </property>
0041            <property name="text">
0042             <string>Select encryption GPG key:</string>
0043            </property>
0044           </widget>
0045          </item>
0046          <item>
0047           <widget class="QComboBox" name="_gpgKey">
0048            <property name="enabled">
0049             <bool>true</bool>
0050            </property>
0051           </widget>
0052          </item>
0053         </layout>
0054        </item>
0055        <item>
0056         <spacer name="verticalSpacer">
0057          <property name="orientation">
0058           <enum>Qt::Vertical</enum>
0059          </property>
0060          <property name="sizeHint" stdset="0">
0061           <size>
0062            <width>20</width>
0063            <height>173</height>
0064           </size>
0065          </property>
0066         </spacer>
0067        </item>
0068       </layout>
0069      </widget>
0070      <widget class="QWidget" name="_pageNoKeys">
0071       <layout class="QVBoxLayout" name="verticalLayout">
0072        <item>
0073         <widget class="QLabel" name="label_2">
0074          <property name="sizePolicy">
0075           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0076            <horstretch>0</horstretch>
0077            <verstretch>0</verstretch>
0078           </sizepolicy>
0079          </property>
0080          <property name="text">
0081           <string>Unable to locate at least one &lt;b&gt;encrypting GPG key&lt;/b&gt;. KDE Wallet needs such &lt;b&gt;encrypting key&lt;/b&gt; to securely store passwords or other sensitive data on disk. If you still want to setup a GPG-based wallet, then cancel this wizard, set-up an &lt;b&gt;encrypting GPG key&lt;/b&gt;, then retry this assistant. Otherwise, you may still click back, then choose a classic, blowfish encrypted file format on the previous page.</string>
0082          </property>
0083          <property name="wordWrap">
0084           <bool>true</bool>
0085          </property>
0086         </widget>
0087        </item>
0088       </layout>
0089      </widget>
0090     </widget>
0091    </item>
0092   </layout>
0093  </widget>
0094  <resources/>
0095  <connections/>
0096 </ui>