![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAbase_export.h"#include <QMap>Typedefs | |
| typedef QMap< QString, QVariant > | iASettings |
Functions | |
| iAbase_API iASettings | mapFromQSettings (QSettings const &settings) |
| Retrieve a map of all values in (the current group of) a given QSettings object. More... | |
| typedef QMap<QString, QVariant> iASettings |
| iAbase_API iASettings mapFromQSettings | ( | QSettings const & | settings | ) |
Retrieve a map of all values in (the current group of) a given QSettings object.
| settings | the QSettings object to load all settings from |