src/eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 9971
773ad1f1ed22
parent 9730
00cf7289d899
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Wed Apr 05 11:58:22 2023 +0200
@@ -184,9 +184,9 @@
 <dd>
 emitted to write data to stdout logger
 </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>onlineStateChanged(online)</dt>
@@ -533,8 +533,8 @@
 <td>Private slot to load a session from disk.</td>
 </tr>
 <tr>
-<td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td>
-<td>Private slot to handle the change of the master password.</td>
+<td><a href="#UserInterface.__mainPasswordChanged">__mainPasswordChanged</a></td>
+<td>Private slot to handle the change of the main password.</td>
 </tr>
 <tr>
 <td><a href="#UserInterface.__newProject">__newProject</a></td>
@@ -1963,22 +1963,22 @@
 <p>
         Private slot to load a session from disk.
 </p>
-<a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a>
-<h4>UserInterface.__masterPasswordChanged</h4>
-<b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
+<a NAME="UserInterface.__mainPasswordChanged" ID="UserInterface.__mainPasswordChanged"></a>
+<h4>UserInterface.__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 main password
 </dd>
-<dt><i>newPassword</i></dt>
+<dt><i>newPassword</i> (str)</dt>
 <dd>
-new master password (string)
+new main password
 </dd>
 </dl>
 <a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a>

eric ide

mercurial