mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
13 lines
633 B
Python
13 lines
633 B
Python
# The following has been generated automatically from src/core/labeling/qgsvectorlayerlabeling.h
|
|
try:
|
|
QgsAbstractVectorLayerLabeling.create = staticmethod(QgsAbstractVectorLayerLabeling.create)
|
|
QgsAbstractVectorLayerLabeling.defaultSettingsForLayer = staticmethod(QgsAbstractVectorLayerLabeling.defaultSettingsForLayer)
|
|
QgsAbstractVectorLayerLabeling.__group__ = ['labeling']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorLayerSimpleLabeling.create = staticmethod(QgsVectorLayerSimpleLabeling.create)
|
|
QgsVectorLayerSimpleLabeling.__group__ = ['labeling']
|
|
except (NameError, AttributeError):
|
|
pass
|