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. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,315
    Thanks
    314
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

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

    You could try using a Qt::CrossCursor QCursor instead of your own crosshairs. You could also derive from QRubberBand and pay careful attention to how the QRubberBand::paintEvent() is implemented.
    <=== 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.