How to Lock Application Screen Orientation in Symbian: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 15:47, 14 January 2015

Overview

This code snippet shows how one can have their application screen (ui) to be locked to a particular orientation (landscape or portrait mode)

In your Project profile (.pro) file

You must add the cone.lib, eikcore.lib, and avkon.lib Symbian libraries into the Qt for S60 build for orientation handling.

In your main.cpp file

Note

In the latest Qt Creator you get an option to lock the orientation as a part of the application creation wizard.