Hello.

In qt designer i added dock widget.

But in features i saw and select these options
Qt Code:
  1. DockWidgetArea - "No dock widget area"
  2. AllowedAreas - no Dock widget area
  3. floating (selected - true)
  4. dockwindowmoveable - true
  5. dockwindowfloatable - true
To copy to clipboard, switch view to plain text mode 

And there is one more option called 'docked'

But this option is gray (i cant do nothing with this feature)

When i set 'floating' option and start program my dock widget is undocked but when i press 2 LPM my dock widget is going to dock.

So the question is:

How to UNDOCK dock widget for all the time ? (dock widget cant be closeable)