mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04: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__
|
|
# --
|