Results 1 to 6 of 6

Thread: How to make QT Mouse move event faster?

Threaded View

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

    Default Re: How to make QT Mouse move event faster?

    What you are observing is likely due to excessive repainting in your widget. If have implemented your cursor such that each mouse move causes a repaint of the window content, then that's probably the cause of the lag.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

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

    Yippiyak (16th July 2018)

Similar Threads

  1. catch (spaceBar+mouse move) event
    By prasad.ece2 in forum Qt Programming
    Replies: 4
    Last Post: 3rd December 2013, 03:24
  2. Problem with QGraphicsScene mouse move event
    By Nesbit in forum Qt Programming
    Replies: 2
    Last Post: 22nd April 2012, 18:12
  3. Replies: 3
    Last Post: 7th January 2012, 08:38
  4. How to make painting on mouse move?
    By athulms in forum Newbie
    Replies: 1
    Last Post: 3rd November 2011, 09:07
  5. Mouse Move Event
    By merry in forum Newbie
    Replies: 5
    Last Post: 3rd June 2007, 06:26

Tags for this Thread

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.