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. Qt Creator and multiple page application
Forum Updated to NodeBB v4.3 + New Features

Qt Creator and multiple page application

Scheduled Pinned Locked Moved General and Desktop
mutiplepageapplication
4 Posts 3 Posters 9.6k Views 3 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
    Dan Rosen
    wrote on last edited by Dan Rosen
    #1

    Good evening, gentlemen. I'm starting with the Qt Creator, and I'm one doubts that think it's simple. Most desktop and mobile applications consist of multiple screens. For example, a CRM, has a customer registration screen, another edit, another view, work order registration, printing, etc ... How to put this in mainwindow and switch between them? When you click the Register button on the client menu. I explain how to do, but only using dialog, but it is not what I need, I need you to be all in the same window.

    Follows the pattern:

    First page
    Second page

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi @Dan-Rosen,

      Use QTabWidget or QStackedWidget

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

      D 1 Reply Last reply
      0
      • JKSHJ JKSH

        Hi @Dan-Rosen,

        Use QTabWidget or QStackedWidget

        D Offline
        D Offline
        Dan Rosen
        wrote on last edited by
        #3

        @JKSH Thanks for answering me. I've been analyzing, you can place a "loading indicator" when switching the widget in QStackedWidget? because I want to get an API client data (eg, time to edit) and fill out a form with the data that has been entered in order to be edited.

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

          Hi,

          Sure you can. One thing that you might use is a QProgressBar (with min and max at the same value so it's animated as in don't know how long it can take. Or you can use a gif in a QMovie object.

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

          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