create
-
How to quick create multiple parallel hierarchical pages under a QStackedWidget or other type of Widget IN DESIGN MODE?
如何在一个QStackedWidget或者其他类型的Widget下,创造多个平行层级的page?
like this
Page1Page2Page3Page4 are parallel ,stackedwidget and widgettitle are parallel. -
How to quick create multiple parallel hierarchical pages under a QStackedWidget or other type of Widget IN DESIGN MODE?
如何在一个QStackedWidget或者其他类型的Widget下,创造多个平行层级的page?
like this
Page1Page2Page3Page4 are parallel ,stackedwidget and widgettitle are parallel.@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? -
@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? -
-
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.