Thanks for the reply.Originally Posted by wysota
So I guess it is not possible to have the 2 pages pointing to the same widget for display.
Everytime I have to display the page, I have to shift the widget to the display, right?
Thanks for the reply.Originally Posted by wysota
So I guess it is not possible to have the 2 pages pointing to the same widget for display.
Everytime I have to display the page, I have to shift the widget to the display, right?
Correct. The thing you want is achievable but requires subclassing QStackedWidget or implementing your own stack using QStackedLayout.
Bookmarks