2020-10-23 19:18:12 +02:00
|
|
|
# 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``"
|
2024-08-31 18:05:36 +10:00
|
|
|
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``
|
|
|
|
|
|
|
|
"""
|
2020-10-23 19:18:12 +02:00
|
|
|
# --
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsTextCharacterFormat.__group__ = ['textrenderer']
|
|
|
|
except NameError:
|
|
|
|
pass
|