eric6.Helpviewer.UrlBar.SslLabel
Module implementing the label to show some SSL info.
Global Attributes
Classes
SslLabel |
Class implementing the label to show some SSL info. |
Functions
SslLabel
Class implementing the label to show some SSL info.
Signals
- clicked(pos)
-
emitted to indicate a click of the label (QPoint)
Derived from
QLabel
Class Attributes
Class Methods
Methods
Static Methods
SslLabel (Constructor)
SslLabel(parent=None)
Constructor
- parent
-
reference to the parent widget (QWidget)
SslLabel.mouseDoubleClickEvent
mouseDoubleClickEvent(evt)
Protected method to handle mouse double click events.
- evt
-
reference to the mouse event (QMouseEvent)
SslLabel.mouseReleaseEvent
mouseReleaseEvent(evt)
Protected method to handle mouse release events.
- evt
-
reference to the mouse event (QMouseEvent)
SslLabel.setValidity
setValidity(valid)
Public method to set the validity indication.
- valid
-
flag indicating the certificate validity (boolean)