1 #ifndef IPROCDELEGATE_H
2 #define IPROCDELEGATE_H
11 #include <QItemDelegate>
20 QWidget *createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
21 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
22 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index)
const;
@ class Small delegate class for changing inactive processor's names
Definition: iprocdelegate.h:13