PDA

View Full Version : How to create MDI windows using Qt4 designer?



miaoliang
19th October 2006, 08:58
I want to create a window that is a container of other windows, I am a freshman ,please tell me! Thank you so much!

e8johan
19th October 2006, 09:08
Create a QMainWindow without a central widget in Designer, then add a QWorkspace as central widget programmatically.

You can create the MDI child windows as QWidgets in Designer.

miaoliang
19th October 2006, 09:36
Please tell me more detail, I feel very hard!:confused:

miaoliang
19th October 2006, 09:50
Thank you so much!:D