Does anyone know how to get a QToolBar to be allowed to float, and not always have to sit in a dock area? The documentation doesn't match up. In QDockWindow it says it is inherited by QToolBar, and in QToolBar it says nothing about inheriting QDockWindow.

However, in 3.3 QToolBar does inherit QDockWindow and was allowed to float...

I found this post that was never answered. Thanks for the help:

http://lists.trolltech.com/qt-intere...ad01375-0.html

dave