From c1816bf507fd955b613078c78b0f43190b178175 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Thu, 28 Nov 2019 10:51:07 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5df35cd..ed959b1 100644 --- a/README.md +++ b/README.md @@ -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) 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) + From e345773cfc2aa8e520baa474a0ab2227e7b4fa35 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Thu, 28 Nov 2019 10:57:25 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed959b1..6471a6e 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,13 @@ This project uses the [LGPLv2.1 license](gnu-lgpl-v2.1.md) 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. +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. - ![Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/) - ![GitHub project](https://github.com/KDAB/KDDockWidgets) + +### QtitanDocking +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. + +- ![Product page](https://www.devmachines.com/qtitandocking-overview.html)