Working with the Qt ItemViews the editing widget of an item can be modified via a QItemDelegate
that can create a custom editor via createEditor
. Who is responsible for deleting the instance created by the delegate.
I could not find any documentation that explained this, if you just point to the appropriate section that is fine