I tried using this way but I did not succeed, the focus disappears and does not go to the next.
Qt Code:
{ if(event->key()==Qt::Key_Enter) { this->nextInFocusChain()->setFocus(); } }To copy to clipboard, switch view to plain text mode
thanks for help!
Bookmarks