src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html

Mon, 09 Jan 2023 11:22:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Jan 2023 11:22:56 +0100
branch
eric7
changeset 9686
2eee7a645cba
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.

<!DOCTYPE html>
<html><head>
<title>eric7.Preferences.ConfigurationPages.MasterPasswordEntryDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.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 />
<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>
<td><a href="#MasterPasswordEntryDialog.__updateUI">__updateUI</a></td>
<td>Private slot to update the variable parts of the UI.</td>
</tr>
<tr>
<td><a href="#MasterPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td>
<td>Public method to get the current master password.</td>
</tr>
<tr>
<td><a href="#MasterPasswordEntryDialog.getMasterPassword">getMasterPassword</a></td>
<td>Public method to get the new master password.</td>
</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>
<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>
<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>

<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="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>
<h4>MasterPasswordEntryDialog.getCurrentPassword</h4>
<b>getCurrentPassword</b>(<i></i>)

<p>
        Public method to get the current master password.
</p>
<dl>
<dt>Return:</dt>
<dd>
current master password (string)
</dd>
</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>
<dt>Return:</dt>
<dd>
new master password (string)
</dd>
</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>

<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>
<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>

<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>
<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>

<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>

eric ide

mercurial