[Qt-interest] QWizard method between pages

Frank Lutz frank422542 at googlemail.com
Thu Apr 29 12:35:34 CEST 2010


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.



More information about the Qt-interest-old mailing list