QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
41 return new QgsDummyConfigDlg( vl, fieldIdx, parent, QObject::tr(
"List field" ) );
47 return ( field.
type() == QVariant::List || field.
type() == QVariant::StringList || field.
type() == QVariant::Map ) && field.
subType() != QVariant::Invalid ? 20 : 0;
QgsFields fields() const FINAL
Returns the list of fields of this layer.
QgsField field(int fieldIdx) const
Gets field at particular index (must be in range 0..N-1)
QVariant::Type subType() const
If the field is a collection, gets its element's type.