QGIS/python/core/auto_additions/qgsprofilerenderer.py
Jean Felder 9eb3c37400 qgsprofilerenderer: Introduce a default symbol for subsections
This will be used in the next commit.
2025-03-25 09:47:50 +10:00

8 lines
452 B
Python

# The following has been generated automatically from src/core/elevation/qgsprofilerenderer.h
try:
QgsProfilePlotRenderer.__attribute_docs__ = {'generationFinished': 'Emitted when the profile generation is finished (or canceled).\n'}
QgsProfilePlotRenderer.defaultSubSectionsSymbol = staticmethod(QgsProfilePlotRenderer.defaultSubSectionsSymbol)
QgsProfilePlotRenderer.__group__ = ['elevation']
except (NameError, AttributeError):
pass