mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
6 lines
780 B
Python
6 lines
780 B
Python
# The following has been generated automatically from src/core/qgsgeometryoptions.h
|
|
try:
|
|
QgsGeometryOptions.__attribute_docs__ = {'checkConfigurationChanged': 'Access the configuration for the check ``checkId``.\n\n.. versionadded:: 3.4\n', 'geometryChecksChanged': 'A list of activated geometry checks.\n\n.. versionadded:: 3.4\n', 'removeDuplicateNodesChanged': 'Automatically remove duplicate nodes on all geometries which are edited\non this layer.\n\n.. versionadded:: 3.4\n', 'geometryPrecisionChanged': 'The precision in which geometries on this layer should be saved.\nGeometries which are edited on this layer will be rounded to multiples\nof this value (snap to grid). Set to 0.0 to disable.\n\n.. versionadded:: 3.4\n'}
|
|
except (NameError, AttributeError):
|
|
pass
|