Thanks, is perfect.

Qt Code:
  1. void Login::keyPressEvent(QKeyEvent *event)
  2. {
  3. if(event->key()==Qt::Key_Enter)
  4. {
  5. this->focusNextPrevChild(true);
  6.  
  7. }
  8. }
To copy to clipboard, switch view to plain text mode