##// END OF EJS Templates
Added automatic refresh of control points on add/remove point. Spline example updated
Added automatic refresh of control points on add/remove point. Spline example updated

File last commit:

r401:e71d8c300b9c
r431:575ceaee424c
Show More
splinechart.pri
12 lines | 214 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinepresenter.cpp
PRIVATE_HEADERS += \
$$PWD/splinepresenter_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h