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.