Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Cheap On moveEvent calls...
QtWS25 Last Chance

Qt Cheap On moveEvent calls...

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ronM71
    wrote on last edited by
    #1

    I drag a window from one side of the screen to the other. more than 1000 pixels distance... I will get maybe one or two move events for my widget while it's being dragged. one always at the end of the drag.

    How do I get one those more often? The reason is I am implementing magnetic windows and I need one window to follow the dragged window very closely. I can't have the magnetic window follow at the very end of the drag. It has to be as close to real time a possible.

    How do I overcome this?

    running on OS X

    1 Reply Last reply
    0
    • U Offline
      U Offline
      uuQt
      wrote on last edited by
      #2

      I tried it on Windows.I got more often moveEvents.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        ronM71
        wrote on last edited by
        #3

        That's reassuring, thanks, but I gotta resolve my Mac problems ;-)

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lgeyer
          wrote on last edited by
          #4

          I don't think that Qt artificially filters move events. If you don't get more Qt doesn't get more either. But I have to admit that I'm not a Mac expert.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved