Hi All,
I am developing a application in which I am adding no of items into the scene. I know that by default view shows the item in the center. thats fine with my application. Now when I try to animate the items with setPosAt to move the items all the items gets togather at the center of the view overlapping eachother. I think this is the problem with SceneRect. Now I need to set the definitive scene rect . I have tried it to set using setSceneRect but it doesn't worked. Can anyone please help me out. Do I need to subclass QGraphicsScene class inorder to override setSceneRect.

Thanks and Advance.