I'm currently developing an application for smartphone.
I want to generate a notification every time that the Date match with the time now. Every data are stored on a Qt Quick Local Storage 2.0 that is fill during some process on my QML files.
I'm using a QTimer to check every minute if one of my data match the time now, but my problem is that i dont know how to read the database ...
Or maybe i thinking about using this : WorkerScript but it dont seems that I can run this on the background every minutes when my app is close