##// 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:

r2734:69f73db4ec09
r2902:1f7564788f9d 5.7
Show More
boxplottester.pro
18 lines | 292 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += charts
QT += core gui widgets
SOURCES += main.cpp \
mainwidget.cpp \
customtablemodel.cpp \
pentool.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h \
pentool.h