QTableWidget inserts a new row when Enter key is pressed in a blank cell.
How can I suppress this behavior?
Should I catch the enter-key event using an event filter?