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

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>parent</i></dt> 105 <dt><i>parent</i> (QWidget)</dt>
106 <dd> 106 <dd>
107 reference to the parent widget (QWidget) 107 reference to the parent widget
108 </dd> 108 </dd>
109 </dl> 109 </dl>
110 <a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a> 110 <a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a>
111 <h4>SyncEncryptionPage.__updateUI</h4> 111 <h4>SyncEncryptionPage.__updateUI</h4>
112 <b>__updateUI</b>(<i></i>) 112 <b>__updateUI</b>(<i></i>)
122 Public method to check the completeness of the page. 122 Public method to check the completeness of the page.
123 </p> 123 </p>
124 <dl> 124 <dl>
125 <dt>Return:</dt> 125 <dt>Return:</dt>
126 <dd> 126 <dd>
127 flag indicating completeness (boolean) 127 flag indicating completeness
128 </dd>
129 </dl>
130 <dl>
131 <dt>Return Type:</dt>
132 <dd>
133 bool
128 </dd> 134 </dd>
129 </dl> 135 </dl>
130 <a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a> 136 <a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a>
131 <h4>SyncEncryptionPage.nextId</h4> 137 <h4>SyncEncryptionPage.nextId</h4>
132 <b>nextId</b>(<i></i>) 138 <b>nextId</b>(<i></i>)
135 Public method returning the ID of the next wizard page. 141 Public method returning the ID of the next wizard page.
136 </p> 142 </p>
137 <dl> 143 <dl>
138 <dt>Return:</dt> 144 <dt>Return:</dt>
139 <dd> 145 <dd>
140 next wizard page ID (integer) 146 next wizard page ID
147 </dd>
148 </dl>
149 <dl>
150 <dt>Return Type:</dt>
151 <dd>
152 int
141 </dd> 153 </dd>
142 </dl> 154 </dl>
143 <a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a> 155 <a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a>
144 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4> 156 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4>
145 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>) 157 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>)
147 <p> 159 <p>
148 Private slot to handle changes of the encryption selection. 160 Private slot to handle changes of the encryption selection.
149 </p> 161 </p>
150 <dl> 162 <dl>
151 163
152 <dt><i>on</i></dt> 164 <dt><i>on</i> (bool)</dt>
153 <dd> 165 <dd>
154 state of the group box (boolean) 166 state of the group box
155 </dd> 167 </dd>
156 </dl> 168 </dl>
157 <a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a> 169 <a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a>
158 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4> 170 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4>
159 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>) 171 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>)
161 <p> 173 <p>
162 Private slot to handle changes of the encryption key repetition. 174 Private slot to handle changes of the encryption key repetition.
163 </p> 175 </p>
164 <dl> 176 <dl>
165 177
166 <dt><i>txt</i></dt> 178 <dt><i>txt</i> (str)</dt>
167 <dd> 179 <dd>
168 content of the edit widget (string) 180 content of the edit widget
169 </dd> 181 </dd>
170 </dl> 182 </dl>
171 <a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a> 183 <a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a>
172 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4> 184 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4>
173 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>) 185 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>)
175 <p> 187 <p>
176 Private slot to handle changes of the encryption key. 188 Private slot to handle changes of the encryption key.
177 </p> 189 </p>
178 <dl> 190 <dl>
179 191
180 <dt><i>txt</i></dt> 192 <dt><i>txt</i> (str)</dt>
181 <dd> 193 <dd>
182 content of the edit widget (string) 194 content of the edit widget
183 </dd> 195 </dd>
184 </dl> 196 </dl>
185 <a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a> 197 <a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a>
186 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4> 198 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4>
187 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>) 199 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>)
189 <p> 201 <p>
190 Private slot to handle changes of the re-encryption selection. 202 Private slot to handle changes of the re-encryption selection.
191 </p> 203 </p>
192 <dl> 204 <dl>
193 205
194 <dt><i>on</i></dt> 206 <dt><i>on</i> (bool)</dt>
195 <dd> 207 <dd>
196 state of the check box (boolean) 208 state of the check box
197 </dd> 209 </dd>
198 </dl> 210 </dl>
199 <div align="right"><a href="#top">Up</a></div> 211 <div align="right"><a href="#top">Up</a></div>
200 <hr /> 212 <hr />
201 </body></html> 213 </body></html>

eric ide

mercurial