Qt-Advanced-Docking-System/README.md

28 lines
892 B
Markdown
Raw Normal View History

# 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.
2016-01-19 19:21:06 +08:00
![Layout of widgets](preview.png)
![Dropping widgets](preview-dragndrop.png)
2016-02-17 17:57:28 +08:00
2016-02-19 19:41:15 +08:00
## Tested Compatible Environments
2017-02-20 17:06:55 +08:00
- Windows 10
## Build
Open the `build.pro` with QtCreator and start the build, that's it.
2016-02-19 19:41:15 +08:00
You can run the demo project and test it yourself.
2016-01-19 19:21:06 +08:00
## Release & Development
2016-02-19 19:41:15 +08:00
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.
2016-02-19 19:41:15 +08:00
## Developers
2017-02-20 17:08:19 +08:00
- Uwe Kindler, Project Maintainer
- Manuel Freiholz
2016-01-19 19:21:06 +08:00
2016-02-19 19:41:15 +08:00
## License information
2017-02-20 17:06:55 +08:00
This project uses the [GPLv3 license] (gnu-gpl-v3.0.md)
2016-02-19 19:41:15 +08:00