Did you consider using QWizard, it might be better for your need, it already has forward and backward navigation between multiple pages (widgets)I have gone through net and found that using QStackWidget this is possible and easy, like:
Did you consider using QWizard, it might be better for your need, it already has forward and backward navigation between multiple pages (widgets)I have gone through net and found that using QStackWidget this is possible and easy, like:
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
That can be done using QWizard, the push button can be linked to any wizard page.Thanks, but basically i mean Goto specific screen on pushbutton press. Sorry i should have mentioned that.
Load mainwindow.ui into widget, load mainwindow1.ui into widget1 and then put widget and widget1 into QStackedWidgetI am still not able to link it, how to add MainWindow.UI and MainWindow1.UI to QStackWidget and access them by index.
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
sask1236 (30th August 2013)
Bookmarks