1 #ifndef PARAMDELEGATE_H
2 #define PARAMDELEGATE_H
11 #include <QItemDelegate>
17 using namespace marlin;
28 QWidget *createEditor(
QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
29 void setEditorData(
QWidget *editor,
const QModelIndex &index)
const;
30 void setModelData(
QWidget *editor, QAbstractItemModel *model,
const QModelIndex &index)
const;
34 QTableWidget* _parent{};
handles information about marlin processors and their collections needed by MarlinSteerCheck ...