eric6/Documentation/Source/eric6.E5Network.E5SslCertificateSelectionDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.E5Network.E5SslCertificateSelectionDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.E5Network.E5SslCertificateSelectionDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,124 +18,163 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.E5Network.E5SslCertificateSelectionDialog</h1>
+
 <p>
 Module implementing a dialog to select a SSL certificate.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5SslCertificateSelectionDialog">E5SslCertificateSelectionDialog</a></td>
 <td>Class implementing a dialog to select a SSL certificate.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="E5SslCertificateSelectionDialog" ID="E5SslCertificateSelectionDialog"></a>
 <h2>E5SslCertificateSelectionDialog</h2>
+
 <p>
     Class implementing a dialog to select a SSL certificate.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_E5SslCertificateSelectionDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>CertRole</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5SslCertificateSelectionDialog.__init__">E5SslCertificateSelectionDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5SslCertificateSelectionDialog.__createCaCertificateEntry">__createCaCertificateEntry</a></td>
 <td>Private method to create a certificate entry.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5SslCertificateSelectionDialog.__populateCertificatesTree">__populateCertificatesTree</a></td>
 <td>Private slot to populate the certificates tree.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5SslCertificateSelectionDialog.getSelectedCertificate">getSelectedCertificate</a></td>
 <td>Public method to get the selected certificate.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged">on_certificatesTree_itemSelectionChanged</a></td>
 <td>Private slot to handle the selection of an item.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5SslCertificateSelectionDialog.on_viewButton_clicked">on_viewButton_clicked</a></td>
 <td>Private slot to show data of the selected certificate.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="E5SslCertificateSelectionDialog.__init__" ID="E5SslCertificateSelectionDialog.__init__"></a>
 <h4>E5SslCertificateSelectionDialog (Constructor)</h4>
 <b>E5SslCertificateSelectionDialog</b>(<i>certificates, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>certificates</i> (list of QSslCertificate)</dt>
 <dd>
 list of SSL certificates to select from
-</dd><dt><i>parent</i> (QWidget)</dt>
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="E5SslCertificateSelectionDialog.__createCaCertificateEntry" ID="E5SslCertificateSelectionDialog.__createCaCertificateEntry"></a>
+</dl>
+<a NAME="E5SslCertificateSelectionDialog.__createCaCertificateEntry" ID="E5SslCertificateSelectionDialog.__createCaCertificateEntry"></a>
 <h4>E5SslCertificateSelectionDialog.__createCaCertificateEntry</h4>
 <b>__createCaCertificateEntry</b>(<i>cert</i>)
+
 <p>
         Private method to create a certificate entry.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>cert</i> (QSslCertificate)</dt>
 <dd>
 certificate to insert
 </dd>
-</dl><a NAME="E5SslCertificateSelectionDialog.__populateCertificatesTree" ID="E5SslCertificateSelectionDialog.__populateCertificatesTree"></a>
+</dl>
+<a NAME="E5SslCertificateSelectionDialog.__populateCertificatesTree" ID="E5SslCertificateSelectionDialog.__populateCertificatesTree"></a>
 <h4>E5SslCertificateSelectionDialog.__populateCertificatesTree</h4>
 <b>__populateCertificatesTree</b>(<i>certificates</i>)
+
 <p>
         Private slot to populate the certificates tree.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>certificates</i> (list of QSslCertificate)</dt>
 <dd>
 list of SSL certificates to select from
 </dd>
-</dl><a NAME="E5SslCertificateSelectionDialog.getSelectedCertificate" ID="E5SslCertificateSelectionDialog.getSelectedCertificate"></a>
+</dl>
+<a NAME="E5SslCertificateSelectionDialog.getSelectedCertificate" ID="E5SslCertificateSelectionDialog.getSelectedCertificate"></a>
 <h4>E5SslCertificateSelectionDialog.getSelectedCertificate</h4>
 <b>getSelectedCertificate</b>(<i></i>)
+
 <p>
         Public method to get the selected certificate.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 selected certificate
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 QSslCertificate
 </dd>
-</dl><a NAME="E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged" ID="E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged"></a>
+</dl>
+<a NAME="E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged" ID="E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged"></a>
 <h4>E5SslCertificateSelectionDialog.on_certificatesTree_itemSelectionChanged</h4>
 <b>on_certificatesTree_itemSelectionChanged</b>(<i></i>)
+
 <p>
         Private slot to handle the selection of an item.
-</p><a NAME="E5SslCertificateSelectionDialog.on_viewButton_clicked" ID="E5SslCertificateSelectionDialog.on_viewButton_clicked"></a>
+</p>
+<a NAME="E5SslCertificateSelectionDialog.on_viewButton_clicked" ID="E5SslCertificateSelectionDialog.on_viewButton_clicked"></a>
 <h4>E5SslCertificateSelectionDialog.on_viewButton_clicked</h4>
 <b>on_viewButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to show data of the selected certificate.
 </p>

eric ide

mercurial