4 #ifndef pqAnglePropertyWidget_h
5 #define pqAnglePropertyWidget_h
9 #include <QScopedPointer>
25 Q_PROPERTY(QList<QVariant> points READ points WRITE setPoints NOTIFY pointsChanged);
36 QList<QVariant>
points()
const;
37 void setPoints(
const QList<QVariant>& points);
54 QScopedPointer<pqInternals> Internals;