From kde-devel Thu Jun 24 15:50:56 1999 From: Carsten Pfeiffer Date: Thu, 24 Jun 1999 15:50:56 +0000 To: kde-devel Subject: Re: Tracking allocated memory (was: Tracking memory leaks -- advice needed) X-MARC-Message: https://marc.info/?l=kde-devel&m=93024824721384 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/