##// END OF EJS Templates
test better layout calcuation
test better layout calcuation

File last commit:

r2346:1937d28dc870
r2353:f0ebc1456fe5
Show More
callout.pro
15 lines | 235 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
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