##// END OF EJS Templates
Commented out some lines in declarative examples as barseries model is for now disabled
Commented out some lines in declarative examples as barseries model is for now disabled

File last commit:

r1005:a6e87336a436
r1165:242d6e21d71f
Show More
barchart.pri
31 lines | 743 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
sauimone
combined barpresenterbase and barpresenter. renamed barchartpresenters to barchartitems
r666 $$PWD/barchartitem.cpp \
$$PWD/percentbarchartitem.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 \
sauimone
combined barpresenterbase and barpresenter. renamed barchartpresenters to barchartitems
r666 $$PWD/stackedbarchartitem.cpp \
sauimone
renamed barchart floating values with labels to be consistent with piechart
r820 $$PWD/barlabel.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
sauimone
combined barpresenterbase and barpresenter. renamed barchartpresenters to barchartitems
r666 $$PWD/barchartitem_p.h \
$$PWD/percentbarchartitem_p.h \
$$PWD/stackedbarchartitem_p.h \
sauimone
barchart pimpl part 1
r934 $$PWD/barlabel_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qbarset_p.h \
Michal Klocek
Refactor to use qseries private for implmentation interface...
r943 $$PWD/qbarseries_p.h \
$$PWD/qstackedbarseries_p.h\
$$PWD/qpercentbarseries_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