Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog</h1> <p> Module implementing a dialog to enter or change the main password. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#MainPasswordEntryDialog">MainPasswordEntryDialog</a></td> <td>Class implementing a dialog to enter or change the main password.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="MainPasswordEntryDialog" ID="MainPasswordEntryDialog"></a> <h2>MainPasswordEntryDialog</h2> <p> Class implementing a dialog to enter or change the main password. </p> <h3>Derived from</h3> QDialog, Ui_MainPasswordEntryDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#MainPasswordEntryDialog.__init__">MainPasswordEntryDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.__updateUI">__updateUI</a></td> <td>Private slot to update the variable parts of the UI.</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td> <td>Public method to get the current main password.</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.getMainPassword">getMainPassword</a></td> <td>Public method to get the new main password.</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.on_currentPasswordEdit_textChanged">on_currentPasswordEdit_textChanged</a></td> <td>Private slot to handle changes of the current password.</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged">on_newPasswordAgainEdit_textChanged</a></td> <td>Private slot to handle changes of the new again password.</td> </tr> <tr> <td><a href="#MainPasswordEntryDialog.on_newPasswordEdit_textChanged">on_newPasswordEdit_textChanged</a></td> <td>Private slot to handle changes of the new password.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="MainPasswordEntryDialog.__init__" ID="MainPasswordEntryDialog.__init__"></a> <h4>MainPasswordEntryDialog (Constructor)</h4> <b>MainPasswordEntryDialog</b>(<i>oldPasswordHash, parent=None</i>) <p> Constructor </p> <dl> <dt><i>oldPasswordHash</i></dt> <dd> hash of the current password (string) </dd> <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl> <a NAME="MainPasswordEntryDialog.__updateUI" ID="MainPasswordEntryDialog.__updateUI"></a> <h4>MainPasswordEntryDialog.__updateUI</h4> <b>__updateUI</b>(<i></i>) <p> Private slot to update the variable parts of the UI. </p> <a NAME="MainPasswordEntryDialog.getCurrentPassword" ID="MainPasswordEntryDialog.getCurrentPassword"></a> <h4>MainPasswordEntryDialog.getCurrentPassword</h4> <b>getCurrentPassword</b>(<i></i>) <p> Public method to get the current main password. </p> <dl> <dt>Return:</dt> <dd> current main password (string) </dd> </dl> <a NAME="MainPasswordEntryDialog.getMainPassword" ID="MainPasswordEntryDialog.getMainPassword"></a> <h4>MainPasswordEntryDialog.getMainPassword</h4> <b>getMainPassword</b>(<i></i>) <p> Public method to get the new main password. </p> <dl> <dt>Return:</dt> <dd> new main password (string) </dd> </dl> <a NAME="MainPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MainPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a> <h4>MainPasswordEntryDialog.on_currentPasswordEdit_textChanged</h4> <b>on_currentPasswordEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the current password. </p> <dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl> <a NAME="MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a> <h4>MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged</h4> <b>on_newPasswordAgainEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the new again password. </p> <dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl> <a NAME="MainPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MainPasswordEntryDialog.on_newPasswordEdit_textChanged"></a> <h4>MainPasswordEntryDialog.on_newPasswordEdit_textChanged</h4> <b>on_newPasswordEdit_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the new password. </p> <dl> <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>