1 Attachment(s)
Three QMainWindow sharing three areas of same parent QMainWindow;
Hello;
I'm trying the implement in the same App three QMainWindow having the same parent QMainWindow.
Wa: QMainWindow
Wb: QMainWindow
Wc: QMainWindow
Parent of Wa, Wb and Wc: QMainWindow
Please see the image for the arrangement of Wa, Wb and Wc (they are from left to right in the image).
Thanks;
Mut.
Attachment 10414
Re: Three QMainWindow sharing three areas of same parent QMainWindow;
It does not make much sense for QMainWindow to be a child of another QMainWindow. The layout itself that you desire can be obtained by using a grid layout.