githubuser0xFFFF / Qt-Advanced-Docking-System

Advanced Docking System for Qt
GNU Lesser General Public License v2.1
1.87k stars 548 forks source link

CDockWidget allowed area #628

Closed Intemporel closed 6 months ago

Intemporel commented 6 months ago

Is there a way to setup an allowed area for a CDockWidget, in my case I want it to be only at the bottom of the left of the central DockWidget, I can't found anything into CDockWidget class, and the setAllowedAreas from the return CDockAreaWidget, can only control which area is available inside this widget. Thanks you for your help

githubuser0xFFFF commented 6 months ago

No, this feature is not available. Please have a look into this library, I think they have that feature:

https://github.com/KDAB/KDDockWidgets