Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html

changeset 5365
f0cb73e99e54
parent 4918
71caf42a13d8
child 6123
39cd368143db
--- a/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html	Tue Dec 06 18:50:10 2016 +0100
+++ b/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html	Tue Dec 06 19:41:38 2016 +0100
@@ -72,6 +72,9 @@
 <td><a href="#NetworkManager.__save">__save</a></td>
 <td>Private slot to save the permanent SSL error exceptions.</td>
 </tr><tr>
+<td><a href="#NetworkManager.__showAuthenticationErrorPage">__showAuthenticationErrorPage</a></td>
+<td>Private method to show an authentication error page.</td>
+</tr><tr>
 <td><a href="#NetworkManager.authentication">authentication</a></td>
 <td>Public slot to handle an authentication request.</td>
 </tr><tr>
@@ -133,7 +136,20 @@
 <b>__save</b>(<i></i>)
 <p>
         Private slot to save the permanent SSL error exceptions.
-</p><a NAME="NetworkManager.authentication" ID="NetworkManager.authentication"></a>
+</p><a NAME="NetworkManager.__showAuthenticationErrorPage" ID="NetworkManager.__showAuthenticationErrorPage"></a>
+<h4>NetworkManager.__showAuthenticationErrorPage</h4>
+<b>__showAuthenticationErrorPage</b>(<i>page, url</i>)
+<p>
+        Private method to show an authentication error page.
+</p><dl>
+<dt><i>page</i> (QWebEnginePage)</dt>
+<dd>
+reference to the page
+</dd><dt><i>url</i> (QUrl)</dt>
+<dd>
+reference to the URL requesting authentication
+</dd>
+</dl><a NAME="NetworkManager.authentication" ID="NetworkManager.authentication"></a>
 <h4>NetworkManager.authentication</h4>
 <b>authentication</b>(<i>url, auth</i>)
 <p>

eric ide

mercurial