QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
40 return new QgsDummyConfigDlg( vl, fieldIdx, parent, QObject::tr(
"Key/Value field" ) );
46 return 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.