[Qt-interest] QWizard method between pages

Frank Lutz frank422542 at googlemail.com
Fri Apr 30 11:01:57 CEST 2010


Sadly no but thanks very,

i do have one page before a QLineEdit for Path to copy documents. Than i 
do want to copy these documents into this path and than say on the next 
page thanks for configuration.


      QWizard wizard;
      wizard.addPage(getPathPage());
      copyDocuments();
      wizard.addPage(thankyouPage());
      wizarg.show();

but if i do these on this way, the application will run the methodes 
before an on show(), showing the pages. This is my problem.

but thank you very!
greeting frank



More information about the Qt-interest-old mailing list