aimsgui
5.1.2
|
A QToolButton that behaves like the QToolButton of Qt3: it inserts nicely and automatically in a QToolbar, which Qt4 doen't provide. More...
#include <aims/qtmisc/qtoolbutton.h>
Public Member Functions | |
QAToolButton (const QIcon &s, const QString &textLabel, const QString &grouptext, QObject *receiver, const char *slot, QToolBar *parent, const char *name=0) | |
QAToolButton (QToolBar *parent) | |
This constructor conforms to Qt4's ToolButton. More... | |
virtual | ~QAToolButton () |
A QToolButton that behaves like the QToolButton of Qt3: it inserts nicely and automatically in a QToolbar, which Qt4 doen't provide.
Definition at line 45 of file qtoolbutton.h.
QAToolButton::QAToolButton | ( | const QIcon & | s, |
const QString & | textLabel, | ||
const QString & | grouptext, | ||
QObject * | receiver, | ||
const char * | slot, | ||
QToolBar * | parent, | ||
const char * | name = 0 |
||
) |
QAToolButton::QAToolButton | ( | QToolBar * | parent | ) |
This constructor conforms to Qt4's ToolButton.
|
virtual |