Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
pass values database in Qchartjs
-
hi Guys :) ,
I want to send values database to chart , How're you should I send values to the chart
thanks
-
Hi,
What kind of database are you using ?
-
hi my bro , I am using mysql database
-
Depending what data you want to use from the database, you can write a subclass of QSqlTableModel to make it accessible to QML.