I am developing my first Qt application which is targeted for Symbian and Harmattan platforms. I code it in QML with the default QMLApplicationViewer C++ code to start the app.

When I test the app in Symbian Emulator, two extra buttons are showed in the bottom of the screen, one without function and the other with an exit function. When I test on a physical device these buttons are not present. Why do they appear in the emulator, and can I somehow turn them off?