QGraphicsItem doesn’t receive mouse hover events
QGraphicsItem doesn’t receive mouse hover events
QGraphicsItem receive mouse hover events:
They used to setAcceptHoverEvents(true) in the assemble of QGraphicsItem in the derived class.
The alternative answer is:
The alter the mouseMoveEvent in the application of the QGraphicsView class to fix the cell by adding it.