55 Class for the dialog variant. |
55 Class for the dialog variant. |
56 </p> |
56 </p> |
57 <h3>Signals</h3> |
57 <h3>Signals</h3> |
58 <dl> |
58 <dl> |
59 |
59 |
60 <dt>masterPasswordChanged(str, str)</dt> |
60 <dt>mainPasswordChanged(str, str)</dt> |
61 <dd> |
61 <dd> |
62 emitted after the master |
62 emitted after the main |
63 password has been changed with the old and the new password |
63 password has been changed with the old and the new password |
64 </dd> |
64 </dd> |
65 <dt>preferencesChanged()</dt> |
65 <dt>preferencesChanged()</dt> |
66 <dd> |
66 <dd> |
67 emitted after settings have been changed |
67 emitted after settings have been changed |
86 <tr> |
86 <tr> |
87 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> |
87 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> |
88 <td>Constructor</td> |
88 <td>Constructor</td> |
89 </tr> |
89 </tr> |
90 <tr> |
90 <tr> |
91 <td><a href="#ConfigurationDialog.__masterPasswordChanged">__masterPasswordChanged</a></td> |
91 <td><a href="#ConfigurationDialog.__mainPasswordChanged">__mainPasswordChanged</a></td> |
92 <td>Private slot to handle the change of the master password.</td> |
92 <td>Private slot to handle the change of the main password.</td> |
93 </tr> |
93 </tr> |
94 <tr> |
94 <tr> |
95 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
95 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
96 <td>Private slot to handle a change of the preferences.</td> |
96 <td>Private slot to handle a change of the preferences.</td> |
97 </tr> |
97 </tr> |
155 <dt><i>expandedEntries</i> (list of str)</dt> |
155 <dt><i>expandedEntries</i> (list of str)</dt> |
156 <dd> |
156 <dd> |
157 list of entries to be shown expanded |
157 list of entries to be shown expanded |
158 </dd> |
158 </dd> |
159 </dl> |
159 </dl> |
160 <a NAME="ConfigurationDialog.__masterPasswordChanged" ID="ConfigurationDialog.__masterPasswordChanged"></a> |
160 <a NAME="ConfigurationDialog.__mainPasswordChanged" ID="ConfigurationDialog.__mainPasswordChanged"></a> |
161 <h4>ConfigurationDialog.__masterPasswordChanged</h4> |
161 <h4>ConfigurationDialog.__mainPasswordChanged</h4> |
162 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
162 <b>__mainPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
163 |
163 |
164 <p> |
164 <p> |
165 Private slot to handle the change of the master password. |
165 Private slot to handle the change of the main password. |
166 </p> |
166 </p> |
167 <dl> |
167 <dl> |
168 |
168 |
169 <dt><i>oldPassword</i></dt> |
169 <dt><i>oldPassword</i> (str)</dt> |
170 <dd> |
170 <dd> |
171 current master password (string) |
171 current password |
172 </dd> |
172 </dd> |
173 <dt><i>newPassword</i></dt> |
173 <dt><i>newPassword</i> (str)</dt> |
174 <dd> |
174 <dd> |
175 new master password (string) |
175 new password |
176 </dd> |
176 </dd> |
177 </dl> |
177 </dl> |
178 <a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
178 <a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
179 <h4>ConfigurationDialog.__preferencesChanged</h4> |
179 <h4>ConfigurationDialog.__preferencesChanged</h4> |
180 <b>__preferencesChanged</b>(<i></i>) |
180 <b>__preferencesChanged</b>(<i></i>) |
363 |
363 |
364 <dt>accepted()</dt> |
364 <dt>accepted()</dt> |
365 <dd> |
365 <dd> |
366 emitted to indicate acceptance of the changes |
366 emitted to indicate acceptance of the changes |
367 </dd> |
367 </dd> |
368 <dt>masterPasswordChanged(str, str)</dt> |
368 <dt>mainPasswordChanged(str, str)</dt> |
369 <dd> |
369 <dd> |
370 emitted after the master |
370 emitted after the main |
371 password has been changed with the old and the new password |
371 password has been changed with the old and the new password |
372 </dd> |
372 </dd> |
373 <dt>preferencesChanged()</dt> |
373 <dt>preferencesChanged()</dt> |
374 <dd> |
374 <dd> |
375 emitted after settings have been changed |
375 emitted after settings have been changed |