QGIS/python/core/auto_additions/qgsconditionalstyle.py

9 lines
560 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'}
except NameError:
pass
QgsConditionalStyle.matchingConditionalStyles = staticmethod(QgsConditionalStyle.matchingConditionalStyles)
QgsConditionalStyle.matchingConditionalStyle = staticmethod(QgsConditionalStyle.matchingConditionalStyle)
QgsConditionalStyle.compressStyles = staticmethod(QgsConditionalStyle.compressStyles)