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 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
Last edited by saniat.rasel; 2009-04-24 at 04:30.
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.
Jajal Mehul
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
Last edited by saniat.rasel; 2009-04-24 at 04:30.
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..
Hi,
Take a look at this article, 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.
Jajal Mehul