src/eric7/WebBrowser/Sync/SyncEncryptionPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>&lt;p&gt;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.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Note: If you forget the encryption key, the encrypted data cannot be recovered!&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;</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="EricPasswordMeter" 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 <layout class="QHBoxLayout" name="horizontalLayout">
95 <item>
96 <widget class="QLabel" name="label_4">
97 <property name="text">
98 <string>Size of generated encryption key:</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QComboBox" name="keySizeComboBox">
104 <property name="toolTip">
105 <string>Select the size of the generated encryption key</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <spacer name="horizontalSpacer">
111 <property name="orientation">
112 <enum>Qt::Horizontal</enum>
113 </property>
114 <property name="sizeHint" stdset="0">
115 <size>
116 <width>40</width>
117 <height>20</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 </layout>
123 </item>
124 <item row="6" column="0" colspan="2">
125 <widget class="QLabel" name="errorLabel">
126 <property name="styleSheet">
127 <string notr="true">color : red;</string>
128 </property>
129 <property name="wordWrap">
130 <bool>true</bool>
131 </property>
132 </widget>
133 </item>
134 <item row="7" column="0" colspan="2">
135 <widget class="QCheckBox" name="loginsOnlyCheckBox">
136 <property name="toolTip">
137 <string>Select to encrypt only the passwords</string>
138 </property>
139 <property name="text">
140 <string>Encrypt Passwords Only</string>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 </item>
147 <item>
148 <spacer name="verticalSpacer">
149 <property name="orientation">
150 <enum>Qt::Vertical</enum>
151 </property>
152 <property name="sizeHint" stdset="0">
153 <size>
154 <width>20</width>
155 <height>191</height>
156 </size>
157 </property>
158 </spacer>
159 </item>
160 </layout>
161 </widget>
162 <customwidgets>
163 <customwidget>
164 <class>EricPasswordMeter</class>
165 <extends>QProgressBar</extends>
166 <header>EricWidgets/EricPasswordMeter</header>
167 </customwidget>
168 </customwidgets>
169 <tabstops>
170 <tabstop>encryptionGroupBox</tabstop>
171 <tabstop>reencryptCheckBox</tabstop>
172 <tabstop>encryptionKeyEdit</tabstop>
173 <tabstop>encryptionKeyAgainEdit</tabstop>
174 <tabstop>keySizeComboBox</tabstop>
175 <tabstop>loginsOnlyCheckBox</tabstop>
176 </tabstops>
177 <resources/>
178 <connections/>
179 </ui>

eric ide

mercurial