##// END OF EJS Templates
Refactoring declarative xy series
Refactoring declarative xy series

File last commit:

r675:4c3dbc730cf9
r793:dbc1daf2590a
Show More
piechart.pri
19 lines | 406 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 \
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
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 \
Jani Honkonen
Adding PIMPL to pie
r669 $$PWD/qpiesliceprivate_p.h \
$$PWD/qpieseriesprivate_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