Mantid
|
#include "MantidQtWidgets/Common/SlicingAlgorithmDialog.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/IMDEventWorkspace.h"
#include "MantidQtWidgets/Common/AlgorithmInputHistory.h"
#include <QDir>
#include <QFileDialog>
#include <QIntValidator>
#include <QSettings>
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 |
Functions | |
QString | MantidQt::MantidWidgets::formatNonAlignedDimensionInput (const Mantid::Geometry::IMDDimension_const_sptr &) |
Create a formatted string for the dimension input based on an existing dimension. More... | |
QString | MantidQt::MantidWidgets::formattedAlignedDimensionInput (const Mantid::Geometry::IMDDimension_const_sptr &dim) |
Create a formatted string for the dimension input based on an existing dimension. More... | |