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. Switching between four UI forms

Switching between four UI forms

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 424 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.
  • L Offline
    L Offline
    LT-K101
    wrote on last edited by
    #1

    Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?

    JKSHJ 1 Reply Last reply
    0
    • L LT-K101

      Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @LT-K101 said in Switching between four UI forms:

      Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?

      It sounds like you want a QWizard: https://doc.qt.io/qt-5/qwizard.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      L 1 Reply Last reply
      4
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by
        #3

        QStackedWidget may be another option.

        1 Reply Last reply
        0
        • JKSHJ JKSH

          @LT-K101 said in Switching between four UI forms:

          Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?

          It sounds like you want a QWizard: https://doc.qt.io/qt-5/qwizard.html

          L Offline
          L Offline
          LT-K101
          wrote on last edited by
          #4

          @JKSH I glanced through the documentation but it seems everything is in c++ not python. I did not understand the implementation.

          artwawA 1 Reply Last reply
          0
          • L LT-K101

            @JKSH I glanced through the documentation but it seems everything is in c++ not python. I did not understand the implementation.

            artwawA Offline
            artwawA Offline
            artwaw
            wrote on last edited by
            #5

            @LT-K101 for the future: there is "Qt for Python" section, you posted in "General and Desktop". Quick google, however, found this https://doc.qt.io/archives/qtforpython-5.12/PySide2/QtWidgets/QWizard.html

            For more information please re-read.

            Kind Regards,
            Artur

            JKSHJ 1 Reply Last reply
            3
            • artwawA artwaw

              @LT-K101 for the future: there is "Qt for Python" section, you posted in "General and Desktop". Quick google, however, found this https://doc.qt.io/archives/qtforpython-5.12/PySide2/QtWidgets/QWizard.html

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              The section that @artwaw mentioned is at https://forum.qt.io/category/58/qt-for-python

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              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