58 void addPage(QWidget * pWidget,
const QString & szTitle);
65 void insertPage(QWidget * pWidget,
const QString & szTitle,
int iIndex);
75 bool setPageEnabled(QWidget * pWidget,
bool bEnabled);
82 bool setPageTitle(QWidget * pWidget,
const QString & szTitle);
91 bool setCurrentPage(QWidget * pWidget);
95 QWidget * currentPage();
100 void setHelpEnabled(QWidget * pWidget,
bool bEnabled);
105 void setCancelEnabled(QWidget * pWidget,
bool bEnabled);
110 void setFinishEnabled(QWidget * pWidget,
bool bEnabled);
115 void setNextEnabled(QWidget * pWidget,
bool bEnabled);
120 void setBackEnabled(QWidget * pWidget,
bool bEnabled);
124 QPushButton * cancelButton();
128 QPushButton * helpButton();
132 QPushButton * finishButton();
136 QPushButton * nextButton();
140 QPushButton * backButton();
152 void showEvent(QShowEvent *
e)
override;
157 void closeEvent(QCloseEvent *
e)
override;
162 void backButtonClicked();
163 void nextButtonClicked();
164 void helpButtonClicked();
165 void cancelButtonClicked();
166 void finishButtonClicked();
Definition KviTalWizard.cpp:39