Quote Originally Posted by wysota View Post
Defintely not

You are artificially manipulating the size of each child widget which is not a very good idea. Using graphics view or implementing everything as one widget derived from QAbstractScrollArea would be a much better approach.
Thank you very much.
Can you give some line the code just to start the widget derived from QAbstractScrollArea?

Best