You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ know it from Visual Studio.
88
88
-[Alternative Docking System Implementations](#alternative-docking-system-implementations)
89
89
-[KDDockWidgets](#kddockwidgets)
90
90
-[QtitanDocking](#qtitandocking)
91
+
-[DockingPanes](#dockingpanes)
91
92
-[Donation](#donation)
92
93
-[Showcase](#showcase)
93
94
-[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
372
373
373
374
### KDDockWidgets
374
375
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.
376
377
377
378
- [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
**License:** dual-licensed, available under both commercial and GPL license.
380
382
381
383
### QtitanDocking
382
384
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
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.
0 commit comments