eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncEncryptionPage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.WebBrowser.Sync.SyncEncryptionPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.WebBrowser.Sync.SyncEncryptionPage</h1>
24
25 <p>
26 Module implementing encryption settings wizard page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#SyncEncryptionPage">SyncEncryptionPage</a></td>
39 <td>Class implementing encryption settings wizard page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="SyncEncryptionPage" ID="SyncEncryptionPage"></a>
50 <h2>SyncEncryptionPage</h2>
51
52 <p>
53 Class implementing encryption settings wizard page.
54 </p>
55 <h3>Derived from</h3>
56 QWizardPage, Ui_SyncEncryptionPage
57 <h3>Class Attributes</h3>
58
59 <table>
60 <tr><td>None</td></tr>
61 </table>
62 <h3>Class Methods</h3>
63
64 <table>
65 <tr><td>None</td></tr>
66 </table>
67 <h3>Methods</h3>
68
69 <table>
70
71 <tr>
72 <td><a href="#SyncEncryptionPage.__init__">SyncEncryptionPage</a></td>
73 <td>Constructor</td>
74 </tr>
75 <tr>
76 <td><a href="#SyncEncryptionPage.__updateUI">__updateUI</a></td>
77 <td>Private slot to update the variable parts of the UI.</td>
78 </tr>
79 <tr>
80 <td><a href="#SyncEncryptionPage.isComplete">isComplete</a></td>
81 <td>Public method to check the completeness of the page.</td>
82 </tr>
83 <tr>
84 <td><a href="#SyncEncryptionPage.nextId">nextId</a></td>
85 <td>Public method returning the ID of the next wizard page.</td>
86 </tr>
87 <tr>
88 <td><a href="#SyncEncryptionPage.on_encryptionGroupBox_toggled">on_encryptionGroupBox_toggled</a></td>
89 <td>Private slot to handle changes of the encryption selection.</td>
90 </tr>
91 <tr>
92 <td><a href="#SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged">on_encryptionKeyAgainEdit_textChanged</a></td>
93 <td>Private slot to handle changes of the encryption key repetition.</td>
94 </tr>
95 <tr>
96 <td><a href="#SyncEncryptionPage.on_encryptionKeyEdit_textChanged">on_encryptionKeyEdit_textChanged</a></td>
97 <td>Private slot to handle changes of the encryption key.</td>
98 </tr>
99 <tr>
100 <td><a href="#SyncEncryptionPage.on_reencryptCheckBox_toggled">on_reencryptCheckBox_toggled</a></td>
101 <td>Private slot to handle changes of the re-encryption selection.</td>
102 </tr>
103 </table>
104 <h3>Static Methods</h3>
105
106 <table>
107 <tr><td>None</td></tr>
108 </table>
109
110 <a NAME="SyncEncryptionPage.__init__" ID="SyncEncryptionPage.__init__"></a>
111 <h4>SyncEncryptionPage (Constructor)</h4>
112 <b>SyncEncryptionPage</b>(<i>parent=None</i>)
113
114 <p>
115 Constructor
116 </p>
117 <dl>
118
119 <dt><i>parent</i></dt>
120 <dd>
121 reference to the parent widget (QWidget)
122 </dd>
123 </dl>
124 <a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a>
125 <h4>SyncEncryptionPage.__updateUI</h4>
126 <b>__updateUI</b>(<i></i>)
127
128 <p>
129 Private slot to update the variable parts of the UI.
130 </p>
131 <a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a>
132 <h4>SyncEncryptionPage.isComplete</h4>
133 <b>isComplete</b>(<i></i>)
134
135 <p>
136 Public method to check the completeness of the page.
137 </p>
138 <dl>
139 <dt>Return:</dt>
140 <dd>
141 flag indicating completeness (boolean)
142 </dd>
143 </dl>
144 <a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a>
145 <h4>SyncEncryptionPage.nextId</h4>
146 <b>nextId</b>(<i></i>)
147
148 <p>
149 Public method returning the ID of the next wizard page.
150 </p>
151 <dl>
152 <dt>Return:</dt>
153 <dd>
154 next wizard page ID (integer)
155 </dd>
156 </dl>
157 <a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a>
158 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4>
159 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>)
160
161 <p>
162 Private slot to handle changes of the encryption selection.
163 </p>
164 <dl>
165
166 <dt><i>on</i></dt>
167 <dd>
168 state of the group box (boolean)
169 </dd>
170 </dl>
171 <a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a>
172 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4>
173 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>)
174
175 <p>
176 Private slot to handle changes of the encryption key repetition.
177 </p>
178 <dl>
179
180 <dt><i>txt</i></dt>
181 <dd>
182 content of the edit widget (string)
183 </dd>
184 </dl>
185 <a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a>
186 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4>
187 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>)
188
189 <p>
190 Private slot to handle changes of the encryption key.
191 </p>
192 <dl>
193
194 <dt><i>txt</i></dt>
195 <dd>
196 content of the edit widget (string)
197 </dd>
198 </dl>
199 <a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a>
200 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4>
201 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>)
202
203 <p>
204 Private slot to handle changes of the re-encryption selection.
205 </p>
206 <dl>
207
208 <dt><i>on</i></dt>
209 <dd>
210 state of the check box (boolean)
211 </dd>
212 </dl>
213 <div align="right"><a href="#top">Up</a></div>
214 <hr />
215 </body></html>

eric ide

mercurial