anybody has ideas how to resize an image to fit the bounds of a qgraphicsview keeping aspect ratio... WITHOUT USING sceneRect() ? . ...
how about an example for
void QGraphicsScene::render ( QPainter * painter, const QRectF & target = QRectF(), const QRectF & source = QRectF(), Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio ) . . . .
Bookmarks