61 const Qt::WindowFlags &flags = Qt::WindowCloseButtonHint | Qt::WindowType::WindowTitleHint);
66 static bool handle(QObject *receiver,
const std::exception &e);
74 QString runPythonCode(
const QString &code,
bool no_output =
false);
77 virtual void handleException(
const std::exception &e);
#define EXPORT_OPT_MANTIDQT_COMMON
PythonRunner m_pyRunner
This object implements the runPythonCode() function, by emitting the code as a runAsPythonScript sign...
void runAsPythonScript(const QString &code, bool)
~MantidDialog() override
Destructor.
This is the base class all customised user interfaces that do not wish to be tied to a specific Manti...
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...