Hi,

I create a custom widget in QStyledItemDelegate::createEditor() overriden function, to be used by a QTableView.
When I double click on the cell to edit it, the editor widget that I return does not hide the previously displayed cell.

Is there a setting to make my widget hide the content of cell?

Rds,