eric5.Helpviewer.SslInfoDialog

Module implementing a dialog to show SSL certificate infos.

Global Attributes

None

Classes

SslInfoDialog Class implementing a dialog to show SSL certificate infos.

Functions

None


SslInfoDialog

Class implementing a dialog to show SSL certificate infos.

Derived from

QDialog, Ui_SslInfoDialog

Class Attributes

None

Class Methods

None

Methods

SslInfoDialog Constructor

Static Methods

None

SslInfoDialog (Constructor)

SslInfoDialog(certificate, parent=None)

Constructor

certificate
reference to the SSL certificate (QSslCertificate)
parent
reference to the parent widget (QWidget)
Up