GraphicsObject

class pyqtgraph.GraphicsObject(*args)[source]

Bases: GraphicsItem, QtGui.QGraphicsObject

Extension of QGraphicsObject with some useful methods (provided by GraphicsItem)

__init__(*args)[source]

Initialize self. See help(type(self)) for accurate signature.

itemChange(self, change: PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange, value: typing.Any) → typing.Any[source]