mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-02-03 17:59:12 +08:00
19 lines
620 B
Markdown
19 lines
620 B
Markdown
|
# 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
|
||
|
- Copied drop images from http://www.codeproject.com/Articles/140209/Building-a-Docking-Window-Management-Solution-in-W
|