Hi

I am working on a mobile application and I need to know when the user presses one of the physical buttons on the phone. I do not want this detection to be dependent on which Widget that is currently displayed or has the focus. Is there any way to detect keypress on application level independent on which is the currentl widget??

It seems a bit hard to do installEventFilter on all of my Widgets, there must be a better way.