Hi I am working in symbian QT,sdk 5.
When i create a new project a exit menu is display at the right side.
How to delete or get control on this menu?
Thanks in advance.
--Auni
Printable View
Hi I am working in symbian QT,sdk 5.
When i create a new project a exit menu is display at the right side.
How to delete or get control on this menu?
Thanks in advance.
--Auni
Hi,
Exit menu on the right side is used to exit from your application, you are not require to do any program for that.If you dont want Dispaly exit menu than you can use showfullscreen() option when you display your widgets.
Regards.
Thanks Jajal Mehul for reply.
according to ur reply i use 'showfullscreen()'.But it is not a built in function.So syntex error.i inherit QWidget(parent).may i need to change it?
Is it built-in function?If no,then what the content of that function?How can i replace 'Exit' on 'Back' or different command?
Thanks in Advance.
--Auni
[QUOTE=saniat.rasel;577076]Thanks Jajal Mehul for reply.
according to ur reply i use 'showfullscreen()'.But it is not a built in function.So syntex error.i inherit QWidget(parent).may i need to change it?
Is it built-in function?If no,then what the content of that function?How can i replace 'Exit' on 'Back' or different command?
Thanks in Advance.
--Auni[/QUOTE]
Presently It is not possible to rename the exit to back.
Second thing, if you had created a win than you can try win->showFullScreen().
Hi,
I m having similar sort of an issue, We cannot change the text of the RSK and hide it using the full screen mode. But I want to trap the exit event from RSK and do something there. Can anybody help in trapping the RSK in QT..
[QUOTE=sahdev_nitin;584973]Hi,
I m having similar sort of an issue, We cannot change the text of the RSK and hide it using the full screen mode. But I want to trap the exit event from RSK and do something there. Can anybody help in trapping the RSK in QT..[/QUOTE]
Hi,
Take a look at this [URL="http://wiki.forum.nokia.com/index.php/CS001352_-_Listening_for_Symbian_key_events_in_Qt"]article[/URL], it shows how to capture a key event in Qt, Although i am not sure whether it can be use to capture the RSK or not but you can try using it.
Regards.