##// END OF EJS Templates
fix painting coordinates and added LGPL
fix painting coordinates and added LGPL

File last commit:

r0:5db0360e1259 default
r7:a8e6b5a8e8d0 tip default
Show More
openglseriestest.pro
19 lines | 353 B | text/idl | PrologLexer
winter
first init : ColorMapChart added to QtCharts
r0 !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