I'm also have such problem - crash on deleting row = 0.
Also read many topics and try different decisions,
but nothing help me.
But seems solutions is found,at least for me it sufficient:
in QtDesigner -> property page of QTableWidget and set -> SelectionBehavior -> SelectRows
due to this, now I call deleteRow(0) and all works! without crash.Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks