Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/core/qgsattributetableconfig.sip
|
@@ -42,7 +42,7 @@ class QgsAttributeTableConfig |
|
|
{ |
|
|
//! Constructor for ColumnConfig |
|
|
ColumnConfig(); |
|
|
Type type; //!< The type of this column. |
|
|
QgsAttributeTableConfig::Type type; //!< The type of this column. |
|
|
QString name; //!< The name of the attribute if this column represents a field |
|
|
bool hidden; //!< Flag that controls if the column is hidden |
|
|
int width; //!< Width of column, or -1 for default width |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.