25 return QStringLiteral(
"List" );
31 Q_UNUSED( fieldIndex )
41 const QVariantList list = value.toList();
42 for (
const QVariant &val : list )
44 if ( !result.isEmpty() )
45 result.append(
", " );
46 result.append( val.toString() );
static QString nullRepresentation()
Returns the string used to represent the value NULL throughout QGIS.
static bool isNull(const QVariant &variant, bool silenceNullWarnings=false)
Returns true if the specified variant should be considered a NULL value.
Represents a vector layer which manages a vector based dataset.