[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.4/kdelibs/kdeui
From:       Giovanni Venturi <gventuri73 () tiscali ! it>
Date:       2005-08-28 12:30:24
Message-ID: 1125232224.125214.22627.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 454243 by gianni:

fix bug #111642, that make impossible to set a tooltip and a whatsthis in a new KGuiItem widget
approved by David
CCBUG:111642


 M  +2 -0      kpushbutton.cpp  


--- branches/KDE/3.4/kdelibs/kdeui/kpushbutton.cpp #454242:454243
@@ -125,6 +125,8 @@
     // set the GUI items text or check the state of the icon set
     QPushButton::setText( d->item.text() );
     setIconSet( d->item.iconSet() );
+    QToolTip::add( this, d->item.toolTip() ); 
+    QWhatsThis::add( this, d->item.whatsThis() );
 }
 
 void KPushButton::setGuiItem( KStdGuiItem::StdItem item )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic