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?
Bookmarks