PDA

View Full Version : Restrict text Zooming on QgraphicsItem



prasad.ece2
8th October 2013, 06:02
hi, i have customized QGraphicsItem on scene, i have to display id's on each item (i am displaying the text inside the item in paint() using qpainter->drawtext("Id") ), when i zoom a item, the text also getting zoom, how can i stop text zooming, so that only my item will zoom but not text .