| 23 | QGraphicsTextItem(text) { } |
| 24 | |
| 25 | QRectF RectangleAnnotationTool::QGraphicsTextItemWithBackground::boundingRect() const { |
| 26 | return QGraphicsTextItem::boundingRect().adjusted(-5, -5, 5, 5); |
| 27 | } |
| 28 | |
| 29 | void RectangleAnnotationTool::QGraphicsTextItemWithBackground::paint(QPainter *painter, const QStyleOptionGraphicsItem *o, QWidget *w) { |
| 30 | painter->setPen(Qt::NoPen); |
nothing calls this directly
no outgoing calls
no test coverage detected