I'm having the same problem. But the link in the previous answer seems to be broken....
Is it possible to launch a QWizard from a QMainWindow ?
Either call wizard.exec(); or instantiate NewWizard:
NewWizard *wizard = new NewWizard;
wizard->show();
http://www.qtcentre.org/faq.php?faq=...reated_widgets
Learn a bit about the scope of objects in C++ and it will probably become clearer.
Yes.Is it possible to launch a QWizard from a QMainWindow ?
"We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.
Bookmarks