Hi everyone,
I have following problem. I am creating program that allows to make network schematics. It is based on QGraphicsScene and QGraphicsItem as network nodes. I'm creating QGraphicsScene with some default size, let's say 800x600. However in case of huge diagrams I need to expand QGraphicScene in order to be able to put so many network nodes as I want to. Is there any simple way to do it, for instance by using scrollbars in order to expand scene into infinity?