Hi,
I'm need to do some stuf at specific time. In Android I use AlarmManager to do this but in qt I don't know how to do it. With in my experience with qt, QTimer::singleShot stops when application closed, but I need to make it run after my application closed. I will run application on background but i really don't want to see my application on open application screen.
Thanks for any help.

, I want my application to close not stay background but I think it isn't possible to do such a think in symbian. I asked if there is such a think like Android's AlarmManager 

