Qt-Advanced-Docking-System/AdvancedDockingSystem
2015-12-09 17:22:43 +01:00
..
res Init commit for GitHub. 2015-12-09 12:21:38 +01:00
src/ads Init commit for GitHub. 2015-12-09 12:21:38 +01:00
AdvancedDockingSystem.pro Adds c++11 flags for compiler. 2015-12-09 17:22:43 +01:00
README.md Init commit for GitHub. 2015-12-09 12:21:38 +01:00

Advanced Docking System

Developed by Manuel Freiholz

Notes

  • SectionContent may safe a "size-type" property, which defines how the size of the widget should be handled.
    • PerCent: Resize in proportion to other widgets.
    • Fixed: Width or height are fixed (based on orientation).

TODO / Issues

[ ] Drop indicator images should be fully visible over the DropOverlay rectangle. [ ] Clean up of unused e.g. count()<=1 QSplitters doesn't work well.

License notes