On Thu, Jun 24, 1999 at 06:59:21AM +0000, Pietro Iglio wrote: Hi, > without calls to QToolTip::remove(). It seems that Qt is missing a > useful QToolTip::set(). I had the same problem a while ago. For dynamic tooltips, you could use void MySubclass::maybeTip( const QPoint & ) { tip( parentWidget()->rect(), myDynamicString ); } (suggested by Arnt) This could be a workaround for KDE 1.1.2, when there is no Qt 1.45. Cheers, Carsten Pfeiffer -- http://www.geocities.com/SiliconValley/1632/