##// END OF EJS Templates
Animation refactor...
Animation refactor * removes animation per derived item desing * new design aims to make centralized animation hadnling * removes animationitem and animator templets * removes axisanimationitem * adds chartanimator * adds chartanimatioms * add axis and xy animations

File last commit:

r486:7ab45bf9f776
r530:d482058261e4
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