#include <wizard.h>
Public Slots | |
void | refresh () |
Signals | |
void | done () |
Public Member Functions | |
Wizard (const QHash< QString, Input * > &modelData, QWidget *parent=0) | |
~Wizard () | |
Private Slots | |
void | activateTopic (QTreeWidgetItem *item, QTreeWidgetItem *) |
void | nextTopic () |
void | prevTopic () |
Private Attributes | |
const QHash< QString, Input * > & | m_modelData |
QTreeWidget * | m_treeWidget |
QStackedWidget * | m_topicStack |
Step1 * | m_step1 |
Step2 * | m_step2 |
Step3 * | m_step3 |
Step4 * | m_step4 |
QPushButton * | m_next |
QPushButton * | m_prev |
Definition at line 1236 of file wizard.cpp.
Wizard::~Wizard | ( | ) |
Definition at line 1281 of file wizard.cpp.
|
privateslot |
Definition at line 1285 of file wizard.cpp.
|
signal |
|
privateslot |
Definition at line 1318 of file wizard.cpp.
|
privateslot |
Definition at line 1333 of file wizard.cpp.
|
slot |
Definition at line 1341 of file wizard.cpp.