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: How to create a loop (call one page several times) or set page unvisited
Forum Updated to NodeBB v4.3 + New Features

QWizard: How to create a loop (call one page several times) or set page unvisited

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.1k Views 1 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.
  • H Offline
    H Offline
    Huenni
    wrote on last edited by
    #1

    Hi,
    I'm new to qt and I'm trying to create a wizard which will go back into a loop if the user would like to make corrections (else proceed straight forward). I created a non-linear wizard which shows the next page by calling nextId(). But it seems like I'm only able to call each page ID once. Calling it a second time will stop my wizard at the last page (basically does nothing).

    Is it possible to set a page unvisited? Or any other ideas for a work around?
    Just going back is not what I want.

    Thanks in advance

    1 Reply Last reply
    0
    • VinorcolaV Offline
      VinorcolaV Offline
      Vinorcola
      wrote on last edited by
      #2

      Well, I never tried to display a QWizardPage twive, so I don't know if it is a bug . Why do you want to display another time for the user to correct things? If he wants to correct things, he can click en the Previous button (that's the purpose of a QWIzard...)

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Huenni
        wrote on last edited by
        #3

        I would like to use the wizard in an iterative process. It's supposed to perform a segmentation. If the user is satisfied with the result he may finish. Else, do it again with different parameters. It uses more than one page, so I would prefere not to go back.

        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