doubleClick interval
-
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 -
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.
MarekMaybe 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?
-
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?