Then indeed the solution mentioned in my previous post could be a good option.. on keypress event since you already saved the row, column of the item being edited, you can get the item corresponding to (row+1, column) and call QTableWidgetItem::setSelected(true).
Bookmarks