2016-07-15 15:06:33 +08:00
|
|
|
# Advanced Docking System for Qt
|
2016-04-05 14:01:14 +08:00
|
|
|
|
2016-02-15 19:27:23 +08:00
|
|
|
Manages content widgets more like Visual Studio or similar programs.
|
2016-02-02 21:35:51 +08:00
|
|
|
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
|
|
|
|
2016-03-08 21:24:33 +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
|
2016-02-02 21:35:51 +08:00
|
|
|
|
|
|
|
## 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
|
|
|
|
2016-02-18 22:06:00 +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-18 22:06:00 +08:00
|
|
|
|
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
|
|
|
|