61 : QGraphicsPathItem(parent)
80 QBrush brush = this->brush();
81 brush.setTransform(painter->combinedTransform().inverted());
82 this->setBrush(brush);
83 QGraphicsPathItem::paint(painter, option, widget);
NonScalingFillPathItem(QGraphicsItem *parent=nullptr)
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) Q_DECL_OVERRIDE