Added a forgotten documentation file.

Sat, 02 Mar 2013 15:05:50 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 02 Mar 2013 15:05:50 +0100
changeset 2439
aa87a4232a32
parent 2438
61bfcff921d8
child 2440
9a2d05a2f6d2

Added a forgotten documentation file.

Documentation/Source/eric5.E5Network.E5SslInfoWidget.html file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric5.E5Network.E5SslInfoWidget.html	Sat Mar 02 15:05:50 2013 +0100
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric5.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>eric5.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>
\ No newline at end of file

eric ide

mercurial