I am writing an app using Qt 5.9 with C++ main and QML UI on the top. Everything fine (including sending signals from C++ to QML) but when I add ChartView to th
ChartView
If you are going to use Qt Charts you must change the QGuiApplication to QApplication and add QT += widgets to .pro
QGuiApplication
QApplication
QT += widgets