[Qt-interest] QWizard method between pages

Malyushytsky, Alex alex at wai.com
Thu Apr 29 23:09:18 CEST 2010


I afraid the problem is not described clear enough for me.
My assumption is that you want to insert the page between existing pages.
In his case check the following function which seems has to do a job:

void QWizard::setPage ( int id, QWizardPage * page )

Regards,
    Alex

-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Frank Lutz
Sent: Thursday, April 29, 2010 3:36 AM
To: qt-interest at trolltech.com
Subject: [Qt-interest] QWizard method between pages

Hi,

i do have start working with QWizard. It's nice but what can i do if i
do want to have one configuration method between these pages.
I mean on normal:
      QWizard wizard;
      wizard.addPage(startPage());

      wizard.addPage(finishedPage());
      wizard.show();
it will run before.


Thanks Frank.
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest


---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.

“This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you.”

“Please consider our environment before printing this email.”




More information about the Qt-interest-old mailing list