Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QWizard vs a QDialog with stack control?
Forum Updated to NodeBB v4.3 + New Features

QWizard vs a QDialog with stack control?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 426 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dan203
    wrote on last edited by
    #1

    Is there any advantage to doing a wizard type dialog using a QWizard class and multiple QWizardPage's, vs just creating a dialog in the designer with a stack control and adding your own buttons to go forward/back?

    The stack control route seems easier to manage, so I'm wondering if there is any reason for me to bother with a QWizard.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Handling of the stored values of each page, non linear progression integrated, styling already done to match your target platform.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        Handling of the stored values of each page, non linear progression integrated, styling already done to match your target platform.

        D Offline
        D Offline
        Dan203
        wrote on last edited by
        #3

        @SGaist said in QWizard vs a QDialog with stack control?:

        Hi,

        Handling of the stored values of each page, non linear progression integrated, styling already done to match your target platform.

        Follow up question... Is there an easy way to create the wizard in the designer? Or do you have to do it all via code?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          Dan203
          wrote on last edited by
          #4

          Nevermind I had the second group in the "New" dialog for Qt Designer collapsed so I didn't see the wizard option. Now I do. Should be easy from here.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved