How to Change softkeys default label text?
-
I have a simple app with only one menu (QMenubar)
When I run it on phone. On the left screen display "Options", and on the right it display "exit"
How can I change this default text?
Please give me some sniped code.
Thanks you! -
Are you running on a symbian phone? Which version of the OS? Which Qt version are you targeting?
-
Thanks for reply!
My phone is E72 symbian S60. version 031.023.C00.01
QT version: 4.7.2
I can set softkey text label for action, button. but I can't do it with QMenubar.