Need help implementing QGraphicsScene/QGraphicsView/QGraphicsItem
-
Hi ,
I have a requirement like, Image representation network topology kind of Tree structure. like a Network topology, contains number of networks. to start with. first will have to start representing a single network contains many network elements in an order, once the single network representation is done, then that network can be attached to main topology network.
so here is my thought is that. I will be using Two QGraphicsScene ,one is for Main Topology representation. and one is for creating a representation of a single Network. once the Single Network is created and that can be pushed to other QGraphicsScene.
Here i wanted to know is this the better approach and is there a Qt Inbuilt options to clone QGraphicsItems drawn on one scene to other Scene.