I am trying to detect:
- log off
- shut down
- restart
- command + Q
- right-click on tray icon + Quit
... events using macEventFilter and Carbon or by using QApplication::saveState, QApplication::commitData but no events arrive in the mac filter and no saveState and commitData events are spotted.
You have mentioned that Qt Cocoa's NSWorkspace approach to detect shutdown/log off events does not produce the desired results.
NSWorkspaceWillPowerOffNotification not working with Qt Cocoa Mac Application http://bugreports.qt.nokia.com/browse/QTBUG-18624
I am currently trying to figure out how to detect these events using either pure Qt or Qt Cocoa.
Regards