QGIS/python/PyQt6/core/auto_additions/qgslegendstyle.py

12 lines
542 B
Python

# The following has been generated automatically from src/core/qgslegendstyle.h
QgsLegendStyle.Top = QgsLegendStyle.Side.Top
QgsLegendStyle.Bottom = QgsLegendStyle.Side.Bottom
QgsLegendStyle.Left = QgsLegendStyle.Side.Left
QgsLegendStyle.Right = QgsLegendStyle.Side.Right
try:
QgsLegendStyle.styleName = staticmethod(QgsLegendStyle.styleName)
QgsLegendStyle.styleFromName = staticmethod(QgsLegendStyle.styleFromName)
QgsLegendStyle.styleLabel = staticmethod(QgsLegendStyle.styleLabel)
except (NameError, AttributeError):
pass