Hi
Well it could work but you will have the issue that a row can only be one height so
if one big and the rest small, it will look odd.
alt text
But if all chart will be ca same size yes it should work ok.
Alternatively, you could tweak this
https://doc.qt.io/qt-5/qtwidgets-layouts-flowlayout-example.html
and put it into a QScrollArea.
Add this to it
https://wiki.qt.io/Widget-moveable-and-resizeable
Tweak it a bit and it should allow for a group of chars in various sizes and
scrollable.