##// END OF EJS Templates
Fix animation artifact with boxplots....
Fix animation artifact with boxplots. Also rename m_moveMedianLine to m_changeAnimation to clarify things. Change-Id: I342434c479a9a8cac3a2eed3dafa5692b3c30f72 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2552:f2e3b33e0938
r2564:b874ab753024
Show More
polarcharttest.pro
21 lines | 363 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = polarcharttest
TEMPLATE = app
INCLUDEPATH += .
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui