There is also QTableWidget::itemClicked().
You connect this function to the signal
That is a pointer to a QTableWidgetItem with the name "item".
In Python that will likely be an object reference to a QTableWidgetItem object.
I guess the second one is more like it is done in C++, but the first one will probably be easier for other Python people to understand.
I am afraid I don't understand, you have the connect right there, no?
Cheers,
_
Bookmarks