1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>XMLStorageSettings</class>
4 <widget class="QWidget" name="XMLStorageSettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>409</width>
10    <height>486</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>GPG encryption settings</string>
15  </property>
16  <property name="whatsThis">
17   <string>This page allows you to set the parameters for encrypted file storage of your &lt;b&gt;KMyMoney&lt;/b&gt; data based on &lt;b&gt;GPG&lt;/b&gt;.&lt;p&gt;
18Access to the settings is disabled if &lt;b&gt;GPG&lt;/b&gt; could not be detected on your system. In this case, please make sure that &lt;b&gt;GPG&lt;/b&gt; is working properly for the current user.&lt;p&gt;
19The &lt;i&gt;additional recovery encryption&lt;/i&gt; is only accessible, if the necessary key for &lt;b&gt;kmymoney-recover@users.sourceforge.net&lt;/b&gt; with id 0x8AFDDC8E is found in your keyring.</string>
20  </property>
21  <layout class="QVBoxLayout" name="verticalLayout_2">
22   <item>
23    <widget class="QCheckBox" name="kcfg_WriteDataEncrypted">
24     <property name="text">
25      <string>Use GPG encryption</string>
26     </property>
27    </widget>
28   </item>
29   <item>
30    <widget class="QGroupBox" name="m_idGroup">
31     <property name="title">
32      <string>GPG encryption</string>
33     </property>
34     <layout class="QVBoxLayout" name="verticalLayout">
35      <item>
36       <layout class="QHBoxLayout">
37        <item>
38         <widget class="QLabel" name="textLabel1_2">
39          <property name="text">
40           <string>Your key</string>
41          </property>
42          <property name="wordWrap">
43           <bool>false</bool>
44          </property>
45         </widget>
46        </item>
47        <item>
48         <widget class="KComboBox" name="m_masterKeyCombo">
49          <property name="sizePolicy">
50           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
51            <horstretch>1</horstretch>
52            <verstretch>0</verstretch>
53           </sizepolicy>
54          </property>
55          <property name="whatsThis">
56           <string>This combo box lists all the secret keys you have in your keyring. Select the one you want to use for encryption when saving to a file.</string>
57          </property>
58         </widget>
59        </item>
60       </layout>
61      </item>
62      <item>
63       <widget class="KLineEdit" name="kcfg_GpgRecipient"/>
64      </item>
65      <item>
66       <widget class="QGroupBox" name="groupBox">
67        <property name="title">
68         <string>Additional keys</string>
69        </property>
70        <layout class="QVBoxLayout" name="verticalLayout_3">
71         <item>
72          <widget class="KEditListWidget" name="kcfg_GpgRecipientList">
73           <property name="whatsThis">
74            <string>Enter the id of the key you want to use for data encryption. This can either be an e-mail address or the hexadecimal key id. In case of the key id do not forget the leading 0x.</string>
75           </property>
76           <property name="buttons">
77            <set>KEditListWidget::Add|KEditListWidget::Remove</set>
78           </property>
79           <property name="title" stdset="0">
80            <string>Additional keys</string>
81           </property>
82          </widget>
83         </item>
84        </layout>
85       </widget>
86      </item>
87      <item>
88       <layout class="QHBoxLayout">
89        <item>
90         <widget class="KLed" name="m_userKeysFound">
91          <property name="whatsThis">
92           <string>This symbol denotes, if the key for the given user id has been found in your keyring. It is green when found, dark otherwise.</string>
93          </property>
94          <property name="shape">
95           <enum>KLed::Circular</enum>
96          </property>
97          <property name="look">
98           <enum>KLed::Sunken</enum>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <widget class="QLabel" name="textLabel1">
104          <property name="text">
105           <string>Keys for all of the above user ids found</string>
106          </property>
107          <property name="wordWrap">
108           <bool>false</bool>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <spacer name="spacer3">
114          <property name="orientation">
115           <enum>Qt::Horizontal</enum>
116          </property>
117          <property name="sizeType">
118           <enum>QSizePolicy::Expanding</enum>
119          </property>
120          <property name="sizeHint" stdset="0">
121           <size>
122            <width>50</width>
123            <height>20</height>
124           </size>
125          </property>
126         </spacer>
127        </item>
128       </layout>
129      </item>
130      <item>
131       <layout class="QHBoxLayout">
132        <item>
133         <widget class="KLed" name="m_recoverKeyFound">
134          <property name="whatsThis">
135           <string>This symbol denotes, if the KMyMoney recovery key has been found in your keyring. It is green when found, dark otherwise.</string>
136          </property>
137          <property name="shape">
138           <enum>KLed::Circular</enum>
139          </property>
140          <property name="look">
141           <enum>KLed::Sunken</enum>
142          </property>
143         </widget>
144        </item>
145        <item>
146         <widget class="QLabel" name="textLabel2">
147          <property name="text">
148           <string>Recover Key available in keyring</string>
149          </property>
150          <property name="wordWrap">
151           <bool>false</bool>
152          </property>
153         </widget>
154        </item>
155        <item>
156         <spacer name="spacer6">
157          <property name="orientation">
158           <enum>Qt::Horizontal</enum>
159          </property>
160          <property name="sizeType">
161           <enum>QSizePolicy::Expanding</enum>
162          </property>
163          <property name="sizeHint" stdset="0">
164           <size>
165            <width>16</width>
166            <height>20</height>
167           </size>
168          </property>
169         </spacer>
170        </item>
171       </layout>
172      </item>
173      <item>
174       <widget class="QCheckBox" name="kcfg_EncryptRecover">
175        <property name="whatsThis">
176         <string>You can specify to encrypt the data also with the KMyMoney recover key. Only the core KMyMoney developers are in posession of the respective private key required to read back such encrypted data.&lt;p&gt;
177
178This mechanism is provided for the case that you have lost your key and cannot access your data anymore. With this option activated, the KMyMoney developers can decrypt the data and supply you with it in a readable form. Please be prepared, that you have to answer a few detailed questions about the contents of your data before we will send it out.</string>
179        </property>
180        <property name="text">
181         <string>Also encrypt with KMyMoney's recover key</string>
182        </property>
183       </widget>
184      </item>
185     </layout>
186    </widget>
187   </item>
188   <item>
189    <spacer name="spacer5">
190     <property name="orientation">
191      <enum>Qt::Vertical</enum>
192     </property>
193     <property name="sizeType">
194      <enum>QSizePolicy::Expanding</enum>
195     </property>
196     <property name="sizeHint" stdset="0">
197      <size>
198       <width>21</width>
199       <height>30</height>
200      </size>
201     </property>
202    </spacer>
203   </item>
204  </layout>
205 </widget>
206 <layoutdefault spacing="6" margin="11"/>
207 <customwidgets>
208  <customwidget>
209   <class>KLineEdit</class>
210   <extends>QLineEdit</extends>
211   <header>klineedit.h</header>
212  </customwidget>
213  <customwidget>
214   <class>KEditListWidget</class>
215   <extends>QWidget</extends>
216   <header>keditlistwidget.h</header>
217  </customwidget>
218  <customwidget>
219   <class>KComboBox</class>
220   <extends>QComboBox</extends>
221   <header>kcombobox.h</header>
222  </customwidget>
223  <customwidget>
224   <class>KLed</class>
225   <extends>QWidget</extends>
226   <header>kled.h</header>
227  </customwidget>
228 </customwidgets>
229 <resources/>
230 <connections/>
231</ui>
232