Qt : what is the difference between layout and widget?
- by Lukasz Lew
I thought that layout is just a widget that keeps more widgets inside.
But now I find that I can't add it to other widgets using addWidget.
For instance how to add a layout to QSplitter?