163 void setSubTitleFormat(Qt::TextFormat format); |
163 void setSubTitleFormat(Qt::TextFormat format); |
164 Qt::TextFormat subTitleFormat() const; |
164 Qt::TextFormat subTitleFormat() const; |
165 void setPixmap(WizardPixmap which, const QPixmap &pixmap); |
165 void setPixmap(WizardPixmap which, const QPixmap &pixmap); |
166 QPixmap pixmap(WizardPixmap which) const; |
166 QPixmap pixmap(WizardPixmap which) const; |
167 |
167 |
|
168 void setSideWidget(QWidget *widget); |
|
169 QWidget *sideWidget() const; |
|
170 |
168 void setDefaultProperty(const char *className, const char *property, |
171 void setDefaultProperty(const char *className, const char *property, |
169 const char *changedSignal); |
172 const char *changedSignal); |
170 |
173 |
171 void setVisible(bool visible); |
174 void setVisible(bool visible); |
172 QSize sizeHint() const; |
175 QSize sizeHint() const; |
173 |
176 |
174 Q_SIGNALS: |
177 Q_SIGNALS: |
175 void currentIdChanged(int id); |
178 void currentIdChanged(int id); |
176 void helpRequested(); |
179 void helpRequested(); |
177 void customButtonClicked(int which); |
180 void customButtonClicked(int which); |
|
181 void pageAdded(int id); |
|
182 void pageRemoved(int id); |
178 |
183 |
179 public Q_SLOTS: |
184 public Q_SLOTS: |
180 void back(); |
185 void back(); |
181 void next(); |
186 void next(); |
182 void restart(); |
187 void restart(); |