Hello,
I'm starting with QT for symbian. (I'm using the QT plugin for S60-5th sdk in carbide) and I have some trouble to create the menus like I want. For the Designs I'm principaly using the ui editor in carbide.
- My qt application is a QT main windows.
- Even if I remove the menu of my screen, I've always the right softkey "exit". I don't know how to remove it
- If I want to add some menu/actions, .. (here is my object tree)
->menuBar
---->menuMenu
------>actionMyaction1
------>actionMyAction2
In the application I obtain two softkeys (option and exit)
if I click on options I get two possiblities "Menu" (my menu, but I want it to be the root, and not a sub menu in option) and an action called "Actions" ( I don't know where it's comes from) when I click it there is some options displayed (cut, copy, past,...)
So, how can I realy have the controle over the menus, menusbars. I tried to clear() my menubar() but I always got the default things like "action" or the "exit" rightSoftKey. What is the right way to do it ?
I presume like I can use the old style CBA buttons from symbian c++, but I'm pretty sure that it's possible to do it simply with QT. I just didn't found the right way.
For example I want to use a stackwidget, and switching between cba and menus depending of which widget I am.
Thank you.



