Warning, /frameworks/kwallet/src/runtime/kwalletd/knewwalletdialogintro.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>KNewWalletDialogIntro</class> 0004 <widget class="QWidget" name="KNewWalletDialogIntro"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>341</width> 0010 <height>190</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout_2"> 0014 <item> 0015 <widget class="KTitleWidget" name="ktitlewidget"> 0016 <property name="comment"> 0017 <string>The KDE Wallet System</string> 0018 </property> 0019 </widget> 0020 </item> 0021 <item> 0022 <widget class="QLabel" name="labelIntro"> 0023 <property name="sizePolicy"> 0024 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0025 <horstretch>0</horstretch> 0026 <verstretch>0</verstretch> 0027 </sizepolicy> 0028 </property> 0029 <property name="text"> 0030 <string><html><head/><body><p>The application '<span style=" font-weight:600;">%1</span>' has requested to open the KDE wallet. This is used to store sensitive data in a secure fashion. Please choose the new wallet's type below or click cancel to deny the application's request.</p></body></html></string> 0031 </property> 0032 <property name="textFormat"> 0033 <enum>Qt::RichText</enum> 0034 </property> 0035 <property name="alignment"> 0036 <set>Qt::AlignVCenter</set> 0037 </property> 0038 <property name="wordWrap"> 0039 <bool>true</bool> 0040 </property> 0041 <property name="margin"> 0042 <number>12</number> 0043 </property> 0044 </widget> 0045 </item> 0046 <item> 0047 <layout class="QHBoxLayout" name="horizontalLayout"> 0048 <item> 0049 <spacer name="horizontalSpacer"> 0050 <property name="orientation"> 0051 <enum>Qt::Horizontal</enum> 0052 </property> 0053 <property name="sizeHint" stdset="0"> 0054 <size> 0055 <width>40</width> 0056 <height>20</height> 0057 </size> 0058 </property> 0059 </spacer> 0060 </item> 0061 <item> 0062 <layout class="QVBoxLayout" name="verticalLayout"> 0063 <item> 0064 <widget class="QRadioButton" name="radioBlowfish"> 0065 <property name="text"> 0066 <string>Classic, blowfish encrypted file</string> 0067 </property> 0068 </widget> 0069 </item> 0070 <item> 0071 <widget class="QRadioButton" name="radioGpg"> 0072 <property name="text"> 0073 <string>Use GPG encryption, for better protection</string> 0074 </property> 0075 <property name="checked"> 0076 <bool>true</bool> 0077 </property> 0078 </widget> 0079 </item> 0080 </layout> 0081 </item> 0082 <item> 0083 <spacer name="horizontalSpacer_2"> 0084 <property name="orientation"> 0085 <enum>Qt::Horizontal</enum> 0086 </property> 0087 <property name="sizeHint" stdset="0"> 0088 <size> 0089 <width>40</width> 0090 <height>20</height> 0091 </size> 0092 </property> 0093 </spacer> 0094 </item> 0095 </layout> 0096 </item> 0097 </layout> 0098 </widget> 0099 <customwidgets> 0100 <customwidget> 0101 <class>KTitleWidget</class> 0102 <extends>QWidget</extends> 0103 <header>ktitlewidget.h</header> 0104 </customwidget> 0105 </customwidgets> 0106 <resources/> 0107 <connections> 0108 <connection> 0109 <sender>radioBlowfish</sender> 0110 <signal>toggled(bool)</signal> 0111 <receiver>KNewWalletDialogIntro</receiver> 0112 <slot>onBlowfishToggled(bool)</slot> 0113 <hints> 0114 <hint type="sourcelabel"> 0115 <x>31</x> 0116 <y>144</y> 0117 </hint> 0118 <hint type="destinationlabel"> 0119 <x>2</x> 0120 <y>138</y> 0121 </hint> 0122 </hints> 0123 </connection> 0124 </connections> 0125 <slots> 0126 <slot>onBlowfishToggled(bool)</slot> 0127 </slots> 0128 </ui>