33 #ifndef MIXERCURVELINE_H
34 #define MIXERCURVELINE_H
36 #include <QGraphicsItem>
40 class Edge :
public QGraphicsItem
54 enum {
Type = UserType + 12 };
59 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget);
69 #endif // MIXERCURVELINE_H