PDA

View Full Version : Three QMainWindow sharing three areas of same parent QMainWindow;



mut
12th June 2014, 01:29
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.

10414

wysota
12th June 2014, 06:40
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.