mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Updates README file
This commit is contained in:
parent
8029069335
commit
acd549d6a6
@ -1,18 +0,0 @@
|
|||||||
# 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
|
|
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# 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
|
||||||
|
- Copied drop images from http://www.codeproject.com/Articles/140209/Building-a-Docking-Window-Management-Solution-in-W
|
Loading…
Reference in New Issue
Block a user