5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.WebBrowser.Sync.SyncEncryptionPage</h1> |
9 <h1>eric7.WebBrowser.Sync.SyncEncryptionPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing encryption settings wizard page. |
11 Module implementing encryption settings wizard page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SyncEncryptionPage">SyncEncryptionPage</a></td> |
22 <td><a href="#SyncEncryptionPage">SyncEncryptionPage</a></td> |
25 <td>Class implementing encryption settings wizard page.</td> |
23 <td>Class implementing encryption settings wizard page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SyncEncryptionPage" ID="SyncEncryptionPage"></a> |
34 <a NAME="SyncEncryptionPage" ID="SyncEncryptionPage"></a> |
36 <h2>SyncEncryptionPage</h2> |
35 <h2>SyncEncryptionPage</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing encryption settings wizard page. |
37 Class implementing encryption settings wizard page. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QWizardPage, Ui_SyncEncryptionPage |
41 QWizardPage, Ui_SyncEncryptionPage |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
43 <table> |
45 <table> |
44 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
45 </table> |
47 </table> |
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
48 <table> |
50 <table> |
49 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
50 </table> |
52 </table> |
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
53 <table> |
55 <table> |
|
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#SyncEncryptionPage.__init__">SyncEncryptionPage</a></td> |
55 <td><a href="#SyncEncryptionPage.__init__">SyncEncryptionPage</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
85 <tr> |
82 <tr> |
86 <td><a href="#SyncEncryptionPage.on_reencryptCheckBox_toggled">on_reencryptCheckBox_toggled</a></td> |
83 <td><a href="#SyncEncryptionPage.on_reencryptCheckBox_toggled">on_reencryptCheckBox_toggled</a></td> |
87 <td>Private slot to handle changes of the re-encryption selection.</td> |
84 <td>Private slot to handle changes of the re-encryption selection.</td> |
88 </tr> |
85 </tr> |
89 </table> |
86 </table> |
|
87 |
90 <h3>Static Methods</h3> |
88 <h3>Static Methods</h3> |
91 |
89 <table> |
92 <table> |
90 <tr><td>None</td></tr> |
93 <tr><td>None</td></tr> |
91 </table> |
94 </table> |
92 |
95 |
93 |
96 <a NAME="SyncEncryptionPage.__init__" ID="SyncEncryptionPage.__init__"></a> |
94 <a NAME="SyncEncryptionPage.__init__" ID="SyncEncryptionPage.__init__"></a> |
97 <h4>SyncEncryptionPage (Constructor)</h4> |
95 <h4>SyncEncryptionPage (Constructor)</h4> |
98 <b>SyncEncryptionPage</b>(<i>parent=None</i>) |
96 <b>SyncEncryptionPage</b>(<i>parent=None</i>) |
99 |
|
100 <p> |
97 <p> |
101 Constructor |
98 Constructor |
102 </p> |
99 </p> |
|
100 |
103 <dl> |
101 <dl> |
104 |
102 |
105 <dt><i>parent</i> (QWidget)</dt> |
103 <dt><i>parent</i> (QWidget)</dt> |
106 <dd> |
104 <dd> |
107 reference to the parent widget |
105 reference to the parent widget |
108 </dd> |
106 </dd> |
109 </dl> |
107 </dl> |
110 <a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a> |
108 <a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a> |
111 <h4>SyncEncryptionPage.__updateUI</h4> |
109 <h4>SyncEncryptionPage.__updateUI</h4> |
112 <b>__updateUI</b>(<i></i>) |
110 <b>__updateUI</b>(<i></i>) |
113 |
|
114 <p> |
111 <p> |
115 Private slot to update the variable parts of the UI. |
112 Private slot to update the variable parts of the UI. |
116 </p> |
113 </p> |
|
114 |
117 <a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a> |
115 <a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a> |
118 <h4>SyncEncryptionPage.isComplete</h4> |
116 <h4>SyncEncryptionPage.isComplete</h4> |
119 <b>isComplete</b>(<i></i>) |
117 <b>isComplete</b>(<i></i>) |
120 |
|
121 <p> |
118 <p> |
122 Public method to check the completeness of the page. |
119 Public method to check the completeness of the page. |
123 </p> |
120 </p> |
|
121 |
124 <dl> |
122 <dl> |
125 <dt>Return:</dt> |
123 <dt>Return:</dt> |
126 <dd> |
124 <dd> |
127 flag indicating completeness |
125 flag indicating completeness |
128 </dd> |
126 </dd> |
153 </dd> |
151 </dd> |
154 </dl> |
152 </dl> |
155 <a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a> |
153 <a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a> |
156 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4> |
154 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4> |
157 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>) |
155 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>) |
158 |
|
159 <p> |
156 <p> |
160 Private slot to handle changes of the encryption selection. |
157 Private slot to handle changes of the encryption selection. |
161 </p> |
158 </p> |
|
159 |
162 <dl> |
160 <dl> |
163 |
161 |
164 <dt><i>on</i> (bool)</dt> |
162 <dt><i>on</i> (bool)</dt> |
165 <dd> |
163 <dd> |
166 state of the group box |
164 state of the group box |
167 </dd> |
165 </dd> |
168 </dl> |
166 </dl> |
169 <a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a> |
167 <a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a> |
170 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4> |
168 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4> |
171 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>) |
169 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>) |
172 |
|
173 <p> |
170 <p> |
174 Private slot to handle changes of the encryption key repetition. |
171 Private slot to handle changes of the encryption key repetition. |
175 </p> |
172 </p> |
|
173 |
176 <dl> |
174 <dl> |
177 |
175 |
178 <dt><i>txt</i> (str)</dt> |
176 <dt><i>txt</i> (str)</dt> |
179 <dd> |
177 <dd> |
180 content of the edit widget |
178 content of the edit widget |
181 </dd> |
179 </dd> |
182 </dl> |
180 </dl> |
183 <a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a> |
181 <a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a> |
184 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4> |
182 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4> |
185 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>) |
183 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>) |
186 |
|
187 <p> |
184 <p> |
188 Private slot to handle changes of the encryption key. |
185 Private slot to handle changes of the encryption key. |
189 </p> |
186 </p> |
|
187 |
190 <dl> |
188 <dl> |
191 |
189 |
192 <dt><i>txt</i> (str)</dt> |
190 <dt><i>txt</i> (str)</dt> |
193 <dd> |
191 <dd> |
194 content of the edit widget |
192 content of the edit widget |
195 </dd> |
193 </dd> |
196 </dl> |
194 </dl> |
197 <a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a> |
195 <a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a> |
198 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4> |
196 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4> |
199 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>) |
197 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>) |
200 |
|
201 <p> |
198 <p> |
202 Private slot to handle changes of the re-encryption selection. |
199 Private slot to handle changes of the re-encryption selection. |
203 </p> |
200 </p> |
|
201 |
204 <dl> |
202 <dl> |
205 |
203 |
206 <dt><i>on</i> (bool)</dt> |
204 <dt><i>on</i> (bool)</dt> |
207 <dd> |
205 <dd> |
208 state of the check box |
206 state of the check box |