Mantid
|
#include "MantidQtWidgets/Common/PluginLibraries.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/LibraryManager.h"
#include "MantidKernel/Strings.h"
#include <QtGlobal>
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 | |
EXPORT_OPT_MANTIDQT_COMMON int | MantidQt::API::loadPluginsFromCfgPath (const std::string &key) |
Load plugins from a path given by the key in the config service. More... | |
EXPORT_OPT_MANTIDQT_COMMON int | MantidQt::API::loadPluginsFromPath (const std::string &path) |
Load plugins from a path. More... | |
EXPORT_OPT_MANTIDQT_COMMON std::string | MantidQt::API::qtPluginPathFromCfg (const std::string &key) |
Retrieve the path to some qt-related plugins from the mantid configuration If the value contains V then this sequence is replaced with the major version of Qt. More... | |