How to catch QSystemTrayIcon quit event
I have QSystemTrayIcon subclass , inside i have
- connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
CloseEvent doesn’t work here .. how can i catch this quit event ?
i want to save data befor closing .
3 replies
You must log in to post a reply. Not a member yet? Register here!


