##// END OF EJS Templates
In QML axisXTop didn't go top...
In QML axisXTop didn't go top It looked like the signal was connected to wrong slot. Probably copy&paste bug. Change-Id: Ie4887970891f3b902b71fb0b686c4adbbc1d48b1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2358:9d5a354692be
r2576:dee90918a18a
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