PATCH: use KGuiItem::toolTip and KGuiItem::whatsThis in KPushButton
Sebastian Trueg
trueg at k3b.org
Thu Jan 8 15:02:20 GMT 2004
On Thursday 08 January 2004 13:07, Holger Freyther wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wednesday 07 January 2004 10:55, Sebastian Trueg wrote:
> > setSizePolicy( QSizePolicy( QSizePolicy::Minimum,
> > QSizePolicy::Minimum ) );
> >
> > + if( !item.toolTip().isEmpty() )
> > + QToolTip::add( this, item.toolTip() );
> > + if( !item.whtsThis().isEmpty() )
>
> typo????
yes, but what about the patch generally?
More information about the kde-core-devel
mailing list