mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
432 B
Python
8 lines
432 B
Python
|
# The following has been generated automatically from src/core/symbology/qgssymbol.h
|
||
|
# monkey patching scoped based enum
|
||
|
QgsSymbol.PropertyOpacity = QgsSymbol.Property.Opacity
|
||
|
QgsSymbol.PropertyOpacity.is_monkey_patched = True
|
||
|
QgsSymbol.Property.Opacity.__doc__ = "Opacity"
|
||
|
QgsSymbol.Property.__doc__ = "Data definable properties.\n\n.. versionadded:: 3.18\n\n" + '* ``PropertyOpacity``: ' + QgsSymbol.Property.Opacity.__doc__
|
||
|
# --
|