My tableWidget is updated by certain actions. One of them is to edit the "Name" column by mouse double click.
I want update the new name in somewhere else when the edit is finished. But it seems that, signal cellDoubleClicked(int, int) can only catch the old name. How can I get the new name the moment when the editing is finished? Thanks in advance.
Bookmarks