178 <td>Public method to close the passwords manager.</td> |
178 <td>Public method to close the passwords manager.</td> |
179 </tr><tr> |
179 </tr><tr> |
180 <td><a href="#PasswordManager.fill">fill</a></td> |
180 <td><a href="#PasswordManager.fill">fill</a></td> |
181 <td>Public slot to fill login forms with saved data.</td> |
181 <td>Public slot to fill login forms with saved data.</td> |
182 </tr><tr> |
182 </tr><tr> |
|
183 <td><a href="#PasswordManager.getFileName">getFileName</a></td> |
|
184 <td>Public method to get the file name of the passwords file.</td> |
|
185 </tr><tr> |
183 <td><a href="#PasswordManager.getLogin">getLogin</a></td> |
186 <td><a href="#PasswordManager.getLogin">getLogin</a></td> |
184 <td>Public method to get the login credentials.</td> |
187 <td>Public method to get the login credentials.</td> |
185 </tr><tr> |
188 </tr><tr> |
186 <td><a href="#PasswordManager.masterPasswordChanged">masterPasswordChanged</a></td> |
189 <td><a href="#PasswordManager.masterPasswordChanged">masterPasswordChanged</a></td> |
187 <td>Public slot to handle the change of the master password.</td> |
190 <td>Public slot to handle the change of the master password.</td> |
325 </p><dl> |
328 </p><dl> |
326 <dt><i>page</i></dt> |
329 <dt><i>page</i></dt> |
327 <dd> |
330 <dd> |
328 reference to the web page (QWebPage) |
331 reference to the web page (QWebPage) |
329 </dd> |
332 </dd> |
|
333 </dl><a NAME="PasswordManager.getFileName" ID="PasswordManager.getFileName"></a> |
|
334 <h4>PasswordManager.getFileName</h4> |
|
335 <b>getFileName</b>(<i></i>) |
|
336 <p> |
|
337 Public method to get the file name of the passwords file. |
|
338 </p><dl> |
|
339 <dt>Returns:</dt> |
|
340 <dd> |
|
341 name of the passwords file (string) |
|
342 </dd> |
330 </dl><a NAME="PasswordManager.getLogin" ID="PasswordManager.getLogin"></a> |
343 </dl><a NAME="PasswordManager.getLogin" ID="PasswordManager.getLogin"></a> |
331 <h4>PasswordManager.getLogin</h4> |
344 <h4>PasswordManager.getLogin</h4> |
332 <b>getLogin</b>(<i>url, realm</i>) |
345 <b>getLogin</b>(<i>url, realm</i>) |
333 <p> |
346 <p> |
334 Public method to get the login credentials. |
347 Public method to get the login credentials. |