aimsgui  5.1.2
QAToolButton Class Reference

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>

Inheritance diagram for QAToolButton:
Collaboration diagram for QAToolButton:

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QAToolButton() [1/2]

QAToolButton::QAToolButton ( const QIcon &  s,
const QString &  textLabel,
const QString &  grouptext,
QObject *  receiver,
const char *  slot,
QToolBar *  parent,
const char *  name = 0 
)

◆ QAToolButton() [2/2]

QAToolButton::QAToolButton ( QToolBar *  parent)

This constructor conforms to Qt4's ToolButton.

◆ ~QAToolButton()

virtual QAToolButton::~QAToolButton ( )
virtual

The documentation for this class was generated from the following file: