Hi,
I think that you can use a QTimer to fire up to 49 days:
The QTimer needs miliseconds
2^32 = 4294967296 maximum miliseconds
4294967296 / 1000 = 4294967,296 seconds
4294967 / 60 = 71582,7882 minutes
71582,7882 / 60 = 1193,04 hours
1193,04 / 24 = 49,7 days
It is not enough you can also fire the timer every day and when it's fired you can use a counter to check if "days" have been passed.
Bookmarks