##// END OF EJS Templates
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.

File last commit:

r1164:9203960160af
r1208:2943560d5819
Show More
piechart.pri
20 lines | 428 B | text/plain | TextLexer
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem.cpp \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem.cpp \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Move PieSliceData to own header
r675 $$PWD/pieslicedata_p.h \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem_p.h \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qpieseries_p.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PUBLIC_HEADERS += \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieseries.h \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h