Re-implement the virtual function keyPressEvent (QKeyEvent * event) of your wizard page. And seize the event of Qt::Key_Enter and Qt::Key_Backspace, then cal event->accept() without doing anything with these events. However, if wanna submit something, do it after catching these events and before calling event->accept();
Bookmarks