src/gui/dialogs/qwizard.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- 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();