7 #ifndef GRAPHICS_ARCITEM_H 8 #define GRAPHICS_ARCITEM_H 10 #include <QGraphicsEllipseItem> 25 QGraphicsItem *parent = 0);
29 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.