This is however not what I observe. I receive a keyPressEvent() after the dead key was pressed and can detect that correctly when comparing the event->key() with for instance Qt::Key_Dead_Tilde. However, regardless whether I accept or ignore this event, the next keypress event will just give me the plain character. So event->text() contains a "n" instead of a "ñ".
Any suggestions?
Andreas
Bookmarks