|
|
Popup toolbutton that works like I think they should under Qt 3.0 as well. this means they will pop up a tool menu when you click on the button as well.
toPopupButton (const QIconSet &iconSet,const QString &textLabel,
const QString &grouptext,QToolBar *parent,const char *name=0)
| toPopupButton |
Create button, same constructor as toolbutton except no slots
toPopupButton (QWidget *parent,const char *name=0)
| toPopupButton |
Create button somewhere else than in a toolbar.