QNodeEditor.graphics.entry.EntryGraphics#

class QNodeEditor.graphics.entry.EntryGraphics(entry: Entry, *args, **kwargs)#

Bases: QGraphicsProxyWidget

Extension of QGraphicsItem for drawing a node entry.

Properties

Methods

__init__

Create new entry graphics.

hoverEnterEvent

Pass the graphics item hover enter event to the widget.

hoverLeaveEvent

Pass the graphics item hover leave event to the widget.

__init__(entry: Entry, *args, **kwargs)#

Create new entry graphics.

Parameters:

entry (Entry) – Entry the graphics are for