##// END OF EJS Templates
Added parametric zoom on QChart....
Added parametric zoom on QChart. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2834:77545ecc2ba8
r2900:7532b52dd10c
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