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
Printable View
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
Read the QWidget::mouseMoveEvent() documentation, its in there.