##// END OF EJS Templates
QBarCategoryAxis doesn't notify domain on category remove...
QBarCategoryAxis doesn't notify domain on category remove If category is removed from the middle or a new one is inserted into middle the domain doesn't get notification about this. However removing first or last category or inserting a new at the beginning or at the end is working. Change-Id: I1eea3ea0c3e9fa1e0b2ff8dfbe56ae6848839991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2548:b76baa838f46
r2558:0bd3eac43e23
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