[Interest] Changing key repeat settings in Qt

Konstantin Tokarev annulen at yandex.ru
Mon Jan 30 14:35:53 CET 2012



30.01.2012, 17:24, "Kimmo Viitanen" <kviitanen at 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



More information about the Interest mailing list