QGraphicsSceneHoverEvent Class
The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework. More...
| Header: | #include <QGraphicsSceneHoverEvent> |
| qmake: | QT += widgets |
| Since: | Qt 4.2 |
| Inherits: | QGraphicsSceneEvent |
This class was introduced in Qt 4.2.
Detailed Description
When a QGraphicsView receives a QHoverEvent event, it translates it into QGraphicsSceneHoverEvent. The event is then forwarded to the QGraphicsScene associated with the view.
See also QGraphicsSceneMouseEvent, QGraphicsSceneContextMenuEvent, QGraphicsSceneWheelEvent, and QHoverEvent.