|
Mantid
|
#include "MantidQtWidgets/Common/QtJSONUtils.h"#include <QFile>#include <QJsonDocument>#include <QJsonObject>#include <QTextStream>#include <stdexcept>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::API |
Functions | |
| QMap< QString, QVariant > EXPORT_OPT_MANTIDQT_COMMON | MantidQt::API::loadJSONFromFile (const QString &filename) |
| QMap< QString, QVariant > EXPORT_OPT_MANTIDQT_COMMON | MantidQt::API::loadJSONFromString (const QString &jsonString) |
| void EXPORT_OPT_MANTIDQT_COMMON | MantidQt::API::saveJSONToFile (QString &filename, const QMap< QString, QVariant > &map) |