7 #ifndef GRAPHICS_ARCITEM_H
8 #define GRAPHICS_ARCITEM_H
10 #include <QGraphicsEllipseItem>
21 QGraphicsItem *parent = 0);
25 QGraphicsItem *parent = 0);
32 virtual void paint (QPainter *painter,
33 const QStyleOptionGraphicsItem *option,
41 #endif // GRAPHICS_ARCITEM_H
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Paint without interior fill.
Draw an arc as an ellipse but without lines from the center to the start and end points.
virtual QRectF boundingRect() const
QGraphicsEllipseItem ignored transformation when computing bounding rectangle, although it should so ...