Quote Originally Posted by wagmare View Post
or u can show ur tool tip at particular instance as
Qt Code:
  1. QPoint value (x , y );
  2. QString test = "String";
  3. QToolTip::setPalette(color);
  4. QToolTip::setFont(serifFont);
  5. QToolTip::showText(value2, test);
To copy to clipboard, switch view to plain text mode 

and can hide it using
QToolTip::hideText();
he do not want this. thats simple tooltip..