##// END OF EJS Templates
adds message to charts.prf
adds message to charts.prf

File last commit:

r13:335e8906dfcb
r18:ff85d1e7d272
Show More
chartwidgettest.pro
32 lines | 448 B | text/idl | PrologLexer
Tero Ahola
New features like chart type to the test app
r5 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 \
Tero Ahola
Drafting scatter type plotting...
r8 mainwidget.cpp \
qscatterseries.cpp \
Tero Ahola
Scatter data point now shown using a picture
r13 qchartwidget.cpp \
qseriespointgraphicsitem.cpp
Tero Ahola
New features like chart type to the test app
r5
HEADERS += \
Tero Ahola
Drafting scatter type plotting...
r8 mainwidget.h \
qscatterseries.h \
Tero Ahola
Scatter data point now shown using a picture
r13 qchartwidget.h \
qseriespointgraphicsitem.h
Tero Ahola
Drafting scatter type plotting...
r8
Tero Ahola
New features like chart type to the test app
r5