QGIS/python/core/auto_additions/qgsconditionalstyle.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
640 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/qgsconditionalstyle.h
try:
QgsConditionalLayerStyles.__attribute_docs__ = {'changed': 'Emitted when the conditional styles are changed.\n\n.. versionadded:: 3.10\n'}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsConditionalStyle.matchingConditionalStyles = staticmethod(QgsConditionalStyle.matchingConditionalStyles)
QgsConditionalStyle.matchingConditionalStyle = staticmethod(QgsConditionalStyle.matchingConditionalStyle)
QgsConditionalStyle.compressStyles = staticmethod(QgsConditionalStyle.compressStyles)
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass