|
Mantid
|
#include "MantidQtWidgets/Common/FitScriptGeneratorView.h"#include "MantidQtWidgets/Common/AlgorithmInputHistory.h"#include "MantidQtWidgets/Common/EditLocalParameterDialog.h"#include "MantidQtWidgets/Common/FitScriptGeneratorDataTable.h"#include "MantidQtWidgets/Common/FittingGlobals.h"#include "MantidQtWidgets/Common/HelpWindow.h"#include "MantidQtWidgets/Common/IFitScriptGeneratorPresenter.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/DoubleDialogEditor.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/qttreepropertybrowser.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidKernel/ConfigService.h"#include <algorithm>#include <iterator>#include <QApplication>#include <QClipboard>#include <QFileDialog>#include <QMessageBox>#include <QMetaObject>#include <QThread>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 |