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