OverlayMixIn#
ButtonOverlay#
- class ButtonOverlay(parent=None)[source]#
Bases:
OverlayMixIn,QPushButtonDisplay a Button on top of a QWidget
- Parameters:
parent (
QWidget|None)
WaitingOverlay#
- class WaitingOverlay(parent)[source]#
Bases:
OverlayMixIn,WaitingPushButtonWidget overlaying another widget with a processing wheel icon.
- Parameters:
parent (
QWidget) – widget on top of which to display the “processing/waiting wheel”
LabelOverlay#
- class LabelOverlay(parent=None)[source]#
Bases:
OverlayMixIn,QLabelDisplay a Label on top of a widget
- Parameters:
parent (
QWidget|None)