Oh, I see. Try calling QGraphicsItem::setTransformOriginPoint() pointing to the center of your pixmap (boundingRect().center()). If it doesn't work then you'll have to subclass your item class.
Oh, I see. Try calling QGraphicsItem::setTransformOriginPoint() pointing to the center of your pixmap (boundingRect().center()). If it doesn't work then you'll have to subclass your item class.
Bookmarks