There doesn't appear to be a signal that is emitted when a given row in a QTableWidget is double clicked. I can easily catch the cellDoubleClicked or the itemDoubleClicked signal but what i really want is when a row is double clicked. Whats the best way to catch this row double click input from the user? Thanks, Curtis