--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Documentation/Source/eric7.EricNetwork.EricSslInfoWidget.html Mon May 24 11:19:57 2021 +0200 @@ -0,0 +1,146 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.EricNetwork.EricSslInfoWidget</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> +<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> \ No newline at end of file