Hi,
I`m trying to catch the QEvent::HoverEnter event on a marker , but when the mouse is over the qwtmarker the event is not throw.
I use a event filter like this:
if(event->type() == QEvent::HoverEnter)
an previously set this flag to the widget :
setAttribute(Qt::WA_Hover);

How I do to catch the event when the mouse is over the symbol of a marker?

Thank you,