Alternative to rotating framebuffer
Mobile and Embedded
2
Posts
2
Posters
2.4k
Views
1
Watching
-
-
For QML, you could try adding
@
rotation: 90
@
in your root element or use a "Rotation":http://developer.qt.nokia.com/doc/qt-4.8/qml-rotation.html element in the transform property of the root element.