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. [Problem] dragMoveEvent doesn't occur unless I drag quickly.

[Problem] dragMoveEvent doesn't occur unless I drag quickly.

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.2k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    MyQtAccount
    wrote on last edited by
    #1

    I can drag and drop, but unless at some point in the drag I drag quickly I will never get dragMoveEvent or dragDropEvent. Changing the following didn't help:
    QApplication::setStartDragTime(60) ;
    QApplication::setStartDragDistance(2);

    Once it gets dragged quickly, that drag starts getting the drag events, even if dragged slowly. The next time I drag though I have to drag quickly again to start getting events.

    Any ideas for what I can do about this?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Skh1002
      wrote on last edited by
      #2

      I wonder, which platform (or platforms) you are using and which version of Qt.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MyQtAccount
        wrote on last edited by
        #3

        Android with Necessitas.

        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