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