Skip to content

Commit 0c9773a

Browse files
Added dockingpanes docking library to alternative docking systems
1 parent 65a645b commit 0c9773a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ know it from Visual Studio.
8888
- [Alternative Docking System Implementations](#alternative-docking-system-implementations)
8989
- [KDDockWidgets](#kddockwidgets)
9090
- [QtitanDocking](#qtitandocking)
91+
- [DockingPanes](#dockingpanes)
9192
- [Donation](#donation)
9293
- [Showcase](#showcase)
9394
- [Qt Creator IDE](#qt-creator-ide)
@@ -372,18 +373,29 @@ If this Qt Advanced Docking System does not fit to your needs you may consider s
372373
373374
### KDDockWidgets
374375
375-
This is an advanced docking framework for Qt from [KDAB](https://www.kdab.com/). The interesting thing is, that they separated GUI code from logic, so they can easily provide a QtQuick backend in the future.
376+
This is an advanced docking framework for Qt from [KDAB](https://www.kdab.com/). The interesting thing is, that they separated GUI code from logic, so they can easily provide a QtQuick backend in the future.
376377
377378
- [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
378379
- [GitHub project](https://github.com/KDAB/KDDockWidgets)
379380
381+
**License:** dual-licensed, available under both commercial and GPL license.
380382
381383
### QtitanDocking
382384
383-
This is a commercial component from [Developer Machines](https://www.devmachines.com/) for Qt Framework that allows to create a Microsoft like dockable user interface. They also offer a lot of other interesting and useful components for Qt.
385+
This is a commercial component from [Developer Machines](https://www.devmachines.com/) for Qt Framework that allows to create a Microsoft like dockable user interface. They also offer a lot of other interesting and useful components for Qt. The library is available
384386
385387
- [Product page](https://www.devmachines.com/qtitandocking-overview.html)
386388
389+
**License:** Commercial license
390+
391+
### DockingPanes
392+
393+
DockingPanes is a library for Qt Widgets that implements docking windows that have the look and feel of Visual Studio. It provides a simple API which allows an application to make use of docking windows with a few calls.
394+
395+
- [GitHub project](https://github.com/KestrelRadarSensors/dockingpanes)
396+
397+
**License:** GPL
398+
387399
## Donation
388400
389401
If this project help you reduce time to develop or if you just like it, you can give me a cup of coffee :coffee::wink:.

0 commit comments

Comments
 (0)