PDA

View Full Version : hoverMoveEvent


dreamer
30th April 2008, 23:15
How can i intercept this kind of event?

I implement this function in my custom QGraphicsItem class but i don't receive any event.........!!!!!!!!

aamer4yu
1st May 2008, 09:45
You need to set QGraphicsItem::setAcceptsHoverEvents to true to recieve the hover event for the graphicsItem :)