##// END OF EJS Templates
label angle initialization fix
label angle initialization fix

File last commit:

r2358:9d5a354692be
r2406:d3d25f8317f5
Show More
callout.pro
15 lines | 232 B | text/idl | PrologLexer
Marek Rosa
Docs update
r2358 !include( ../demos.pri ) {
Marek Rosa
Added callout example (Drawing on top of chart)
r2150 error( "Couldn't find the examples.pri file!" )
}
TARGET = callout
TEMPLATE = app
Marek Rosa
Updated callout example
r2346 SOURCES += \
main.cpp\
callout.cpp \
view.cpp
Marek Rosa
Added callout example (Drawing on top of chart)
r2150
Marek Rosa
Updated callout example
r2346 HEADERS += \
callout.h \
view.h