Hi

I am going to display the icons name, when i am moving the mouse on icon.

Here i have used the mouse Tracking and enter,leave event function...

but i don't know how to display the icons name ,while moving the mouse on image...

Shall use label to display the name,when it satisfying the above mentioned conditions(mouse Tracking, enter)....

my code is

Qt Code:
  1. QLabel *label = new QLabel(tr("search");
  2. label->show();
To copy to clipboard, switch view to plain text mode 

please suggest me..

Thanks

Yuvaraj R