PDA

View Full Version : hover event on qframe



mattyev87
27th January 2011, 13:17
hey.

i've created a series of qframe that contain names. how would i create a hover even that would display the name when the mouse is over a particular frame?

thanks

high_flyer
27th January 2011, 13:27
Read the QWidget::mouseMoveEvent() documentation, its in there.