multithreading - Qt5: How to create a (cleanup) task that runs once per day at 3:00am? -


this question has answer here:

i using qt5 under windows7.
know how create task using qthread, problem is:
how run every day @ 03:00am?
thinking qtimer, doesn't seem ok... can't linked somehow 03:00am.

just make clear: can't use windows application(s). must coded inside qt app cleaning job too: cleanup history list, trim down 1000 lines (or whatever), etc. so, see can't using taskscheduler or similar windows tools...

you can use windows task scheduler

enter image description here


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -