Results 1 to 5 of 5

Thread: animating a QGraphicsObject

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,328
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: animating a QGraphicsObject

    It isn't clear to me how a QPoint would be animated in the first place, since you have two parameters (x and y). Have you tried an animation of just one of the two coordinates, or a parallel animation of both? Do you need to specify some trajectory before a QPoint can be animated, or is there a default, like delta x = delta y?

    I notice you have posted exactly the same question to stackoverflow. That is not considered good etiquette. Post in one place, if you don't get an answer in a reasonable amount of time (a day), then post somewhere else, but never simultaneously in two or more places.
    Last edited by d_stranz; 6th January 2013 at 18:54.

Similar Threads

  1. QGraphicsObject Performance Issue
    By alizadeh91 in forum Qt Programming
    Replies: 0
    Last Post: 13th March 2012, 17:41
  2. QGraphicsObject color change animation
    By mvbhavsar in forum Newbie
    Replies: 8
    Last Post: 30th August 2011, 13:34
  3. How to make an QGraphicsObject animation?
    By luisvaldes88 in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2011, 18:01
  4. protected QGraphicsObject
    By stefan in forum Qt Programming
    Replies: 6
    Last Post: 19th August 2011, 17:04
  5. Replies: 1
    Last Post: 24th October 2010, 02:40

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.