|
TaskGroup (const QPixmap &icon, const QString &headerText, QWidget *parent=0) | |
|
TaskGroup (const QString &headerText, QWidget *parent=0) | |
|
TaskGroup (QWidget *parent=0) | |
|
~TaskGroup () | |
|
ActionBox (const QPixmap &icon, const QString &headerText, QWidget *parent=0) | |
| Constructor. More...
|
|
ActionBox (const QString &headerText, QWidget *parent=0) | |
| Constructor. More...
|
|
ActionBox (QWidget *parent=0) | |
| Constructor. More...
|
|
void addLayout (QLayout *l) | |
| Adds layout l to the default layout. More...
|
|
void addWidget (QWidget *w, QLayout *l=0) | |
| Adds widget w to the layout. More...
|
|
QLayout * createHBoxLayout () | |
| Creates empty horizontal layout. More...
|
|
ActionLabel * createItem (const QPixmap &icon, const QString &text, QLayout *l=0) | |
| Adds an action with icon and text to the ActionBox and returns action item. More...
|
|
ActionLabel * createItem (const QString &text=QString(), QLayout *l=0) | |
| Adds an action with text to the ActionBox and returns action item. More...
|
|
ActionLabel * createItem (QAction *action, QLayout *l=0) | |
| Creates action item from the action and returns it. More...
|
|
QList< ActionLabel * > createItems (QList< QAction * > actions) | |
| Creates action items from the actions list and returns the list of action items. More...
|
|
QSpacerItem * createSpacer (QLayout *l=0) | |
| Adds a spacer and returns spacer item. More...
|
|
ActionLabel * header () const | |
| Returns header item of the ActionBox. More...
|
|
const QPixmap * icon () const | |
| Returns icon of the ActionBox. More...
|
|
QLayout * itemLayout () const | |
| Returns default layout used for actions (typically it's QVBoxLayout). More...
|
|
virtual QSize minimumSizeHint () const | |
|
void setIcon (const QPixmap &icon) | |
| Sets icon of the ActionBox to icon. More...
|
|