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

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

eric ide

mercurial