Results 1 to 11 of 11

Thread: Efficient Scaling and Rotating of QGraphicsView

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    83
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Efficient Scaling and Rotating of QGraphicsView

    An additional note. Once the user has scaled the image to a different ratio then the original, even using the scroll bars for the graphicsView lag moving the content of the graphicsView.

  2. #2
    Join Date
    Oct 2006
    Posts
    83
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Efficient Scaling and Rotating of QGraphicsView

    I just fixed the problem (still a few minor bugs to go through). Instead of returning an entire Pixmap, I needed only return the area of the Pixmap that I needed to display using the QPixmap's copy function. After I have all the code in place I will paste it for review.

    Thanks Wysota for all your help on this issue.

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
  •  
Qt is a trademark of The Qt Company.