Documentation/Source/eric6.E5Network.E5SslInfoWidget.html

Thu, 18 Oct 2018 18:53:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 18 Oct 2018 18:53:23 +0200
changeset 6550
7c20da9a480a
parent 3673
e26d7d0c1088
permissions
-rw-r--r--

Updated source docu.

<!DOCTYPE html>
<html><head>
<title>eric6.E5Network.E5SslInfoWidget</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>eric6.E5Network.E5SslInfoWidget</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="#E5SslInfoWidget">E5SslInfoWidget</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="E5SslInfoWidget" ID="E5SslInfoWidget"></a>
<h2>E5SslInfoWidget</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="#E5SslInfoWidget.__init__">E5SslInfoWidget</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#E5SslInfoWidget.__showCertificateInfos">__showCertificateInfos</a></td>
<td>Private slot to show certificate information.</td>
</tr><tr>
<td><a href="#E5SslInfoWidget.accept">accept</a></td>
<td>Public method to accept the widget.</td>
</tr><tr>
<td><a href="#E5SslInfoWidget.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="E5SslInfoWidget.__init__" ID="E5SslInfoWidget.__init__"></a>
<h4>E5SslInfoWidget (Constructor)</h4>
<b>E5SslInfoWidget</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="E5SslInfoWidget.__showCertificateInfos" ID="E5SslInfoWidget.__showCertificateInfos"></a>
<h4>E5SslInfoWidget.__showCertificateInfos</h4>
<b>__showCertificateInfos</b>(<i></i>)
<p>
        Private slot to show certificate information.
</p><a NAME="E5SslInfoWidget.accept" ID="E5SslInfoWidget.accept"></a>
<h4>E5SslInfoWidget.accept</h4>
<b>accept</b>(<i></i>)
<p>
        Public method to accept the widget.
</p><a NAME="E5SslInfoWidget.showAt" ID="E5SslInfoWidget.showAt"></a>
<h4>E5SslInfoWidget.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>

eric ide

mercurial