How to switch between the two screens in Qt?
for example, i have a button,static text plus a toolbar,now i will add it to a frame and set it as central widget it works well for one window.. what if i move to the next widow? there i need to show some other stuffs like some other button, images etc... and what if i come back to the first view again? there i need to show my old widgets back?.. how to achieve it?
Thanks