open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Functions
iASettings.cpp File Reference
#include "iASettings.h"
#include <QSettings>
Include dependency graph for iASettings.cpp:

Functions

iASettings mapFromQSettings (QSettings const &settings)
 Retrieve a map of all values in (the current group of) a given QSettings object. More...
 

Function Documentation

◆ mapFromQSettings()

iASettings mapFromQSettings ( QSettings const &  settings)

Retrieve a map of all values in (the current group of) a given QSettings object.

Parameters
settingsthe QSettings object to load all settings from
Returns
a map containing key->value pairs for all settings currently in (current group of) the given QSettings object