##// END OF EJS Templates
Added clicked signal to scatter...
Added clicked signal to scatter Also optimized painting implementation to use shapes. This introduced a bug: some of the markers are now drawn with no brush...

File last commit:

r252:43766a725919
r316:101197172c50
Show More
piechart.pro
8 lines | 160 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
Jani Honkonen
Added piechart example
r128 }
TARGET = piechart
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 SOURCES += main.cpp customslice.cpp
HEADERS += customslice.h
Jani Honkonen
Added piechart example
r128