Difficulty to show only what I want in QGraphicsview
Hello every one.
Im using Qtcreator 2.0, and Im having difficulty to show only what I placed in the Scene.
My code is like that:
- QPolygon Polygon;
- ui->graphicsView->scene()->addPolygon(Polygon);
The Polygone that Im inserting is showed better when it run the last command. but it still small in the QGraphicsview
Anyone knows how to solve this?
1 reply
You must log in to post a reply. Not a member yet? Register here!


