Documentation/Source/index-eric6.WebBrowser.Network.html

Sun, 03 Feb 2019 16:10:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 03 Feb 2019 16:10:39 +0100
changeset 6695
0a51887c13cd
parent 4918
71caf42a13d8
permissions
-rw-r--r--

Web Browser (NG):
- added a site info widget that is show when the site icon in the URL entry is clicked
- added code to register custom protocol handlers (upon request of the user via the site info widget)

<!DOCTYPE html>
<html><head>
<title>eric6.WebBrowser.Network</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric6.WebBrowser.Network</h1>
<p>
Package containing network related modules.
</p>


<h3>Modules</h3>
<table>
<tr>
<td><a href="eric6.WebBrowser.Network.EricSchemeHandler.html">EricSchemeHandler</a></td>
<td>Module implementing a scheme handler for the eric: scheme.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.NetworkManager.html">NetworkManager</a></td>
<td>Module implementing a network manager class.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.NetworkUrlInterceptor.html">NetworkUrlInterceptor</a></td>
<td>Module implementing a class to handle URL requests before they get processed by QtWebEngine.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.ProtocolHandlerManager.html">ProtocolHandlerManager</a></td>
<td>Module implementing the protocol handler manager.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.ProtocolHandlerManagerDialog.html">ProtocolHandlerManagerDialog</a></td>
<td>Module implementing a dialog to manage registered protocol handlers.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.QtHelpSchemeHandler.html">QtHelpSchemeHandler</a></td>
<td>Module implementing a scheme access handler for QtHelp.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.SendRefererWhitelistDialog.html">SendRefererWhitelistDialog</a></td>
<td>Module implementing a dialog to manage the Send Referer whitelist.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.SslErrorExceptionsDialog.html">SslErrorExceptionsDialog</a></td>
<td>Module implementing a dialog to edit the SSL error exceptions.</td>
</tr><tr>
<td><a href="eric6.WebBrowser.Network.UrlInterceptor.html">UrlInterceptor</a></td>
<td>Module implementing an URL interceptor base class.</td>
</tr>
</table>
</body></html>

eric ide

mercurial