##// END OF EJS Templates
Fix boxplot drawing artifacts with thick pen...
Fix boxplot drawing artifacts with thick pen Change-Id: Ib031f97c72a28cbf58d9d272a33a8a0960dd3991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2552:f2e3b33e0938
r2565:d442525f5441
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