how to make a mainwindow as a MDI parent in Qt creator
|
feedback
|
|
Consider using QMdiArea widget as a central widget of your parent window. Smth like this:
better example is here: MDI Example hope this helps, regards | |||
|
feedback
|