14#include <QStandardItem>
17namespace MantidWidgets {
25void setBorderColor(QStandardItem &item, std::string
const &borderColor,
int alpha);
29void setIcon(QStandardItem &item, std::string
const &iconFilePath);
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...