![qt](https://habrastorage.org/r/w120/files/390/88f/bff/39088fbff7ed466581391c0e5b33b8f2.png)
Qt
1
Вклад в тег
// Для всех ячеек.
void setItemDelegate(QAbstractItemDelegate * delegate)
// Для колонки.
void setItemDelegateForColumn(int column, QAbstractItemDelegate * delegate)
// Для строки.
void setItemDelegateForRow(int row, QAbstractItemDelegate * delegate)