Results 1 to 18 of 18

Thread: How to move an item on a GraphicsScene

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #18
    Join Date
    May 2008
    Posts
    19
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to move an item on a GraphicsScene

    Quote Originally Posted by jacek View Post
    No, because you can't control visibility with QTimeLine.

    You need:
    • a list of items that must be added to the scene,
    • a slot which adds an item from the list to the scene,
    • QTimer which fires that slot until the list is empty.


    P.S. Please, use the [ quote ] tags.
    [QUOTE=Holy;76800].
    I'll try like u say. Thanks
    Last edited by jacek; 26th July 2008 at 01:21. Reason: fixed bbcode

Similar Threads

  1. Move and resize with layout
    By waediowa in forum Qt Programming
    Replies: 0
    Last Post: 14th May 2008, 09:16
  2. Item Delegate Painting
    By stevey in forum Qt Programming
    Replies: 3
    Last Post: 9th May 2008, 08:37
  3. Replies: 1
    Last Post: 19th April 2007, 23:23
  4. how to display full tree item name on mouse move ?
    By rajesh in forum Qt Programming
    Replies: 5
    Last Post: 15th November 2006, 09:41
  5. how change the QListBox item position by pixel
    By roy_skyx in forum Qt Programming
    Replies: 2
    Last Post: 20th January 2006, 02:34

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.