##// END OF EJS Templates
Check the index is within the valid range...
Check the index is within the valid range Change-Id: I6fe736f912d760b6fd5745cb4572d8cb6d3b49f0 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2765:bcd1945731d3
Show More
boxplotchart.pri
25 lines | 586 B | text/plain | TextLexer
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 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