23 return QStringLiteral(
"KeyValue" );
29 Q_UNUSED( fieldIndex );
39 const QVariantMap map = value.toMap();
40 for ( QVariantMap::const_iterator i = map.constBegin(); i != map.constEnd(); ++i )
42 if ( !result.isEmpty() )
43 result.append(
", " );
44 result.append( i.key() ).append(
": " ).append( i.value().toString() );
static QString nullRepresentation()
This string is used to represent the value NULL throughout QGIS.
Represents a vector layer which manages a vector based data sets.