- 
    Suggestion 
- 
    Resolution: Out of scope
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    5.0.0
- 
    None
I'm using hoverEnterEvent, hoverMoveEvent and hoverLeaveEvent of QQuickItem, but I don't want to use the default behavior. In QWidgets I could use Qt::WA_NoMousePropagation, but QQuickItem lacks this option.
Could add the use of Qt::WA_NoMousePropagation or something similar to QQuickItem?