##// END OF EJS Templates
Set the first pie slice exploded and label visible in chartthemes demo
Set the first pie slice exploded and label visible in chartthemes demo

File last commit:

r666:6018938e3db4
r699:367aeb7897cf
Show More
barchart.pri
29 lines | 685 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartmodel.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
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
combined barpresenterbase and barpresenter. renamed barchartpresenters to barchartitems
r666 $$PWD/barchartitem_p.h \
$$PWD/percentbarchartitem_p.h \
$$PWD/stackedbarchartitem_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