schrodinger.ui.qt.label module¶
- class schrodinger.ui.qt.label.ClickableLabel¶
Bases:
PyQt6.QtWidgets.QLabel
A label that emits a ‘clicked’ signal when clicked
- Variables
clicked (
QtCore.pyqtSignal
) – emitted when the lable is clicked,
- clicked¶
A
pyqtSignal
emitted by instances of the class.
- mouseReleaseEvent(self, ev: Optional[QMouseEvent])¶