44 s.beginGroup( QStringLiteral(
"defaults/bearing_format" ) );
45 const QStringList keys = s.childKeys();
46 for (
const QString &key : keys )
48 const QVariant value = s.value( key );
49 config.insert( key, value );
53 auto res = std::make_unique< QgsBearingNumericFormat >();
75 s.beginGroup( QStringLiteral(
"defaults/coordinate_format" ) );
76 const QStringList keys = s.childKeys();
77 for (
const QString &key : keys )
79 const QVariant value = s.value( key );
80 config.insert( key, value );
84 auto res = std::make_unique< QgsGeographicCoordinateNumericFormat >();
A container for the context for various read/write operations on objects.