src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html

branch
eric7
changeset 9971
773ad1f1ed22
parent 9416
0f7f8e65eeed
child 10246
04f21234f09d
diff -r c3686b43f76b -r 773ad1f1ed22 src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html	Wed Apr 05 11:58:22 2023 +0200
@@ -755,8 +755,8 @@
 <td>Protected method to handle key presses.</td>
 </tr>
 <tr>
-<td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td>
-<td>Public slot to handle the change of the master password.</td>
+<td><a href="#WebBrowserWindow.mainPasswordChanged">mainPasswordChanged</a></td>
+<td>Public slot to handle the change of the main password.</td>
 </tr>
 <tr>
 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td>
@@ -2845,22 +2845,22 @@
 reference to the key press event (QKeyEvent)
 </dd>
 </dl>
-<a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a>
-<h4>WebBrowserWindow.masterPasswordChanged</h4>
-<b>masterPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>)
+<a NAME="WebBrowserWindow.mainPasswordChanged" ID="WebBrowserWindow.mainPasswordChanged"></a>
+<h4>WebBrowserWindow.mainPasswordChanged</h4>
+<b>mainPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>)
 
 <p>
-        Public slot to handle the change of the master password.
+        Public slot to handle the change of the main password.
 </p>
 <dl>
 
 <dt><i>oldPassword</i> (str)</dt>
 <dd>
-current master password
+current main password
 </dd>
 <dt><i>newPassword</i> (str)</dt>
 <dd>
-new master password
+new main password
 </dd>
 <dt><i>local</i> (bool)</dt>
 <dd>

eric ide

mercurial