Is there any way to transform QGraphicsTextItem
like on the picture (curve it around the circumference).
I found QTransform class which i can apply by using QGraphicsItem::setTransform
, but I can't found function to transform text like shown on the picture.