##// END OF EJS Templates
Added support for data from model to QBarSeries. Various fixes and small modifications to data from model support to other series
Added support for data from model to QBarSeries. Various fixes and small modifications to data from model support to other series

File last commit:

r488:e14529020653
r630:dd8db9a3a988
Show More
barchart.pri
33 lines | 804 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/separator.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/separator_p.h \
$$PWD/stackedbarpresenter_p.h \
$$PWD/barvalue_p.h
PUBLIC_HEADERS += \
$$PWD/qbarseries.h \
$$PWD/qbarset.h \
$$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h