src/eric7/Documentation/Source/eric7.EricNetwork.EricSslInfoWidget.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10423
299802979277
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricSslInfoWidget.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,132 @@
+<!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>
\ No newline at end of file

eric ide

mercurial