-
To Wizard or Not ?
Hi,
I am trying to decide whether I should design my software using a QWizard or using forms/dialogs and linking them after ?
Although i have many different forms to create and these are NOT linearly iterative, the complex Qwizard approach does fit well with the concept of my application, since i would like to have one stationary window with each form appearing inside it !
Are there any advantages or disadvantages of each ? Is there any other method, I have not considered or dont know about ?
Your advice and knowledge is highly appreciated.
Please accept my many thanks in advance for your input.
Fassage
-
Re: To Wizard or Not ?
If the order of your dialogs is fixed then go for QWizard.