QgsAttributeTableConfig::ColumnConfig struct

Defines the configuration of a column in the attribute table.

Constructors, destructors, conversion operators

ColumnConfig() defaulted
Constructor for ColumnConfig.

Public variables

bool hidden
Flag that controls if the column is hidden.
QString name
The name of the attribute if this column represents a field.
QgsAttributeTableConfig::Type type
The type of this column.
int width
Width of column, or -1 for default width.