##// END OF EJS Templates
Fix grid animation to do not go out of bound
Fix grid animation to do not go out of bound

File last commit:

r488:e14529020653
r504:142210a64aff
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