You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So for this I would suggest to use a QGraphicsView add it to the scene and inside the QGraphicsView show a scene which contains everything that has to scrollable.
Currently, all children of an item are always rendered and they are visible in their entirety.
In some cases (e.g. the output console in
ConsoleOverlay
) we need a way to only show a subset of the children - a way to scroll the contents.The text was updated successfully, but these errors were encountered: