Zooming a qimage
Hi,

I've a graphicsItem with a qimage.

I need zooming this item but i want maintain the original size of the qimage.

I use the QTransform scale.

It's ok.

Now, I need to use the smooth transformation when I zoomIn the item.

I think it's impossible with QTransform. I try with many way, but I can't do it.

Does anybody know a way to make this?

PS. I need to use the QTransform() cause this Item can have a child items, and in this mode I can resize all.