QTCharts not showing up
Unsolved
QML and Qt Quick
-
Hi,
It depends, are you using Qt under GPL or LGPL ? If the former, no problem, if the later then yes, you'll need a licence or make your project GPL.
-
@Mamatha
Please check one thing as far as I remember we have to make some changes in main.cpp also.
#include<QGuiApplication> should be changed to
#include<QApplication> in main.cpp.
Please check have you done this change.Check this :https://doc.qt.io/qt-5/qtcharts-index.html