src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html

branch
eric7
changeset 9971
773ad1f1ed22
parent 9730
00cf7289d899
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html	Wed Apr 05 11:58:22 2023 +0200
@@ -57,9 +57,9 @@
 <h3>Signals</h3>
 <dl>
 
-<dt>masterPasswordChanged(str, str)</dt>
+<dt>mainPasswordChanged(str, str)</dt>
 <dd>
-emitted after the master
+emitted after the main
         password has been changed with the old and the new password
 </dd>
 <dt>preferencesChanged()</dt>
@@ -88,8 +88,8 @@
 <td>Constructor</td>
 </tr>
 <tr>
-<td><a href="#ConfigurationDialog.__masterPasswordChanged">__masterPasswordChanged</a></td>
-<td>Private slot to handle the change of the master password.</td>
+<td><a href="#ConfigurationDialog.__mainPasswordChanged">__mainPasswordChanged</a></td>
+<td>Private slot to handle the change of the main password.</td>
 </tr>
 <tr>
 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td>
@@ -157,22 +157,22 @@
 list of entries to be shown expanded
 </dd>
 </dl>
-<a NAME="ConfigurationDialog.__masterPasswordChanged" ID="ConfigurationDialog.__masterPasswordChanged"></a>
-<h4>ConfigurationDialog.__masterPasswordChanged</h4>
-<b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
+<a NAME="ConfigurationDialog.__mainPasswordChanged" ID="ConfigurationDialog.__mainPasswordChanged"></a>
+<h4>ConfigurationDialog.__mainPasswordChanged</h4>
+<b>__mainPasswordChanged</b>(<i>oldPassword, newPassword</i>)
 
 <p>
-        Private slot to handle the change of the master password.
+        Private slot to handle the change of the main password.
 </p>
 <dl>
 
-<dt><i>oldPassword</i></dt>
+<dt><i>oldPassword</i> (str)</dt>
 <dd>
-current master password (string)
+current password
 </dd>
-<dt><i>newPassword</i></dt>
+<dt><i>newPassword</i> (str)</dt>
 <dd>
-new master password (string)
+new password
 </dd>
 </dl>
 <a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a>
@@ -365,9 +365,9 @@
 <dd>
 emitted to indicate acceptance of the changes
 </dd>
-<dt>masterPasswordChanged(str, str)</dt>
+<dt>mainPasswordChanged(str, str)</dt>
 <dd>
-emitted after the master
+emitted after the main
         password has been changed with the old and the new password
 </dd>
 <dt>preferencesChanged()</dt>

eric ide

mercurial