Override Qt::Key_Camera event in Symbian
-
-
I am not aware of any method to override it. may be you can try bringing your app to foreground and killing camera app in background.
-
I do rememebr similar problem in one of my apps in the past but with 'End' key (Red Phone key that quits the app). It did not seem to be possible to stop it's system 'natural' handling with Qt code so we had to use some Symbian native code (to stop 'natural' handlig that is).
Unfortunatelly i can't post any code snippet as i don't have it but it may give you some hints on where to look for a solution. -
(Quite late reply, but better late than never)
Please have a look at:
"http://bugreports.qt.nokia.com/browse/QTMOBILITY-1379":http://bugreports.qt.nokia.com/browse/QTMOBILITY-1379...and post there if you find some issues with the solution.