[SOLVED]minus an integer when time is running
-
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?