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. How to create a QWizard with Qt Designer?
QtWS25 Last Chance

How to create a QWizard with Qt Designer?

Scheduled Pinned Locked Moved Solved General and Desktop
qwizardqt designer
4 Posts 3 Posters 2.6k Views
  • 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.
  • T Offline
    T Offline
    thEClaw
    wrote on 10 Jun 2016, 06:25 last edited by
    #1

    Hello there. I wish to create a QWizard, including some branching paths etc. And I would highly prefer using Qt Designer for that task since I have come to prefer setting up my UI with it.

    I don't think I can register any fields and it seems I cannot even set up branching paths at the moment. So what would be the preferred approach to create a QWizard with as much help of the Designer as possible?

    1. Do everything within Qt Designer. (How?)

    2. Create a dozen QWizardPages with Qt Designer, then somehow combine them. (That's a lot of small classes. And can I branch paths with this approach?)

    3. <insert bright idea>

    4. <insert another bright idea>

    5. Do nothing in Qt Designer, write the code yourself. (That would be very sad.)

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Jun 2016, 22:21 last edited by
      #2

      Hi,

      You can prepare all your pages with Designer. However you'll have to implement the branching logic from code.

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

      G 1 Reply Last reply 3 May 2018, 02:39
      1
      • T Offline
        T Offline
        thEClaw
        wrote on 10 Jun 2016, 22:52 last edited by
        #3

        Ok, thanks for the information. It's a little sad because I like how a lot of the tedious code is hidden away by using Qt Designer. Still better than writing all of it manually, though.

        1 Reply Last reply
        0
        • S SGaist
          10 Jun 2016, 22:21

          Hi,

          You can prepare all your pages with Designer. However you'll have to implement the branching logic from code.

          G Offline
          G Offline
          GingerMoon
          wrote on 3 May 2018, 02:39 last edited by
          #4
          This post is deleted!
          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