##// END OF EJS Templates
Some perfs improvments....
Some perfs improvments. Fixed bug on update outside of data range. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2834:77545ecc2ba8
r2902:1f7564788f9d 5.7
Show More
openglseriestest.pro
19 lines | 353 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui widgets
TARGET = openglseriestest
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp \
datasource.cpp
HEADERS += mainwindow.h \
chartview.h \
datasource.h
FORMS += mainwindow.ui