Hi...

Qt Code:
  1. if(!mCustomToolTip)
  2. mCustomToolTip = new CustomToolTip(this);
  3. mCustomToolTip->show();
To copy to clipboard, switch view to plain text mode 

but in the above code u sent to me , Custom ToolTip is the SubClass Of QToolTip ..

but now u said that the custom tooltip should be a member of QPushbutton subclass.

Pls once again u view the code u sent to me and Explain it to me

Thanx