mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
28 lines
892 B
Markdown
28 lines
892 B
Markdown
# 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.
|
|
|
|
![Layout of widgets](preview.png)
|
|
![Dropping widgets](preview-dragndrop.png)
|
|
|
|
## 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)
|
|
|