Multiple pages in QStackedWidget
-
down vote favorite
Hello
Im trying to develop an application and I have used QStackedWidget inside the main Central Widget of the QMainWindow. However Im not able to create more than 10 pages in the Stack Widget. The page_11 shows up in the UI, but the code is not getting generated. On manually adding the object and adding it, QTCreator crashes. I tried creating a new StackedWidget so that I can add another page, however the same problem persists. The code is not getting generated. Is there a limitation on the number of pages inside a stackedwidget or the number of stackedwidget allowed to create.
Please help Thank you
-
Hello
Im using QTCreator with QT SDK1.1 RC running on Win7.When I add the page, the page itself is displayed in the UI. However the page object is not created in the code nor added onto QStackedWidget object. Trying to add it manually crashes QTCreator when I run the application.