View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#373
Originally Posted by Arthuro_Adam View Post
If you upload a new version, I will test it on N9.
It seems that setAttribute(Qt::WA_Maemo5AutoOrientation, true);
does not compile for MeeGo ('WA_Maemo5AutoOrientation' is not
a member of 'Qt'). So I had to '#ifdef Q_WS_MAEMO_5' that
instruction.

The latest build of today is available on
http://davy.preuveneers.be/phoneme/public/maemo/deb/

Though on the N9, I don't think you will see any auto-rotation.
There seems to be an approach to wrap QWidgets in a QML
project to support auto-rotation.

http://www.developer.nokia.com/Commu...d-N9-qt-Widget

I will first have a look at that before I go and restart rewriting the
UI frontend.

Davy