Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. MouseArea::onDoubleClick works unstable in QT 5.12.5
Forum Updated to NodeBB v4.3 + New Features

MouseArea::onDoubleClick works unstable in QT 5.12.5

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 142 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.
  • G Offline
    G Offline
    Gourmet
    wrote on last edited by Gourmet
    #1

    It is simple in my code:
    QML:

    MouseArea {
                    id: tapArea
                    z: -1
                    anchors.fill: parent
                    onDoubleClicked: { modelData.EditedIndex = index; console.warn("doubtap") }
                    onClicked: listItem.select()
                }
    

    All worked fine with Qt 5.9.6 in Android 7.1. But with Qt 5.12.5 I cannot understand why most double taps are skipped. The message "doubtap" appears rarely. It is not predictable when the double tap will be ignored or accepted. This does not depend from tap speed, hold speed or else. Did anybody already investigate the reason? I am in low start position to write another one bug report...

    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