PDA

View Full Version : problem with rotating screen and using QKineticScroller



taites
27th March 2011, 10:15
hello,
i need to rotate a QT application working on meego on my lenovo tablet meaning i need the whole application to be rotated 90 degrees so i can use the tablet sideways(800X400 application screen).
i've tried wrapping the main widget with QGraphicsScene and QGraphicsView and using the .rotate(90) method. it works but then disables the QkineticScrollers i implemented on my QlistWidgets.

i've also tried finding a way to rotate the screen through meego os but i can't find any way to do that.

can someone help?
thanks