4

I currently need 3 pages in my QStackedWidget. However, in Qt Designer I am only allowed to add 2 pages. After I click the next arrow on QStackedWidget, it takes me back to the previous page instead of taking me to a new page.

How can I add a new page to QStackedWidget in Qt Designer?

László Papp
  • 51,870
  • 39
  • 111
  • 135
MistyD
  • 16,373
  • 40
  • 138
  • 240
  • While there is already an answer, I just want to say that the arrow buttons are for switching between different stacked pages so that you can edit it freely. – Tay2510 May 26 '14 at 09:50

1 Answers1

8

Right Click -> Insert Page -> Before/After Current Page

enter image description here

László Papp
  • 51,870
  • 39
  • 111
  • 135