How can I read data in json file from C++, display them on QML listview, handle data and save data into json file? Thank you <3
Unsolved
QML and Qt Quick
-
I want to creat a app that can load data from json file, delete, modify...and save data into .json file,
Thank you for your help! -
Here is a project which uses exactly that approach, maybe you'll find it useful https://github.com/sierdzio/stimeline.
In general, though, if you have questions and want good answers, try asking specific questions.