##// END OF EJS Templates
Added hover support to splinechart and updated callout example
Added hover support to splinechart and updated callout example

File last commit:

r2155:efb312b94196
r2256:fb69d3a3a2fe
Show More
lineseriesdevice.cpp
6 lines | 113 B | text/x-c | CppLexer
/ demos / audio / lineseriesdevice.cpp
#include "lineseriesdevice.h"
LineSeriesDevice::LineSeriesDevice(QObject *parent) :
QLineSeries(parent)
{
}