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