##// END OF EJS Templates
Spline chart example added
Spline chart example added

File last commit:

r353:e5ed5bdfafc1
r434:52aa7c3abf86
Show More
piechart.pri
18 lines | 362 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/pieslicelabel.cpp \
$$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 \
$$PWD/pieslicelabel_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