mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Advanced Docking System for Qt
.settings | ||
demo | ||
src | ||
_config.yml | ||
.astylerc | ||
.cproject | ||
.gitignore | ||
.project | ||
.travis.yml | ||
ads.pro | ||
ContainerWidget.dat | ||
gnu-gpl-v3.0.md | ||
LICENSE.md | ||
MainWindow.dat | ||
preview-dragndrop.png | ||
preview.png | ||
README.md |
Advanced Docking System for Qt
Manages content widgets more like Visual Studio or similar programs. I also try to get everything done with basic Qt functionality. Basic usage of QWidgets an QLayouts and using basic styles as much as possible.
Tested Compatible Environments
- Windows 10
Build
Open the build.pro
with QtCreator and start the build, that's it.
You can run the demo project and test it yourself.
Release & Development
The master
branch is not guaranteed to be stable or does not even build, since it is the main working branch.
If you want a version that builds, you should always use a release/beta tag.
Developers
- Uwe Kindler, Project Maintainer
- Manuel Freiholz
License information
This project uses the [GPLv3 license] (gnu-gpl-v3.0.md)