Changing double click detection speed app-wise [Solved]
General and Desktop
3
Posts
1
Posters
4.7k
Views
1
Watching
-
wrote on 30 May 2011, 06:31 last edited by
As far as I know, every OS has its own way of changing the time between two distinct clicks needed to consider them as a single double-click event. In my situation, meddling with this would interfere with other key applications, so...
- Does anyone know if this can be achieved?
- I suppose I'm dropping portability, so... what about doing it in Linux/X11?
Any help would be greatly appreciated!! :)
--
-
wrote on 30 May 2011, 07:31 last edited by
Hi,
But why not use the "QApplication::setDoubleClickInterval":http://doc.qt.nokia.com/latest/qapplication.html#doubleClickInterval-prop static function? Isn't this what you are looking for?
Hope this helps,
wladek -
wrote on 30 May 2011, 08:30 last edited by
Yes, that was exactly what I was looking for!! :D Thanks!!
--
1/3