##// END OF EJS Templates
Removing data from BarSeries through model added
Removing data from BarSeries through model added

File last commit:

r654:c52c8b56cc6c
r663:9af75e8e0281
Show More
barchart.pri
31 lines | 752 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartmodel.cpp \
$$PWD/barpresenter.cpp \
$$PWD/barpresenterbase.cpp \
$$PWD/percentbarpresenter.cpp \
$$PWD/qbarseries.cpp \
$$PWD/qbarset.cpp \
$$PWD/qpercentbarseries.cpp \
$$PWD/qstackedbarseries.cpp \
$$PWD/stackedbarpresenter.cpp \
$$PWD/barvalue.cpp
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
$$PWD/barchartmodel_p.h \
$$PWD/barpresenter_p.h \
$$PWD/barpresenterbase_p.h \
$$PWD/percentbarpresenter_p.h \
$$PWD/stackedbarpresenter_p.h \
$$PWD/barvalue_p.h
PUBLIC_HEADERS += \
$$PWD/qbarseries.h \
$$PWD/qbarset.h \
$$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h