##// END OF EJS Templates
Scatter series marker visuals
Scatter series marker visuals

File last commit:

r145:251cad7c49ee
r195:3f425cc48265
Show More
dynamiclinechart.pro
16 lines | 283 B | text/idl | PrologLexer
Michal Klocek
Refactors qchart , adds line animation...
r131 !include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TARGET = dynamicLineChart
TEMPLATE = app
Michal Klocek
Fix previous broken commit
r145 QT += core gui opengl
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