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.5k 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 24 May 2015, 23:14 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
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 25 May 2015, 03:12 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 30 May 2015, 18:23
      0
      • J JKSH
        25 May 2015, 03:12

        Hi @Dan-Rosen,

        Use QTabWidget or QStackedWidget

        D Offline
        D Offline
        Dan Rosen
        wrote on 30 May 2015, 18:23 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
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 30 May 2015, 20:02 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

          1/4

          24 May 2015, 23:14

          • Login

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