|
| TaskGroup (const QPixmap &icon, const QString &headerText, QWidget *parent=nullptr) |
|
| TaskGroup (const QString &headerText, QWidget *parent=nullptr) |
|
| TaskGroup (QWidget *parent=nullptr) |
|
| ~TaskGroup () |
|
| ActionBox (const QPixmap &icon, const QString &headerText, QWidget *parent=nullptr) |
| Constructor. More...
|
|
| ActionBox (const QString &headerText, QWidget *parent=nullptr) |
| Constructor. More...
|
|
| ActionBox (QWidget *parent=nullptr) |
| Constructor. More...
|
|
void | addLayout (QLayout *l) |
| Adds layout l to the default layout. More...
|
|
void | addWidget (QWidget *w, QLayout *l=nullptr) |
| Adds widget w to the layout. More...
|
|
QLayout * | createHBoxLayout () |
| Creates empty horizontal layout. More...
|
|
ActionLabel * | createItem (const QPixmap &icon, const QString &text, QLayout *l=nullptr) |
| Adds an action with icon and text to the ActionBox and returns action item. More...
|
|
ActionLabel * | createItem (const QString &text=QString(), QLayout *l=nullptr) |
| Adds an action with text to the ActionBox and returns action item. More...
|
|
ActionLabel * | createItem (QAction *action, QLayout *l=nullptr) |
| 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=nullptr) |
| Adds a spacer and returns spacer item. More...
|
|
ActionLabel * | header () const |
| Returns header item of the ActionBox. More...
|
|
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...
|
|