[Qt-interest] Tracking mouse over label
Nikos Chantziaras
realnc at arcor.de
Thu Jan 20 18:20:09 CET 2011
On 01/20/2011 07:15 PM, Cole, Derek wrote:
>
> I have a label that I am using to display a QPixmap. I want to be able
> to track the mouse any time it is crossing over the QLabel to give me
> the XY coordinates of the image. I see that there is a mouseTracking
> checkbox in QtCreator that I checked, but how do I get the mouseover
> event on the label?
You need to subclass from QLabel and reimplement the event handler.
Read the docs of QWidget :-P
More information about the Qt-interest-old
mailing list