File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
python/core/auto_generated Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,21 @@ Sets whether to include attributes of features linked via references in the JSON
124
124
Returns whether attributes of related (child) features will be included in the JSON exports.
125
125
126
126
.. seealso:: :py:func:`setIncludeRelated`
127
+ %End
128
+
129
+ void setAttributeDisplayName( bool displayName );
130
+ %Docstring
131
+ Sets whether to print original names of attributes or aliases if
132
+ defined.
133
+
134
+ .. versionadded:: 3.6
135
+ %End
136
+
137
+ bool attributeDisplayName() const;
138
+ %Docstring
139
+ Returns whether original names of attributes or aliases are printed.
140
+
141
+ .. versionadded:: 3.6
127
142
%End
128
143
129
144
void setVectorLayer( QgsVectorLayer *vectorLayer );
You can’t perform that action at this time.
0 commit comments