Warning, /frameworks/kwallet/src/runtime/kwalletd/kwalletwizardpagepasswordgpg.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>KWalletWizardPagePasswordGpg</class>
0004  <widget class="QWidget" name="KWalletWizardPagePasswordGpg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>448</width>
0010     <height>385</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QLabel" name="textLabel3">
0016      <property name="text">
0017       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Various applications may attempt to use the KDE wallet to store passwords or other information such as web form data and cookies. If you would like these applications to use the wallet, you must enable it now and choose method for its encryption.&lt;/p&gt;&lt;p&gt;GPG method is more secure, but you must have configured at least one encrypting key on your system.&lt;/p&gt;&lt;p&gt;If you choose the classic format, be warned that the password you choose &lt;span style=&quot; font-style:italic;&quot;&gt;cannot&lt;/span&gt; be recovered if it is lost, and will allow anyone who knows it to obtain all the information contained in the wallet.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0018      </property>
0019      <property name="textFormat">
0020       <enum>Qt::RichText</enum>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QCheckBox" name="_useWallet">
0029      <property name="text">
0030       <string>Yes, I wish to use the KDE wallet to store my personal information.</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QGroupBox" name="_groupBox">
0036      <property name="enabled">
0037       <bool>false</bool>
0038      </property>
0039      <property name="sizePolicy">
0040       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0041        <horstretch>0</horstretch>
0042        <verstretch>0</verstretch>
0043       </sizepolicy>
0044      </property>
0045      <property name="title">
0046       <string>What kind of encryption do you wish?</string>
0047      </property>
0048      <layout class="QVBoxLayout" name="verticalLayout">
0049       <item>
0050        <widget class="QRadioButton" name="_radioGpg">
0051         <property name="enabled">
0052          <bool>false</bool>
0053         </property>
0054         <property name="text">
0055          <string>Use GPG encryption, for better protection</string>
0056         </property>
0057         <property name="checked">
0058          <bool>true</bool>
0059         </property>
0060        </widget>
0061       </item>
0062       <item>
0063        <widget class="QRadioButton" name="_radioBlowfish">
0064         <property name="enabled">
0065          <bool>false</bool>
0066         </property>
0067         <property name="text">
0068          <string>Classic, blowfish encrypted file</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item>
0073        <layout class="QHBoxLayout" name="horizontalLayout_2">
0074         <item>
0075          <spacer>
0076           <property name="orientation">
0077            <enum>Qt::Horizontal</enum>
0078           </property>
0079           <property name="sizeType">
0080            <enum>QSizePolicy::Expanding</enum>
0081           </property>
0082           <property name="sizeHint" stdset="0">
0083            <size>
0084             <width>28</width>
0085             <height>28</height>
0086            </size>
0087           </property>
0088          </spacer>
0089         </item>
0090         <item>
0091          <layout class="QHBoxLayout" name="horizontalLayout">
0092           <item>
0093            <layout class="QVBoxLayout">
0094             <property name="spacing">
0095              <number>6</number>
0096             </property>
0097             <property name="margin">
0098              <number>0</number>
0099             </property>
0100             <item>
0101              <widget class="QLabel" name="textLabel1_3">
0102               <property name="enabled">
0103                <bool>false</bool>
0104               </property>
0105               <property name="text">
0106                <string>Enter a new password:</string>
0107               </property>
0108               <property name="alignment">
0109                <set>Qt::AlignAbsolute|Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignHorizontal_Mask|Qt::AlignJustify|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing|Qt::AlignVCenter|Qt::AlignVertical_Mask</set>
0110               </property>
0111               <property name="buddy">
0112                <cstring>_pass1</cstring>
0113               </property>
0114              </widget>
0115             </item>
0116             <item>
0117              <widget class="QLabel" name="textLabel2_3">
0118               <property name="enabled">
0119                <bool>false</bool>
0120               </property>
0121               <property name="text">
0122                <string>Verify password:</string>
0123               </property>
0124               <property name="alignment">
0125                <set>Qt::AlignAbsolute|Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignHorizontal_Mask|Qt::AlignJustify|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing|Qt::AlignVCenter|Qt::AlignVertical_Mask</set>
0126               </property>
0127               <property name="buddy">
0128                <cstring>_pass2</cstring>
0129               </property>
0130              </widget>
0131             </item>
0132            </layout>
0133           </item>
0134           <item>
0135            <layout class="QVBoxLayout">
0136             <property name="spacing">
0137              <number>6</number>
0138             </property>
0139             <property name="margin">
0140              <number>0</number>
0141             </property>
0142             <item>
0143              <widget class="QLineEdit" name="_pass1">
0144               <property name="enabled">
0145                <bool>false</bool>
0146               </property>
0147               <property name="echoMode">
0148                <enum>QLineEdit::Password</enum>
0149               </property>
0150              </widget>
0151             </item>
0152             <item>
0153              <widget class="QLineEdit" name="_pass2">
0154               <property name="enabled">
0155                <bool>false</bool>
0156               </property>
0157               <property name="echoMode">
0158                <enum>QLineEdit::Password</enum>
0159               </property>
0160              </widget>
0161             </item>
0162            </layout>
0163           </item>
0164          </layout>
0165         </item>
0166         <item>
0167          <spacer>
0168           <property name="orientation">
0169            <enum>Qt::Horizontal</enum>
0170           </property>
0171           <property name="sizeType">
0172            <enum>QSizePolicy::Expanding</enum>
0173           </property>
0174           <property name="sizeHint" stdset="0">
0175            <size>
0176             <width>98</width>
0177             <height>18</height>
0178            </size>
0179           </property>
0180          </spacer>
0181         </item>
0182        </layout>
0183       </item>
0184       <item>
0185        <widget class="QLabel" name="_matchLabel">
0186         <property name="text">
0187          <string/>
0188         </property>
0189         <property name="alignment">
0190          <set>Qt::AlignAbsolute|Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignHorizontal_Mask|Qt::AlignJustify|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing|Qt::AlignVCenter|Qt::AlignVertical_Mask</set>
0191         </property>
0192        </widget>
0193       </item>
0194       <item>
0195        <spacer name="verticalSpacer">
0196         <property name="orientation">
0197          <enum>Qt::Vertical</enum>
0198         </property>
0199         <property name="sizeHint" stdset="0">
0200          <size>
0201           <width>20</width>
0202           <height>31</height>
0203          </size>
0204         </property>
0205        </spacer>
0206       </item>
0207      </layout>
0208     </widget>
0209    </item>
0210   </layout>
0211  </widget>
0212  <customwidgets>
0213  </customwidgets>
0214  <resources/>
0215  <connections>
0216   <connection>
0217    <sender>_radioBlowfish</sender>
0218    <signal>toggled(bool)</signal>
0219    <receiver>textLabel1_3</receiver>
0220    <slot>setEnabled(bool)</slot>
0221    <hints>
0222     <hint type="sourcelabel">
0223      <x>239</x>
0224      <y>220</y>
0225     </hint>
0226     <hint type="destinationlabel">
0227      <x>213</x>
0228      <y>249</y>
0229     </hint>
0230    </hints>
0231   </connection>
0232   <connection>
0233    <sender>_radioBlowfish</sender>
0234    <signal>toggled(bool)</signal>
0235    <receiver>_pass1</receiver>
0236    <slot>setEnabled(bool)</slot>
0237    <hints>
0238     <hint type="sourcelabel">
0239      <x>239</x>
0240      <y>220</y>
0241     </hint>
0242     <hint type="destinationlabel">
0243      <x>331</x>
0244      <y>249</y>
0245     </hint>
0246    </hints>
0247   </connection>
0248   <connection>
0249    <sender>_radioBlowfish</sender>
0250    <signal>toggled(bool)</signal>
0251    <receiver>textLabel2_3</receiver>
0252    <slot>setEnabled(bool)</slot>
0253    <hints>
0254     <hint type="sourcelabel">
0255      <x>239</x>
0256      <y>220</y>
0257     </hint>
0258     <hint type="destinationlabel">
0259      <x>142</x>
0260      <y>277</y>
0261     </hint>
0262    </hints>
0263   </connection>
0264   <connection>
0265    <sender>_radioBlowfish</sender>
0266    <signal>toggled(bool)</signal>
0267    <receiver>_pass2</receiver>
0268    <slot>setEnabled(bool)</slot>
0269    <hints>
0270     <hint type="sourcelabel">
0271      <x>239</x>
0272      <y>220</y>
0273     </hint>
0274     <hint type="destinationlabel">
0275      <x>331</x>
0276      <y>277</y>
0277     </hint>
0278    </hints>
0279   </connection>
0280   <connection>
0281    <sender>_radioBlowfish</sender>
0282    <signal>clicked()</signal>
0283    <receiver>_pass1</receiver>
0284    <slot>setFocus()</slot>
0285    <hints>
0286     <hint type="sourcelabel">
0287      <x>239</x>
0288      <y>220</y>
0289     </hint>
0290     <hint type="destinationlabel">
0291      <x>331</x>
0292      <y>249</y>
0293     </hint>
0294    </hints>
0295   </connection>
0296   <connection>
0297    <sender>_useWallet</sender>
0298    <signal>toggled(bool)</signal>
0299    <receiver>_groupBox</receiver>
0300    <slot>setEnabled(bool)</slot>
0301    <hints>
0302     <hint type="sourcelabel">
0303      <x>42</x>
0304      <y>112</y>
0305     </hint>
0306     <hint type="destinationlabel">
0307      <x>33</x>
0308      <y>193</y>
0309     </hint>
0310    </hints>
0311   </connection>
0312   <connection>
0313    <sender>_useWallet</sender>
0314    <signal>toggled(bool)</signal>
0315    <receiver>_radioGpg</receiver>
0316    <slot>setEnabled(bool)</slot>
0317    <hints>
0318     <hint type="sourcelabel">
0319      <x>50</x>
0320      <y>112</y>
0321     </hint>
0322     <hint type="destinationlabel">
0323      <x>63</x>
0324      <y>166</y>
0325     </hint>
0326    </hints>
0327   </connection>
0328   <connection>
0329    <sender>_useWallet</sender>
0330    <signal>toggled(bool)</signal>
0331    <receiver>_radioBlowfish</receiver>
0332    <slot>setEnabled(bool)</slot>
0333    <hints>
0334     <hint type="sourcelabel">
0335      <x>85</x>
0336      <y>112</y>
0337     </hint>
0338     <hint type="destinationlabel">
0339      <x>97</x>
0340      <y>220</y>
0341     </hint>
0342    </hints>
0343   </connection>
0344  </connections>
0345 </ui>