|
Mantid
|
#include "MantidQtWidgets/Common/SequentialFitDialog.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/Axis.h"#include "MantidAPI/CompositeFunction.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Run.h"#include "MantidAPI/TableRow.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidQtWidgets/Common/FitPropertyBrowser.h"#include "MantidQtWidgets/Common/MantidDesktopServices.h"#include "MantidQtWidgets/Common/PropertyHandler.h"#include "MantidQtWidgets/Common/SelectWorkspacesDialog.h"#include <Poco/ActiveResult.h>#include <QFileDialog>#include <QInputDialog>#include <QMessageBox>#include <QUrl>Go to the source code of this file.
Namespaces | |
| namespace | MantidQt |
| The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
| namespace | MantidQt::MantidWidgets |