Answer the question
In order to leave comments, you need to log in
How to hang in QtWidgets.QTableWidget to hang a row fill listener?
What listeners can be hung on the table to track the filling of a row in the table?
And somehow besides setRowCount() it is possible to increase the number of rows in the table??
Answer the question
In order to leave comments, you need to log in
def cell_changed(row, col):
...
table.cellChanged.connect(cell_changed)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question