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. doubleClick interval
Forum Updated to NodeBB v4.3 + New Features

doubleClick interval

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 1.4k 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
    Marek
    wrote on last edited by
    #1

    Hi All,

    I have upgraded Qt from 5.12 to 5.13.2 and some of my clients (Android 9.0) are complaining that doubleClick on qml item is nearly impossible, they have to click very very fast. There is settings setDoubleClickInterval in QApplication, I tried this but it doesn't seem to do any difference in qml.
    Has anyone similar experience ?

    Best.
    Marek

    J.HilkJ 1 Reply Last reply
    0
    • M Marek

      Hi All,

      I have upgraded Qt from 5.12 to 5.13.2 and some of my clients (Android 9.0) are complaining that doubleClick on qml item is nearly impossible, they have to click very very fast. There is settings setDoubleClickInterval in QApplication, I tried this but it doesn't seem to do any difference in qml.
      Has anyone similar experience ?

      Best.
      Marek

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @Marek

      Maybe the release comes to fast ? I remember there to be a problem with mousArea and TabAndHold where it was never triggered, as the Release came directly after the press.

      But IIRC that was for qml components that lived in a QQuickWidget, is that the case for you?


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      M 1 Reply Last reply
      0
      • J.HilkJ J.Hilk

        @Marek

        Maybe the release comes to fast ? I remember there to be a problem with mousArea and TabAndHold where it was never triggered, as the Release came directly after the press.

        But IIRC that was for qml components that lived in a QQuickWidget, is that the case for you?

        M Offline
        M Offline
        Marek
        wrote on last edited by
        #3

        @J-Hilk Hi. No, my app is QML (Felgo) app and I'm not using any widgets.

        Best,
        Marek

        M 1 Reply Last reply
        0
        • M Marek

          @J-Hilk Hi. No, my app is QML (Felgo) app and I'm not using any widgets.

          Best,
          Marek

          M Offline
          M Offline
          Marek
          wrote on last edited by
          #4

          What is more, I have Android 7 phone, and I don't experience any problems, thos who has Android 9 phone, they say doubleClick does not work

          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