PDA

View Full Version : Missing "Options" button on Symbian Touch simulator



baluk
27th September 2010, 14:31
Hi,

In my mobile Qt app, I am using a simulator to simulate the app for Symbian Touch mobile. I have fallowed the link http://doc.qt.nokia.com/qtcreator-2.0.80/creator-mobile-example.html to start developing mobile app. In the example it is showed that there are two default buttons "Exit" and "Options" to Symbian touch mobile. But I can only see the "Exit" option. Please tell me how can I get this option.

Below is the Simulator image

Thank You,
Baluk

tsp
27th September 2010, 15:34
At least the projects I have done in Ubuntu for Symbian looks similar to yours i.e. Options is missing in the simulator but if you add something to menu (menuBar()->add...) those are visible in the "Qt Simulator Control" -> "Application's menubar" (visible in your screenshot). Please note that in the real device there is Options menu and all the menu items are there.

baluk
27th September 2010, 15:45
Hi tsp,

Thank you for the reply. So, whatever options I add to the menuBar will be seen under "Options" button in real time. I just want to make it understandable in my way :).

Thank You,
Baluk