Dragging a dock widget from Designer's toolbox into one of the main window's docking areas turns the dock widget into a regular widget?
I have a QDockWidget that was originally set for "allowedArea LeftDockWidgetArea" in Designer. I tried to reposition the dock widget to RightDockWidgetArea by checking Designer's check box for that docking area and unchecking the check box for the left dock area. However, Designer's "dockWidgetArea" (the properties field in Designer directly above the "docked" check box) remained set to LeftDockWidgetArea and the dock widget continues to dock in the left dock area.
This usually works, so my question is what about this particular .ui is preventing moving the dock widget to a new docking area. Is there something in the .ui file that Designer isn't showing me that needs to be edited (I looked and didn't see anything that appeared to be relevant), is there some combination of properties for the dock widget and/or main window that I have wrong or is this a bug in Designer?
Bookmarks