On Sunday 24 August 2003 02:20 pm, Stanislav Kljuhhin wrote: > please review and consider applying. > + QToolTip::add( this, currentTooltip="" + QStyleSheet:: escape(name()) + "" ); Ugh. Please don't assign variables as a side effect. Besides that, I think this will make unreasonably wide tooltips, and feels like a hack to me. Please consider improving Qt's line-break algorithm instead. -John