Hi,

there is metod for scaling one item
void QGraphicsItem::scale ( qreal sx, qreal sy )
or if you want to scale whole scene then
void QGraphicsView::scale ( qreal sx, qreal sy )

radek.z