How to create nonlinear wizard with Qt Designer?
Hi, all,
I am working on a plotting application, and need to write a wizard that guide user to fill in some information. I have tried use Qt Designer to create a rough linear wizard, but it is not enough. So, how to create a nonlinear one? Where to re-implement the nextId()?
Thanks very much!
DONG Li
Re: How to create nonlinear wizard with Qt Designer?
Quote:
Originally Posted by
dongli
Hi, all,
I am working on a plotting application, and need to write a wizard that guide user to fill in some information. I have tried use Qt Designer to create a rough linear wizard, but it is not enough. So, how to create a nonlinear one? Where to re-implement the nextId()?
Thanks very much!
DONG Li
Outside Designer, using C++ code.
Re: How to create nonlinear wizard with Qt Designer?
reimplementing nextId() method and/or validateCurrentPage() if I'am correct
by now I've done this only once, so I might be in mistake
check it out carefully