Results 1 to 2 of 2

Thread: non-liner Qwizard on QT Designer?

  1. #1
    Join Date
    Nov 2010
    Posts
    5
    Qt products
    Platforms
    Unix/X11 Windows

    Default non-liner Qwizard on QT Designer?

    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?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: non-liner Qwizard on QT Designer?

    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.

Similar Threads

  1. QWizard fit
    By baray98 in forum Qt Programming
    Replies: 7
    Last Post: 14th November 2010, 16:27
  2. QWizard
    By rmagro in forum Qt Programming
    Replies: 1
    Last Post: 20th October 2009, 16:12
  3. Help with QWizard
    By afflictedd2 in forum Qt Programming
    Replies: 3
    Last Post: 14th April 2009, 21:23
  4. QWizard
    By rmagro in forum Qt Programming
    Replies: 8
    Last Post: 26th September 2008, 20:41
  5. QWizard
    By steg90 in forum Qt Programming
    Replies: 6
    Last Post: 14th December 2007, 09:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.