Hello guys,
I would like have the same behaviour(default) of the Enter key equal to Tab key.
When I click on the Enter, set the focus to next qlineEdit.
Thanks people.
Printable View
Hello guys,
I would like have the same behaviour(default) of the Enter key equal to Tab key.
When I click on the Enter, set the focus to next qlineEdit.
Thanks people.
See QWidget::focusNextPrevChild() (or just focusNextChild())
Thanks for your answer!!