Update README.md

This commit is contained in:
githubuser0xFFFF 2019-11-28 10:51:07 +01:00 committed by GitHub
parent 4504457da2
commit c1816bf507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,3 +161,12 @@ MainWindow::~MainWindow()
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](gnu-lgpl-v2.1.md) [![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](gnu-lgpl-v2.1.md)
This project uses the [LGPLv2.1 license](gnu-lgpl-v2.1.md) This project uses the [LGPLv2.1 license](gnu-lgpl-v2.1.md)
## Alternative Docking System Implementations
If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt.
### KDDockWidgets
This is an advanced docking framework for Qt from KDAB. The interesting thing is, that they separated GUI code from logic, so they can easily provide a QtQuick backend in the future.
- ![Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
- ![GitHub project](https://github.com/KDAB/KDDockWidgets)