hi there,
i need to disable autorepeat of keyboard events. This means that a single KeyPress event is generated for each key pressed, and a KeyRelease is shot only when a key is released on the keyboard.

I didn't find anything userful about key autorepeat on the documentation, but some info about QKeyEvent::isAutoRepeat() but, like documentation say:
Note that if the event is a multiple-key compressed event that is partly due to auto-repeat, this function could return either true or false indeterminately.
sometimes it can't be reliable to use this funcion (and for my needs, it's quite bad)

Any help is really appreciated.

Thanks