QwwTaskPanel Class
The QwwTaskPanel widget provides a task panel similar to the one from WindowsXP.(unstable) More...
Header: | #include <QwwTaskPanel> |
Properties
- animated : bool
- currentIndex : int
- toggleIcon : QIcon
Public Functions
QwwTaskPanel(QWidget * parent = 0) | |
~QwwTaskPanel() | |
void | addTask(QWidget * task, const QString & label = QString()) |
void | addTask(QWidget * task, const QIcon & icon, const QString & label = QString()) |
int | currentIndex() const |
QWidget * | currentTask() const |
int | indexOf(QWidget * task) const |
void | insertTask(int index, QWidget * task, const QString & label = QString()) |
void | insertTask(int index, QWidget * task, const QIcon & icon, const QString & label = QString()) |
bool | isAnimated() const |
void | removeTask(int index) |
void | setTaskIcon(int index, const QIcon & icon) |
void | setTaskName(int index, const QString & name) |
void | setTaskTitle(int index, const QString & title) |
void | setToggleIcon(const QIcon & icon) |
QWidget * | task(int index) const |
int | taskCount() const |
const QIcon & | toggleIcon() const |
Public Slots
void | setAnimated(bool a) |
void | setCurrentIndex(int index) |
Signals
void | currentIndexChanged(int) |
Detailed Description
The QwwTaskPanel widget provides a task panel similar to the one from WindowsXP.(unstable)
Property Documentation
animated : bool
Access functions:
bool | isAnimated() const |
void | setAnimated(bool a) |
currentIndex : int
Access functions:
int | currentIndex() const |
void | setCurrentIndex(int index) |
Notifier signal:
void | currentIndexChanged(int) |
toggleIcon : QIcon
Access functions:
const QIcon & | toggleIcon() const |
void | setToggleIcon(const QIcon & icon) |