Qt-Advanced-Docking-System/README.md
mfreiholz 19b5f57610 Adds function to generate context menu with available contents.
Refactors some auto-keywords to its real class names.
Paints drop location based on cursors drop area indicator.
Waits a few pixel before moving tab from SectionWidget.
2016-02-02 13:49:10 +01:00

819 B

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).

TODOs

  • [] Serialize state/size/positions of dockings
  • [] Deserialize state/size/positions of dockings
  • [] Drop indicator images should be fully visible over the DropOverlay rectangle

Bugs

  • Working with outer-edge-drops sometimes leaves empty splitters
  • [DONE] Clean up of unused e.g. count()<=1 QSplitters doesn't work well

License notes