13#include <QSignalMapper>
16namespace MantidWidgets {
23 void updateResults(
const QString &testSummary);
31 void updateRow(
int row,
const QString &text);
32 int addRow(
const QString &firstColumn,
const QString &secondColumn);
33 void closeEvent(QCloseEvent *event)
override;
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...