setText( menuText );
setShortcut( accel );
setToolTip( text );
+ setStatusTip( text );
initialize();
}
setText( menuText );
setShortcut( accel );
setToolTip( text );
+ setStatusTip( text );
initialize();
}
tb->setMenu( myFrame );
tb->setEnabled( isEnabled() && !names().isEmpty() );
tb->setToolTip( toolTip() );
+ tb->setStatusTip( statusTip() );
connect( tb, SIGNAL( clicked( bool ) ), this, SLOT( onSingle( bool ) ) );
return tb;
tb->setText( text() );
tb->setIcon( icon() );
tb->setToolTip( toolTip() );
+ tb->setStatusTip( statusTip() );
}
}
}