eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,135 +18,179 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog</h1>
+
 <p>
 Module implementing a dialog to enter or change the master password.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#MasterPasswordEntryDialog">MasterPasswordEntryDialog</a></td>
 <td>Class implementing a dialog to enter or change the master password.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="MasterPasswordEntryDialog" ID="MasterPasswordEntryDialog"></a>
 <h2>MasterPasswordEntryDialog</h2>
+
 <p>
     Class implementing a dialog to enter or change the master password.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_MasterPasswordEntryDialog
 <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="#MasterPasswordEntryDialog.__init__">MasterPasswordEntryDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.__updateUI">__updateUI</a></td>
 <td>Private slot to update the variable parts of the UI.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td>
 <td>Public method to get the current master password.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.getMasterPassword">getMasterPassword</a></td>
 <td>Public method to get the new master password.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged">on_currentPasswordEdit_textChanged</a></td>
 <td>Private slot to handle changes of the current password.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged">on_newPasswordAgainEdit_textChanged</a></td>
 <td>Private slot to handle changes of the new again password.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MasterPasswordEntryDialog.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="MasterPasswordEntryDialog.__init__" ID="MasterPasswordEntryDialog.__init__"></a>
 <h4>MasterPasswordEntryDialog (Constructor)</h4>
 <b>MasterPasswordEntryDialog</b>(<i>oldPasswordHash, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>oldPasswordHash</i></dt>
 <dd>
 hash of the current password (string)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="MasterPasswordEntryDialog.__updateUI" ID="MasterPasswordEntryDialog.__updateUI"></a>
+</dl>
+<a NAME="MasterPasswordEntryDialog.__updateUI" ID="MasterPasswordEntryDialog.__updateUI"></a>
 <h4>MasterPasswordEntryDialog.__updateUI</h4>
 <b>__updateUI</b>(<i></i>)
+
 <p>
         Private slot to update the variable parts of the UI.
-</p><a NAME="MasterPasswordEntryDialog.getCurrentPassword" ID="MasterPasswordEntryDialog.getCurrentPassword"></a>
+</p>
+<a NAME="MasterPasswordEntryDialog.getCurrentPassword" ID="MasterPasswordEntryDialog.getCurrentPassword"></a>
 <h4>MasterPasswordEntryDialog.getCurrentPassword</h4>
 <b>getCurrentPassword</b>(<i></i>)
+
 <p>
         Public method to get the current master password.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 current master password (string)
 </dd>
-</dl><a NAME="MasterPasswordEntryDialog.getMasterPassword" ID="MasterPasswordEntryDialog.getMasterPassword"></a>
+</dl>
+<a NAME="MasterPasswordEntryDialog.getMasterPassword" ID="MasterPasswordEntryDialog.getMasterPassword"></a>
 <h4>MasterPasswordEntryDialog.getMasterPassword</h4>
 <b>getMasterPassword</b>(<i></i>)
+
 <p>
         Public method to get the new master password.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 new master password (string)
 </dd>
-</dl><a NAME="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a>
+</dl>
+<a NAME="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a>
 <h4>MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged</h4>
 <b>on_currentPasswordEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the current password.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 content of the edit widget (string)
 </dd>
-</dl><a NAME="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a>
+</dl>
+<a NAME="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a>
 <h4>MasterPasswordEntryDialog.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>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 content of the edit widget (string)
 </dd>
-</dl><a NAME="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged"></a>
+</dl>
+<a NAME="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged"></a>
 <h4>MasterPasswordEntryDialog.on_newPasswordEdit_textChanged</h4>
 <b>on_newPasswordEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the new password.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 content of the edit widget (string)

eric ide

mercurial