[SOLVED]minus an integer when time is running
QML and Qt Quick
6
Posts
2
Posters
2.4k
Views
1
Watching
-
i want to implement on my application, when time is running the integer previewed in my QML is decreasing, for example for every 5 mins the number that is previewed is decreased by 5,
How can i do this?And another question, the previewed number is stored in a js file offline storage, can i decreased the numbers saved in the storage?