##// END OF EJS Templates
Adds scroll support...
Adds scroll support * adds scroll animation * adds simple left,right,up,down key handling * adds ticks handling to domain

File last commit:

r486:7ab45bf9f776
r531:64f37cf5241e
Show More
dynamiclinechart.pro
10 lines | 168 B | text/idl | PrologLexer
Michal Klocek
Renames example -> examples
r486 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
Michal Klocek
Refactors qchart , adds line animation...
r131 }
Michal Klocek
Examples build setup cleanup
r252 QT+=opengl
TARGET = dynamiclinechart
Michal Klocek
Refactors qchart , adds line animation...
r131 SOURCES += main.cpp
Michal Klocek
update dynamiclinechart example
r133 HEADERS += wavegenerator.h
Michal Klocek
Refactors qchart , adds line animation...
r131