How to create a multi window Qt application

Viewed 15285

I have a mainwindow application created from qt widget.

Now I want to add a child window to this mainwindow so that I can switch the main window and child window continously

1 Answers
Related