Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Mouse clicks are occasionally interpreted as double-clicks in GUI

    QML and Qt Quick
    2
    4
    506
    Loading More Posts
    • 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.
    • A
      Apeksha last edited by

      I found some times mouse clicks are interpreted as double click in my Gui, If I click once it taking as double click. Let me know how why it's happening and how to prevent it.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Are you sure it happens only in your app? Does it also happen for other users/ when you use another mouse?

        I've had some mice which had faulty buttons and they sporadically recognized clicks as double clicks, too.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • A
          Apeksha last edited by

          Hi Sierdzio,

          I had check with dell and Logitech mouse, with dell it's working fine and with Logitech it's not working.
          I didn't check with other users, i had only checked with my app.

          What could be the reason, it's a problem with Qt or mouse? Please clear my doubt.

          Thanks in advance.

          1 Reply Last reply Reply Quote 0
          • sierdzio
            sierdzio Moderators last edited by

            Since you say the Dell mouse does not exhibit the double clicking behaviour, and only Logitech one does, I'd suspect that the mouse is the problem, not Qt app, because Qt treats every mouse the same.

            (Z(:^

            1 Reply Last reply Reply Quote 1
            • First post
              Last post