|
Mantid
|
#include "MantidQtWidgets/Plugins/AlgorithmDialogs/StartLiveDataDialog.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/LiveListenerFactory.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/DateAndTime.h"#include "MantidKernel/InstrumentInfo.h"#include "MantidKernel/LiveListenerInfo.h"#include "MantidKernel/SingletonHolder.h"#include "MantidQtWidgets/Common/AlgorithmInputHistory.h"#include "MantidQtWidgets/Common/PropertyWidgetFactory.h"#include "qboxlayout.h"#include <QStringList>#include <QVariant>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 |