##// END OF EJS Templates
QChart mapping functions: return QPoint(0, 0) if series type is Pie...
QChart mapping functions: return QPoint(0, 0) if series type is Pie Some QLogValueAxis tests added. Most commented out. LogDomain correctly move, zoomin and zoomout when log base is less than 1

File last commit:

r2155:efb312b94196
r2351:bd26609a29ae
Show More
lineseriesdevice.cpp
6 lines | 113 B | text/x-c | CppLexer
/ demos / audio / lineseriesdevice.cpp
Marek Rosa
Added audio input demo
r2155 #include "lineseriesdevice.h"
LineSeriesDevice::LineSeriesDevice(QObject *parent) :
QLineSeries(parent)
{
}