|
Mantid
|
#include "MantidQtWidgets/Plugins/AlgorithmDialogs/PlotAsymmetryByLogValueDialog.h"#include "MantidQtWidgets/Common/AlgorithmInputHistory.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/AlgorithmFactory.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Run.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidKernel/Property.h"#include <QCheckBox>#include <QComboBox>#include <QDir>#include <QFileInfo>#include <QGridLayout>#include <QGroupBox>#include <QHBoxLayout>#include <QLabel>#include <QLineEdit>#include <QPushButton>#include <QSignalMapper>#include <QVBoxLayout>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::CustomDialogs |