30.01.2012, 17:24, "Kimmo Viitanen" <kviita...@gmail.com>:
> 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
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to