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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

asp.net mvc - Cannot display error message on Editor or EditorFor -

php - Using str_replace to translate a MySQL Table in html -