Hi !
I am trying to build an application using QtQuick 1.1, Qt 4.7.4 and deploying on a Nokia N8.
I have locked the screen orientation with :
It works great as long as the application is launched in PortraitMode from the applications dashboard. But if my phone is in landscape, my application will display in portrait but resize to half of the screen only.Code:viewer->setOrientation(QmlApplicationViewer::ScreenOrientationLockPortrait);
Any idea ?
Thanks



