diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.html Wed Dec 20 14:58:58 2023 +0100 @@ -98,13 +98,13 @@ </p> <dl> -<dt><i>oldPasswordHash</i></dt> +<dt><i>oldPasswordHash</i> (str)</dt> <dd> -hash of the current password (string) +hash of the current password </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="MainPasswordEntryDialog.__updateUI" ID="MainPasswordEntryDialog.__updateUI"></a> @@ -124,7 +124,13 @@ <dl> <dt>Return:</dt> <dd> -current main password (string) +current main password +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="MainPasswordEntryDialog.getMainPassword" ID="MainPasswordEntryDialog.getMainPassword"></a> @@ -137,7 +143,13 @@ <dl> <dt>Return:</dt> <dd> -new main password (string) +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> @@ -149,9 +161,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -content of the edit widget (string) +content of the edit widget </dd> </dl> <a NAME="MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MainPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a> @@ -163,9 +175,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -content of the edit widget (string) +content of the edit widget </dd> </dl> <a NAME="MainPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MainPasswordEntryDialog.on_newPasswordEdit_textChanged"></a> @@ -177,9 +189,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -content of the edit widget (string) +content of the edit widget </dd> </dl> <div align="right"><a href="#top">Up</a></div>