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
-[Getting started / Example](#getting-started--example)
86
86
-[License information](#license-information)
87
-
-[Alternative Docking System Implementations](#alternative-docking-system-implementations)
88
-
-[KDDockWidgets](#kddockwidgets)
89
-
-[QtitanDocking](#qtitandocking)
90
-
-[DockingPanes](#dockingpanes)
91
87
-[Donation](#donation)
92
88
-[Showcase](#showcase)
93
89
-[Qt Creator IDE](#qt-creator-ide)
@@ -101,6 +97,10 @@ know it from Visual Studio.
101
97
-[Notepad Next](#notepad-next)
102
98
-[MetGem](#metgem)
103
99
-[PRE Workbench](#pre-workbench)
100
+
-[Alternative Docking System Implementations](#alternative-docking-system-implementations)
101
+
-[KDDockWidgets](#kddockwidgets)
102
+
-[QtitanDocking](#qtitandocking)
103
+
-[DockingPanes](#dockingpanes)
104
104
105
105
### Docking everywhere - no central widget
106
106
@@ -182,7 +182,7 @@ You can detach dock widgets and also dock areas in the following ways:
182
182
183
183
Normally clicking the close button of a dock widget will just hide the widget and the user can show it again using the toggleView() action of the dock widget. This is meant for user interfaces with a static amount of widgets. But the advanced docking system also supports dynamic dock widgets that will get deleted on close. If you set the dock widget flag `DockWidgetDeleteOnClose` for a certain dock widget, then it will be deleted as soon as you close this dock widget. This enables the implementation of user interfaces with dynamically created editors, like in word processing applications or source code development tools.
This project uses the [LGPLv2.1 license](gnu-lgpl-v2.1.md)
356
356
357
-
358
-
## Alternative Docking System Implementations
359
-
360
-
If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt.
361
-
362
-
### KDDockWidgets
363
-
364
-
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.
365
-
366
-
- [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
**License:** dual-licensed, available under both commercial and GPL license.
370
-
371
-
### QtitanDocking
372
-
373
-
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.
If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt.
487
+
488
+
### KDDockWidgets
489
+
490
+
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.
491
+
492
+
- [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
**License:** dual-licensed, available under both commercial and GPL license.
496
+
497
+
### QtitanDocking
498
+
499
+
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