mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
12 lines
542 B
Python
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
|