Nesting QDockWidgets

Posted by Brent Parker on Stack Overflow See other posts from Stack Overflow or by Brent Parker
Published on 2009-03-04T00:13:33Z Indexed on 2010/04/27 10:43 UTC
Read the original article Hit count: 165

Filed under:
|

Right now I have four customized QDockWidgets on the left side of my application. When you start the application, each one is visible, but very small because of the visibility of each one. I would like for three of the QDockWidgets to nest behind one primary one to give that one priority and the entire left side of the screen.

Does anyone know how to tell QDockWidgets to nest when they are created?

© Stack Overflow or respective owner

Related posts about qt

Related posts about c++