34  return new QgsDummyConfigDlg( vl, fieldIdx, parent, QObject::tr( 
"Field contains a color." ) );
 
 
   40  const QMetaType::Type type = field.
type();
 
   41  if ( type == QMetaType::Type::QColor )
 
 
Encapsulate a field in an attribute table or data source.
 
QgsField field(int fieldIdx) const
Returns the field at particular index (must be in range 0..N-1).
 
Represents a vector layer which manages a vector based data sets.