How do you dock your widget? Because on default floating is true. So I guess when you dock your widget that property isn't changed.
How do you dock your widget? Because on default floating is true. So I guess when you dock your widget that property isn't changed.
mhoover (26th February 2010)
If the property is set to "true" I would think it should be floating and visible.
I dock it by typing:
addDockWidget( (Qt:ockWidgetArea)the_widget->dock_area, the_widget->the_dock);
Where the_widget is a wrapper around a QDockWidget *the_dock.
Bookmarks