Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!DOCTYPE html> <html><head> <title>eric7.WebBrowser.Tools.WebIconLoader</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.Tools.WebIconLoader</h1> <p> Module implementing an object to load web site icons. </p> <h3>Global Attributes</h3> <table> <tr><td>SSL_AVAILABLE</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#WebIconLoader">WebIconLoader</a></td> <td>Class implementing a loader for web site icons.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="WebIconLoader" ID="WebIconLoader"></a> <h2>WebIconLoader</h2> <p> Class implementing a loader for web site icons. </p> <h3>Signals</h3> <dl> <dt>clearSslConfiguration()</dt> <dd> emitted to clear stored SSL data </dd> <dt>iconLoaded(icon)</dt> <dd> emitted when the icon has been loaded </dd> <dt>sslConfiguration(config)</dt> <dd> emitted to pass the SSL data </dd> </dl> <h3>Derived from</h3> QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#WebIconLoader.__finished">__finished</a></td> <td>Private slot handling the downloaded icon.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a> <h4>WebIconLoader (Constructor)</h4> <b>WebIconLoader</b>(<i>url, parent=None</i>) <p> Constructor </p> <dl> <dt><i>url</i> (QUrl)</dt> <dd> URL to fetch the icon from </dd> <dt><i>parent</i> (QObject)</dt> <dd> reference to the parent object </dd> </dl> <a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a> <h4>WebIconLoader.__finished</h4> <b>__finished</b>(<i></i>) <p> Private slot handling the downloaded icon. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>