how to edit one item in QTableWidget, and how to call my function when Edit finished(eg.press Enter, or loseFocus, etc. means edit successfully finished)
how to edit one item in QTableWidget, and how to call my function when Edit finished(eg.press Enter, or loseFocus, etc. means edit successfully finished)
how to edit one item in QTableWidget, and how to call my function when Edit finished(eg.press Enter, or loseFocus, etc. means edit successfully finished)
What do you want to do with this information then? You can derive from QTableWidgetItem and override setData() which is called when data changes (e.g. when the editing finished)