libyui-qt
2.47.1.1
|
Helper class to represent a wizard step heading internally. More...
#include <YQWizard.h>
Public Member Functions | |
StepHeading (const QString &name="") | |
virtual bool | isHeading () const |
virtual bool | hasID (const QString &id) |
![]() | |
Step (const QString &name="", const QString &id="") | |
virtual | ~Step () |
Destructor. More... | |
QString | name () const |
QLabel * | statusLabel () const |
QLabel * | nameLabel () const |
bool | isEnabled () const |
const QStringList & | id () const |
void | addID (const QString &id) |
void | setStatusLabel (QLabel *label) |
void | setNameLabel (QLabel *label) |
void | setEnabled (bool enabled) |
void | deleteLabels () |
void | setStatus (Status s) |
Set text color and status icon for one wizard step. | |
Additional Inherited Members | |
![]() | |
enum | Status { Unset, Todo, Current, Done } |
![]() | |
QString | _name |
QLabel * | _statusLabel |
QLabel * | _nameLabel |
bool | _enabled |
QStringList | _idList |
Status | _status |
Helper class to represent a wizard step heading internally.
Definition at line 683 of file YQWizard.h.