Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Hello,
as I see so many bugs reports, full forums here as well as stackoverflow and others. All users are constantly asking for solution to handle doubleClicked() as prior to clicked().
Would it be too dificult to add it to the standard solution of QtQuick MouseArea to have a boolean property (ie waitForDoubleClick)? And when its set to true, the clicked() would run the timer of 350ms (or probably also adjustable by user) and if during this timer second click appears, only doubleClicked() would trigger?... of course if the second click on the same object will not appear during this timer, then clicked() would trigger right when the timer ticks?
Of course we can se it ourself, however the realy a definitely not nice solution to set it everywhere ourselfs.