Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
4.6.1
Description
The functions hoverLeaveEvent and hoverMoveEvent is reimplented from QGraphicsItem and the new functions do nothing,
the hoverEnterEvent has not been reimplemented so the base class QGraphicsItem will call update whenever called.
Is this really the intention that hoverEnterEvent will cause an screen update while hoverLeaveEvent and hoverDragEvent do not?
If this is the case I would have expected a better description of these functions in the documentation, not just that it has been reimplemented.
the animatedtiles example which "suffer" from this feature need to be updated.
(look at the one time highlight of the buttons when hovering over them).