Has anyone else deployed an app for symbian in Qt that made use of menuBar()? I have everything running perfect, almost ready to get signed and submit to Ovi store. I just need for my menu to display only the correct actions. When I get a list of actions held by the menuBar, the action (labeled 'Action') I wish to remove is not in the list.
When run in the emulator the menu is correct. But when run on my actual device, the issue shows up. All my application logic is fine, if I compile without widgets in my .ui, the menu is correct, but as soon as I add any widget to my gui, the action 'Action' shows up in my menuBar().
Bookmarks