PDA

View Full Version : QPushButton mouse pointer event



ahmdsd_ostora
16th August 2010, 13:13
How can I detect the event when the user put the mouse pointer on my QPushButton?

Lykurg
16th August 2010, 13:32
See QWidget::enterEvent().

ahmdsd_ostora
16th August 2010, 13:44
thank you (Y)