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. create
Forum Updated to NodeBB v4.3 + New Features

create

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 352 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.
  • P Offline
    P Offline
    pulsarry
    wrote on last edited by
    #1

    How to quick create multiple parallel hierarchical pages under a QStackedWidget or other type of Widget IN DESIGN MODE?
    如何在一个QStackedWidget或者其他类型的Widget下,创造多个平行层级的page?
    like this
    9c52511d-dcea-47cd-b1b8-bab31e16a76b-image.png
    Page1Page2Page3Page4 are parallel ,stackedwidget and widgettitle are parallel.

    JonBJ 1 Reply Last reply
    0
    • P pulsarry

      How to quick create multiple parallel hierarchical pages under a QStackedWidget or other type of Widget IN DESIGN MODE?
      如何在一个QStackedWidget或者其他类型的Widget下,创造多个平行层级的page?
      like this
      9c52511d-dcea-47cd-b1b8-bab31e16a76b-image.png
      Page1Page2Page3Page4 are parallel ,stackedwidget and widgettitle are parallel.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @pulsarry
      QStackedWidget is by definition for showing just one of the widgets it manages. On the other hand, widgetTitle is shown at the same time as and next to the stacked widget (whichever "page" is shown from that). So, whatever you mean by "parallel" it cannot apply equally to the pages on a stacked widget versus other widgets which are siblings of the stacked widget. So what does "multiple parallel hierarchical pages" mean to you?

      P 1 Reply Last reply
      0
      • JonBJ JonB

        @pulsarry
        QStackedWidget is by definition for showing just one of the widgets it manages. On the other hand, widgetTitle is shown at the same time as and next to the stacked widget (whichever "page" is shown from that). So, whatever you mean by "parallel" it cannot apply equally to the pages on a stacked widget versus other widgets which are siblings of the stacked widget. So what does "multiple parallel hierarchical pages" mean to you?

        P Offline
        P Offline
        pulsarry
        wrote on last edited by
        #3

        @JonB

        Thank you very much. I unintentionally solved this problem on my own just now, which has been bothering me for several days。
        BY USE THIS FUNCION。
        f254cb87-c5eb-4e5d-89e2-a54a8a1e44f5-image.png
        The pages within the red box belong equally to the same widget。

        1 Reply Last reply
        0
        • P pulsarry has marked this topic as solved on
        • C Offline
          C Offline
          CPPUIX
          wrote on last edited by
          #4

          Hi,

          Could you, please, use the below as a title:

          • How to create multiple parallel hierarchical pages under a QStackedWidget in Qt Designer?

          Take into consideration that other people in the future would like to also get the same help, and the current title does not help make finding this thread easy.

          Thank you.

          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