##// END OF EJS Templates
Drafting scatter type plotting...
Drafting scatter type plotting Note that the draft implementation is now a part of the test widget. It has to be integrated to the actual API next.

File last commit:

r8:ca68423caa77
r8:ca68423caa77
Show More
chartwidgettest.pro
28 lines | 374 B | text/idl | PrologLexer
TARGET = chartwidgettest
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
CONFIG += charts
CHARTS += widget
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += main.cpp \
mainwidget.cpp \
qscatterseries.cpp \
qchartwidget.cpp
HEADERS += \
mainwidget.h \
qscatterseries.h \
qchartwidget.h