|
Mantid
|
#include "MantidQtWidgets/Common/FitOptionsBrowser.h"#include "MantidAPI/CostFunctionFactory.h"#include "MantidAPI/FuncMinimizerFactory.h"#include "MantidAPI/IAlgorithm.h"#include "MantidAPI/IFuncMinimizer.h"#include "MantidAPI/IWorkspaceProperty.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/qtpropertymanager.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/qttreepropertybrowser.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/ButtonEditorFactory.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/CompositeEditorFactory.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/DoubleEditorFactory.h"#include "MantidQtWidgets/Common/QtPropertyBrowser/qteditorfactory.h"#include <QMessageBox>#include <QSettings>#include <QVBoxLayout>#include <limits>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 |