Advanced Docking System for Qt
Go to file
mfreiholz 1336118e09 Updates some spacings and removes unused code.
Updates demo app style.
2016-02-02 10:13:11 +01:00
AdvancedDockingSystem Updates some spacings and removes unused code. 2016-02-02 10:13:11 +01:00
AdvancedDockingSystemDemo Updates some spacings and removes unused code. 2016-02-02 10:13:11 +01:00
.gitignore Init commit for GitHub. 2015-12-09 12:21:38 +01:00
build.pro Init commit for GitHub. 2015-12-09 12:21:38 +01:00
README.md Updates README file 2016-01-19 12:21:06 +01:00

Advanced Docking System

Requirements

  • C++11 Compiler (e.g.: >=VC12)
  • >= Qt 5.5

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

List of tasks sorted by priority.

  • [] Serialize state/size/positions of dockings #FEATURE
  • [] Deserialize state/size/positions of dockings #FEATURE
  • [] Drop indicator images should be fully visible over the DropOverlay rectangle #FEATURE
  • [DONE] Clean up of unused e.g. count()<=1 QSplitters doesn't work well #BUG

License notes