##// END OF EJS Templates
Add invokable clear() for QML bar category axis...
Add invokable clear() for QML bar category axis Changed clear() method to invokable for QBarCategoryAxis. Task-number: QTRD-2631 Change-Id: I0aa00a44ae5c6bd5b59ecf630d938b5cc484f62e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2548:b76baa838f46
r2691:0f386f5dd654
Show More
boxplotchart.pri
25 lines | 586 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/boxplotchartitem.cpp \
$$PWD/qboxplotseries.cpp \
$$PWD/boxwhiskers.cpp \
$$PWD/qboxset.cpp \
$$PWD/qboxplotmodelmapper.cpp \
$$PWD/qvboxplotmodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/boxplotchartitem_p.h \
$$PWD/qboxplotseries_p.h \
$$PWD/boxwhiskers_p.h \
$$PWD/boxwhiskersdata_p.h \
$$PWD/qboxset_p.h \
$$PWD/qboxplotmodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qboxplotseries.h \
$$PWD/qboxset.h \
$$PWD/qboxplotmodelmapper.h \
$$PWD/qvboxplotmodelmapper.h