qt-itemview

What deletes the widget created by a custom QItemDelegate

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 ...