Hello!
I need to place variable amount of widgets (buttons for example) on
another widget. In case amount of childs is too much to display at
once, parent should provide scrollbars.
I use flow layout from qt examples (customlayout example) and that's
why QScrollView can't help (I don't know how it can) me. It just squeezes flow layout to one column.
I also tried simple QFrame as container. Flow layout on it works well but when all widgets can't be displayed at once it provides no scroll bars and scrapes outer layout. (see figs http://dteslenko.googlepages.com/qtinterest-1-ok.png and http://dteslenko.googlepages.com/qtinterest-1-bad.png)