hello everyone ;
please help me
i am working with QGraphicsView framework and i have a scene and a view that (view.setScene(scene));
when i use this method, view show all of the scene
but i want to show particular parts of the scene (for example : one: from x ,from y, to width, to height ;two: from x',from y', to width',
to height' ; and etc...)
is there any way that i can do like this?
so thanks;