--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Sun Jul 14 18:15:30 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Mon Jul 15 16:38:58 2024 +0200 @@ -343,6 +343,14 @@ <td>Private slot to scan the selected URL with VirusTotal.</td> </tr> <tr> +<td><a href="#WebBrowserView.__webAuthUxRequestStateChanged">__webAuthUxRequestStateChanged</a></td> +<td>Private slot to handle a change of state of the current WebAuth request.</td> +</tr> +<tr> +<td><a href="#WebBrowserView.__webAuthUxRequested">__webAuthUxRequested</a></td> +<td>Private slot to handle WebAuth requests.</td> +</tr> +<tr> <td><a href="#WebBrowserView.__webInspector">__webInspector</a></td> <td>Private slot to show the web inspector window.</td> </tr> @@ -1429,6 +1437,34 @@ reference to the action that triggered </dd> </dl> +<a NAME="WebBrowserView.__webAuthUxRequestStateChanged" ID="WebBrowserView.__webAuthUxRequestStateChanged"></a> +<h4>WebBrowserView.__webAuthUxRequestStateChanged</h4> +<b>__webAuthUxRequestStateChanged</b>(<i>state</i>) +<p> + Private slot to handle a change of state of the current WebAuth request. +</p> + +<dl> + +<dt><i>state</i> (QWebEngineWebAuthUxRequest.WebAuthUxState)</dt> +<dd> +new state +</dd> +</dl> +<a NAME="WebBrowserView.__webAuthUxRequested" ID="WebBrowserView.__webAuthUxRequested"></a> +<h4>WebBrowserView.__webAuthUxRequested</h4> +<b>__webAuthUxRequested</b>(<i>authUxRequest</i>) +<p> + Private slot to handle WebAuth requests. +</p> + +<dl> + +<dt><i>authUxRequest</i> (QWebEngineWebAuthUxRequest)</dt> +<dd> +reference to the WebAuth request object +</dd> +</dl> <a NAME="WebBrowserView.__webInspector" ID="WebBrowserView.__webInspector"></a> <h4>WebBrowserView.__webInspector</h4> <b>__webInspector</b>(<i></i>)