changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
2:56cd8111b7f7 | 3:41300fa6a67c |
---|---|
52 |
52 |
53 void setBaseLine(qreal y) { m_baseLine = y; } |
53 void setBaseLine(qreal y) { m_baseLine = y; } |
54 |
54 |
55 QRectF boundingRect() const; |
55 QRectF boundingRect() const; |
56 |
56 |
57 void draw(QPainter *painter, QGraphicsEffectSource *source); |
57 void draw(QPainter *painter); |
58 |
58 |
59 private: |
59 private: |
60 void adjustForItem(); |
60 void adjustForItem(); |
61 |
61 |
62 private: |
62 private: |