Mon, 09 Jan 2023 11:22:56 +0100
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
<!DOCTYPE html> <html><head> <title>eric7.EricNetwork.EricSslInfoWidget</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.EricNetwork.EricSslInfoWidget</h1> <p> Module implementing a widget to show SSL information. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#EricSslInfoWidget">EricSslInfoWidget</a></td> <td>Class implementing a widget to show SSL certificate infos.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="EricSslInfoWidget" ID="EricSslInfoWidget"></a> <h2>EricSslInfoWidget</h2> <p> Class implementing a widget to show SSL certificate infos. </p> <h3>Derived from</h3> QMenu <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="#EricSslInfoWidget.__init__">EricSslInfoWidget</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#EricSslInfoWidget.__showCertificateInfos">__showCertificateInfos</a></td> <td>Private slot to show certificate information.</td> </tr> <tr> <td><a href="#EricSslInfoWidget.accept">accept</a></td> <td>Public method to accept the widget.</td> </tr> <tr> <td><a href="#EricSslInfoWidget.showAt">showAt</a></td> <td>Public method to show the widget.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="EricSslInfoWidget.__init__" ID="EricSslInfoWidget.__init__"></a> <h4>EricSslInfoWidget (Constructor)</h4> <b>EricSslInfoWidget</b>(<i>url, configuration, parent=None</i>) <p> Constructor </p> <dl> <dt><i>url</i></dt> <dd> URL to show SSL info for (QUrl) </dd> <dt><i>configuration</i></dt> <dd> SSL configuration (QSslConfiguration) </dd> <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl> <a NAME="EricSslInfoWidget.__showCertificateInfos" ID="EricSslInfoWidget.__showCertificateInfos"></a> <h4>EricSslInfoWidget.__showCertificateInfos</h4> <b>__showCertificateInfos</b>(<i></i>) <p> Private slot to show certificate information. </p> <a NAME="EricSslInfoWidget.accept" ID="EricSslInfoWidget.accept"></a> <h4>EricSslInfoWidget.accept</h4> <b>accept</b>(<i></i>) <p> Public method to accept the widget. </p> <a NAME="EricSslInfoWidget.showAt" ID="EricSslInfoWidget.showAt"></a> <h4>EricSslInfoWidget.showAt</h4> <b>showAt</b>(<i>pos</i>) <p> Public method to show the widget. </p> <dl> <dt><i>pos</i></dt> <dd> position to show at (QPoint) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>