After a hardware upgrade, an update from QT4 to QT5 was necessary. The hardware contains a small keyboard and under QT4 I was able to activate automatic repetition with the following environment variable:
QWS_KEYBOARD='LinuxInput:/dev/input/event0:repeat-delay=500:repeat-rate=200'
On QT5 I tried the same thing with
QT_QPA_EVDEV_KEYBOARD_PARAMETERS='/dev/input/event0:repeat-delay=500:repeat-rate=200'
The keyboard works, but the automatic repetition of keys does not work. Is there something I have overlooked?