##// END OF EJS Templates
donutbreakdown example now has customized legendmarkers
donutbreakdown example now has customized legendmarkers

File last commit:

r2150:128c1c36c673
r2233:222c26d04db8
Show More
callout.pro
13 lines | 211 B | text/idl | PrologLexer
Marek Rosa
Added callout example (Drawing on top of chart)
r2150 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = callout
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
callout.cpp
HEADERS += widget.h \
callout.h