PDA

View Full Version : undock QDockWidget



chemstar
1st September 2006, 10:13
Hello people,

i#ve created a App with a main window and docking widgets inside. everything is working fine. now i want to make the same interface for my app like the one from qt designer. So my problem is that i don't know what i have to set to see the dockwidget only undocked.

thx

wysota
1st September 2006, 11:11
If I understand correctly you want a top-level view. Probably the best way would be to reparent all widgets from QDockWidgets to QWidgets. As this is Qt Programming and not Newbie, then I guess you know how to do that.