##// END OF EJS Templates
Use light outline color instead of dark for bar, area and scatter
Use light outline color instead of dark for bar, area and scatter

File last commit:

r488:e14529020653
r653:f4e416c6727f
Show More
barchart.pri
33 lines | 804 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartmodel.cpp \
$$PWD/barpresenter.cpp \
$$PWD/barpresenterbase.cpp \
$$PWD/percentbarpresenter.cpp \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qbarseries.cpp \
Michal Klocek
Cleanup build setup...
r249 $$PWD/qbarset.cpp \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qpercentbarseries.cpp \
$$PWD/qstackedbarseries.cpp \
Michal Klocek
Cleanup build setup...
r249 $$PWD/separator.cpp \
sauimone
Floating values to bar charts
r263 $$PWD/stackedbarpresenter.cpp \
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 $$PWD/barvalue.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
$$PWD/barchartmodel_p.h \
sauimone
added _p to private class headers
r381 $$PWD/barpresenter_p.h \
$$PWD/barpresenterbase_p.h \
$$PWD/percentbarpresenter_p.h \
Michal Klocek
Cleanup build setup...
r249 $$PWD/separator_p.h \
sauimone
added _p to private class headers
r381 $$PWD/stackedbarpresenter_p.h \
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 $$PWD/barvalue_p.h
sauimone
Floating values to bar charts
r263
Michal Klocek
Cleanup build setup...
r249 PUBLIC_HEADERS += \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qbarseries.h \
Michal Klocek
Cleanup build setup...
r249 $$PWD/qbarset.h \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h
sauimone
Floating values to bar charts
r263