I would like to catch the return key in a qtablewidget
to do something with the currently marked cell. That is: I want the user to press the "return/enter" key on his keyboard when any cell is highligted. Pressing that button should issue a new method. For example show a messagebox with the content of that cell.
How do I connect the event of pressing the return key to a method?
Since I am new to python I have no idea how to do that and would be grateful for any advice.