mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
18 lines
718 B
Python
18 lines
718 B
Python
# The following has been generated automatically from src/core/textrenderer/qgstextcharacterformat.h
|
|
# monkey patching scoped based enum
|
|
QgsTextCharacterFormat.BooleanValue.NotSet.__doc__ = "Property is not set"
|
|
QgsTextCharacterFormat.BooleanValue.SetTrue.__doc__ = "Property is set and ``True``"
|
|
QgsTextCharacterFormat.BooleanValue.SetFalse.__doc__ = "Property is set and ``False``"
|
|
QgsTextCharacterFormat.BooleanValue.__doc__ = """Status values for boolean format properties
|
|
|
|
* ``NotSet``: Property is not set
|
|
* ``SetTrue``: Property is set and ``True``
|
|
* ``SetFalse``: Property is set and ``False``
|
|
|
|
"""
|
|
# --
|
|
try:
|
|
QgsTextCharacterFormat.__group__ = ['textrenderer']
|
|
except (NameError, AttributeError):
|
|
pass
|