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

Wed, 20 Dec 2023 14:58:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Dec 2023 14:58:58 +0100
branch
eric7
changeset 10428
a071d4065202
parent 9971
773ad1f1ed22
child 10479
856476537696
permissions
-rw-r--r--

Converted some source code documentation to the new style.

<!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> (str)</dt>
<dd>
hash of the current password
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</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
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</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
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</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> (str)</dt>
<dd>
content of the edit widget
</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> (str)</dt>
<dd>
content of the edit widget
</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> (str)</dt>
<dd>
content of the edit widget
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial