Hi,

I am using Qt 4.0 and I am trying to create a main window with dock widgets using the Qt Designer. When the dock widgets are in float status, I cannot move/drag the widgets around. I have tried changing the QDockWidget::features to Floatable and different combinations of the Qt:ockWidgetAreas, but to no avail.

Can someone please explain how to create movable widgets?

Thanks.