9#include <QStyledItemDelegate>
12namespace MantidWidgets {
15class EditLocalParameterDialog;
16class LocalParameterEditor;
30 QWidget *
createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &
index)
const override;
32 void setModelData(QWidget *editor, QAbstractItemModel *model,
const QModelIndex &
index)
const override;
47 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &
index)
const override;
std::map< DeltaEMode::Type, std::string > index
double obj
the value of the quadratic function
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...