Results 1 to 11 of 11

Thread: mouseMoveEvent contains wrong position?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    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: mouseMoveEvent contains wrong position?

    I guess I now understand what you are trying to do.
    You want to keep the handle FIXED relative to the parent, while u want to change the geometry of the parent item. Am I right ?
    Dont you think on mousemove event, you need to send signal to the parent item ?

    Another thing, instead of using three mouse related functions, you can have a look at QGraphicsItem::itemChange .

    Have a look at this . It has what you want

  2. The following user says thank you to aamer4yu for this useful post:

    draftpunk (12th September 2008)

Similar Threads

  1. Replies: 7
    Last Post: 17th July 2009, 09: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.