30.01.2012, 17:24, "Kimmo Viitanen" <[email protected]>:
> Hi,
>
> Is it possible to change the key repeat settings using Qt?

No. You should configure underlying OS driver, or filter key events
in your code (e.g., subclass QApplication and redefine notify()).

-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to