Signal when an item is added to a QTableWidget
Unsolved
General and Desktop
-
Hi
Is there any way to detect when a item is added to a QTableWidget ?
I found many signals to detect the selection of an item, but nothing for addition.Thank you
@coow67
connect to the model's rowsInserted() signal