Ohh, ok.
Set a QStackedWidget as your central widget, then you can add multiple "central widgets"'.
http://doc.qt.nokia.com/4.6/qstackedwidget.html
Ohh, ok.
Set a QStackedWidget as your central widget, then you can add multiple "central widgets"'.
http://doc.qt.nokia.com/4.6/qstackedwidget.html
I need to add one widget to centralWidget, not multiple..
Just I need that setCentralWidget() don't delete previous widget, because I will use this widget later.
QStackedWidget can do this work?
If I were you, I would already have checked the documentation of QStackedWidget
I have read this before, but I have forgotten this.
Ok. I'll check the documentation of QStackedWidget, thanks!
Bookmarks