32 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous)
override {
33 QTreeView::currentChanged(current, previous);
34 emit currentCell(current);
#define EXPORT_OPT_MANTIDQT_COMMON
RepoTreeView : A specialization of QTreeView class that emits signal every time the selection change.
void currentCell(const QModelIndex &)
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override
RepoTreeView(QWidget *parent=nullptr)
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...