PDA

View Full Version : Highlight PushButton on mouseMove



Shiva
15th October 2010, 12:52
Hi All,

I am supposed to highlight all buttons when a mouse movement happens over it. The mouse movement needs to be handled in the enterEvent function which I have to override. But how can I get to know that the movement has happened over a particular widget. Can anyone please brief me with an example.

Regards.
Siva

high_flyer
15th October 2010, 12:55
the event handler will be called for a widget that the mouse moved over it.

dkoryagin
15th October 2010, 13:38
how about setting event filter on buttons and catch events?