QLineSeries undeclared identifier
-
Hello, thank you for answer me.
This is that I am trying. This type of graphic:
http://doc.qt.io/qt-5/qtcharts-linechart-example.html
but Qt doesn't recognize me the QLineSeries
Thank you
-
in your .pro file add
QT += charts
and then rerun qmake
source: https://doc.qt.io/qt-5/qtcharts-index.html#getting-started -
Hi,
Don't use the module wide include in production code. Include only what you use. That way you'll save on compile time.