Results 1 to 4 of 4

Thread: can it be possible ?

  1. #1
    Join Date
    Sep 2008
    Posts
    84
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question can it be possible ?

    I have successfully able to scroll widget in QScrollArea . but can i rotate the widget in QScrollArea?

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: can it be possible ?

    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

  3. #3
    Join Date
    Nov 2008
    Posts
    52
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: can it be possible ?

    I have the same problem.R u done with rotate in Qscrollarea

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: can it be possible ?

    Quote Originally Posted by sh123 View Post
    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
    J-P Nurmi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.