eric7.EricWidgets.EricClickableLabel
Module implementing a clickable label.
Global Attributes
Classes
Functions
EricClickableLabel
    Class implementing a clickable label.
Signals
- clicked(QPoint)
- 
emitted upon a click on the label
        with the left button
- middleClicked(QPoint)
- 
emitted upon a click on the label
        with the middle button or CTRL and left button
Derived from
QLabel
Class Attributes
Class Methods
Methods
Static Methods
EricClickableLabel (Constructor)
EricClickableLabel(parent=None)
        Constructor
- parent (QWidget)
- 
reference to the parent widget
EricClickableLabel.mouseReleaseEvent
mouseReleaseEvent(evt)
        Protected method handling mouse release events.
- evt (QMouseEvent)
- 
mouse event