|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SyncEncryptionPage</class> |
|
4 <widget class="QWizardPage" name="SyncEncryptionPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="title"> |
|
14 <string>Encryption Settings</string> |
|
15 </property> |
|
16 <property name="subTitle"> |
|
17 <string>Please select, if the synchronized data should be encrypted and enter the encryption key</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="encryptionGroupBox"> |
|
22 <property name="toolTip"> |
|
23 <string>Select to encrypt the synchronzed data</string> |
|
24 </property> |
|
25 <property name="title"> |
|
26 <string>Encrypt Data</string> |
|
27 </property> |
|
28 <property name="checkable"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 <layout class="QGridLayout" name="gridLayout"> |
|
32 <item row="0" column="0" colspan="2"> |
|
33 <widget class="QLabel" name="label_3"> |
|
34 <property name="text"> |
|
35 <string><p>The encryption key will be used to encrypt and decrypt the synchronizde data. If the data should be re-encrypted, the respective selection should be done. The key must only be repeated, if a re-encryption is requested.<br/><br/><b>Note: If you forget the encryption key, the encrypted data cannot be recovered!</b><br/></p></string> |
|
36 </property> |
|
37 <property name="wordWrap"> |
|
38 <bool>true</bool> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="1" column="0" colspan="2"> |
|
43 <widget class="QCheckBox" name="reencryptCheckBox"> |
|
44 <property name="toolTip"> |
|
45 <string>Select to re-encrypt the synchronized data</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Re-encrypt synchronized data</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="2" column="0"> |
|
53 <widget class="QLabel" name="label"> |
|
54 <property name="text"> |
|
55 <string>Encryption Key:</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="2" column="1"> |
|
60 <widget class="QLineEdit" name="encryptionKeyEdit"> |
|
61 <property name="toolTip"> |
|
62 <string>Enter the encryption key</string> |
|
63 </property> |
|
64 <property name="echoMode"> |
|
65 <enum>QLineEdit::Password</enum> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="3" column="0"> |
|
70 <widget class="QLabel" name="label_2"> |
|
71 <property name="text"> |
|
72 <string>Encryption Key (again):</string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="3" column="1"> |
|
77 <widget class="QLineEdit" name="encryptionKeyAgainEdit"> |
|
78 <property name="toolTip"> |
|
79 <string>Repeat the encryption key</string> |
|
80 </property> |
|
81 <property name="echoMode"> |
|
82 <enum>QLineEdit::Password</enum> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="4" column="0" colspan="2"> |
|
87 <widget class="E5PasswordMeter" name="passwordMeter"> |
|
88 <property name="toolTip"> |
|
89 <string>Shows an indication for the encryption key strength</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="5" column="0" colspan="2"> |
|
94 <widget class="QLabel" name="errorLabel"> |
|
95 <property name="styleSheet"> |
|
96 <string notr="true">color : red;</string> |
|
97 </property> |
|
98 <property name="wordWrap"> |
|
99 <bool>true</bool> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 </layout> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <spacer name="verticalSpacer"> |
|
108 <property name="orientation"> |
|
109 <enum>Qt::Vertical</enum> |
|
110 </property> |
|
111 <property name="sizeHint" stdset="0"> |
|
112 <size> |
|
113 <width>20</width> |
|
114 <height>191</height> |
|
115 </size> |
|
116 </property> |
|
117 </spacer> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 <customwidgets> |
|
122 <customwidget> |
|
123 <class>E5PasswordMeter</class> |
|
124 <extends>QProgressBar</extends> |
|
125 <header>E5Gui/E5PasswordMeter</header> |
|
126 </customwidget> |
|
127 </customwidgets> |
|
128 <tabstops> |
|
129 <tabstop>encryptionGroupBox</tabstop> |
|
130 <tabstop>reencryptCheckBox</tabstop> |
|
131 <tabstop>encryptionKeyEdit</tabstop> |
|
132 <tabstop>encryptionKeyAgainEdit</tabstop> |
|
133 </tabstops> |
|
134 <resources/> |
|
135 <connections/> |
|
136 </ui> |