scanometrics.GUI.Icon package

Submodules

scanometrics.GUI.Icon.Icon module

class scanometrics.GUI.Icon.Icon.Icon(tooltip_text, icon_name='SP_MessageBoxQuestion')

Bases: QLabel

A custom widget representing an icon with a tooltip.

enterEvent(event)

Event handler for mouse entering the widget.

Args:

event: The event object.