Set delegate for one cell(item)
General and Desktop
2
Posts
2
Posters
4.9k
Views
1
Watching
-
I need to set my custom item delegate for only one cell. Is there any way to do this in QTreeView class ? Searching in Assistant gives me only setItemDelegate, setItemDelegateForRow, setItemDelegateForColumn. Function setItemDelegate takes only one argument and applies to all items in view, but I need to apply just in one item by given row and column.