diff -r b72c6db6890b -r 5dc02b23752f src/gui/dialogs/qwizard.h --- a/src/gui/dialogs/qwizard.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/dialogs/qwizard.h Tue Jul 06 15:10:48 2010 +0300 @@ -165,6 +165,9 @@ void setPixmap(WizardPixmap which, const QPixmap &pixmap); QPixmap pixmap(WizardPixmap which) const; + void setSideWidget(QWidget *widget); + QWidget *sideWidget() const; + void setDefaultProperty(const char *className, const char *property, const char *changedSignal); @@ -175,6 +178,8 @@ void currentIdChanged(int id); void helpRequested(); void customButtonClicked(int which); + void pageAdded(int id); + void pageRemoved(int id); public Q_SLOTS: void back();