##// END OF EJS Templates
QValueAxis docs: added usage snippet
QValueAxis docs: added usage snippet

File last commit:

r938:43d9ec405aa3
r1881:f5ee23f6a3a3
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Adds area chart...
r421 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qareaseries_p.h
Michal Klocek
Adds area chart...
r421
PUBLIC_HEADERS += \
$$PWD/qareaseries.h