Hello,

I have a QTableView and here is my expected workflow :
1. Select a cell and edit it
2. Press Return/Enter key to validate the changes (default Qt behavior)
3. The cell below the edited one should be the new current item, ready to be edited next

I found out how to go to the next cell using model::index and model::setCurrentIndex but I did not find out how to trigger that on Return/Enter key pressed !

Can you please help me ?
Thank you