#include <TaskView.h>
Public Member Functions | |
virtual QSize | minimumSizeHint () const |
TaskPanel (QWidget *parent=nullptr) | |
virtual | ~TaskPanel () |
Public Member Functions inherited from QSint::ActionPanel | |
ActionPanel (QWidget *parent=nullptr) | |
Constructor. More... | |
void | addStretch (int s=0) |
Adds a spacer with width s to the ActionPanel's vertical layout. More... | |
void | addWidget (QWidget *w) |
Adds a widget w to the ActionPanel's vertical layout. More... | |
ActionGroup * | createGroup () |
Creates and adds to the ActionPanel's vertical layout an empty ActionGroup without header. More... | |
ActionGroup * | createGroup (const QPixmap &icon, const QString &title, bool expandable=true) |
Creates and adds to the ActionPanel's vertical layout an empty ActionGroup with header's text set to title and icon set to icon. More... | |
ActionGroup * | createGroup (const QString &title, bool expandable=true) |
Creates and adds to the ActionPanel's vertical layout an empty ActionGroup with header's text set to title, but with no icon. More... | |
virtual QSize | minimumSizeHint () const |
void | removeStretch () |
Removes the spacer – if added – from the ActionPanel's vertical layout. More... | |
void | removeWidget (QWidget *w) |
Removes the widget w from the ActionPanel's vertical layout. More... | |
void | setScheme (ActionPanelScheme *scheme) |
Sets the scheme of the panel and all the child groups to scheme. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QSint::ActionPanel | |
ActionPanelScheme * | myScheme |
QSpacerItem * | mySpacer |
|
explicit |
|
virtual |
|
virtual |
Reimplemented from QSint::ActionPanel.