I'm new to Qt, tried several widgets and found that QDockWidget is the most modern/interactive one to work with
But I've found a little limitation "about where to dock the widget only in the 4 sides, left/right/top/bottom"
I want to do one of the two following things and any one should work.
- Add more areas to dock widget "for example it can recognize separators between widgets and get its data from there , then resize itself depending on that"
- Reimplement the whole functions of QDockWidget into QWidget and do it like option 1
Thanks in advance