eric7.EricNetwork.EricSslInfoWidget
Module implementing a widget to show SSL information.
Global Attributes
Classes
Functions
EricSslInfoWidget
Class implementing a widget to show SSL certificate infos.
Derived from
QMenu
Class Attributes
Class Methods
Methods
Static Methods
EricSslInfoWidget (Constructor)
EricSslInfoWidget(url, configuration, parent=None)
Constructor
- url
-
URL to show SSL info for (QUrl)
- configuration
-
SSL configuration (QSslConfiguration)
- parent
-
reference to the parent widget (QWidget)
EricSslInfoWidget.__showCertificateInfos
__showCertificateInfos()
Private slot to show certificate information.
EricSslInfoWidget.accept
accept()
Public method to accept the widget.
EricSslInfoWidget.showAt
showAt(pos)
Public method to show the widget.
- pos
-
position to show at (QPoint)