PDA

View Full Version : non-liner Qwizard on QT Designer?



blanka
19th November 2010, 00:43
I was able to make a linear wizard in QT designer but the part about the non-linear wizard is not something shown in QT designer documentation. i know you have to create enum/id to each page and call whichever wizard page you want based on conditional from example on QT KB...... but since i am using designer...is there anyway to say if checkBox1 on page 1 is clicked go to page 4 etc without going in the code and typing a loop by hand?

ChrisW67
19th November 2010, 04:38
No. How the next page ID is determined in a non-linear wizard is infinitely variable and not conducive to automatic generation. Nothing stops you designing all the wizard pages in Designer. You just have provide a small amount of glue code in the wizard and/or page classes to make the sequencing work.