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