1 2 3 4 5 6 7 8 9 10 11 12
|
# 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
|