##// END OF EJS Templates
For BarChart labels for legend are now taken from model's headerData (row or column)
For BarChart labels for legend are now taken from model's headerData (row or column)

File last commit:

r1006:a8ef6d6db8bf
r1012:63ded67c2d2b
Show More
axis.pri
15 lines | 328 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/chartaxis.cpp \
$$PWD/qaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/chartaxis_p.h \
$$PWD/qaxis_p.h \
$$PWD/qchartaxiscategories_p.h
PUBLIC_HEADERS += \
$$PWD/qaxis.h \
$$PWD/qchartaxiscategories.h