PDA

View Full Version : can it be possible ?



aj2903
16th January 2009, 08:02
I have successfully able to scroll widget in QScrollArea . but can i rotate the widget in QScrollArea?

aamer4yu
16th January 2009, 12:21
Yes, you can.
But you will need to use widgets inside graphics view. (from Qt 4.4 onwards)
Have a look at embedded widgets in 4.4, and chip demo,,, u will get the idea

sh123
27th January 2009, 10:36
I have the same problem.R u done with rotate in Qscrollarea

jpn
27th January 2009, 12:57
I have the same problem.R u done with rotate in Qscrollarea
Did you read what aamer4yu said? QScrollArea is not able to rotate its widget. For that, you must use QGraphicsView instead of QScrollArea.

Br, jp86123