Mantid
Loading...
Searching...
No Matches
QHashToDict.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2019 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
10
11#include <QHash>
12#include <QVariant>
13
14namespace MantidQt {
15namespace Widgets {
16namespace Common {
17namespace Python {
18
20
22
23} // namespace Python
24} // namespace Common
25} // namespace Widgets
26} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
boost::python::dict Dict
Definition: Object.h:30
EXPORT_OPT_MANTIDQT_COMMON Python::Dict qHashToDict(const KwArgs &hash)
Definition: QHashToDict.cpp:12
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...