##// END OF EJS Templates
Area chart of theme example to use zero lower series
Area chart of theme example to use zero lower series

File last commit:

r437:8d9e377a1065
r539:d81325ed2c25
Show More
piechart.pri
16 lines | 304 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 \
$$PWD/pieslice.cpp \
Jani Honkonen
Refactoring piechart API (and internals)
r174 $$PWD/piepresenter.cpp \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieslice.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Add _p to pie internal headers
r353 $$PWD/piepresenter_p.h \
$$PWD/pieslice_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 \
$$PWD/qpieslice.h