I have a QStandardItemModel with a column editable.
I use the slot onTableItemChanged(QStandardItem *pItem) and the problem is:
when the editing of the text is finished the item keeps the editing appearance (like a QLineEdit)
I have a QStandardItemModel with a column editable.
I use the slot onTableItemChanged(QStandardItem *pItem) and the problem is:
when the editing of the text is finished the item keeps the editing appearance (like a QLineEdit)