You can use QGraphicsScene::setSceneRect(QRectF),. It will set logical coordinates you want.
Ex : if your scene geomerty is 0,0, width , height
I think what you can do is :Qt Code:
scene->setSceneRect(0, heigh, width, -height);To copy to clipboard, switch view to plain text mode
Bookmarks