Dock Widget Area: Create a Third Vertical Area
-
Hello, all!
So currently, I am trying to create a third vertical QDockWidgetArea, because I want to have three rows of dock widgets. Currently, there are two dock widget areas: "top" and "bottom". However, I'd like to add a third one, called "middle." What do I need to do to accomplish this? Thank you in advance!
-
If GPL is acceptable to you: https://github.com/KDAB/KDDockWidgets
If you need LGPL: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
LGPL but not ready out of the box: https://github.com/qt-creator/qt-creator/tree/master/src/libs/advanceddockingsystem (this is the one Qt Creator uses to display its dock widgets)