mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
10 lines
1.1 KiB
Python
10 lines
1.1 KiB
Python
# The following has been generated automatically from src/gui/qgsdecoratedscrollbar.h
|
|
# monkey patching scoped based enum
|
|
QgsScrollBarHighlight.Priority.Invalid.__doc__ = "Invalid"
|
|
QgsScrollBarHighlight.Priority.LowPriority.__doc__ = "Low priority, rendered below all other highlights"
|
|
QgsScrollBarHighlight.Priority.NormalPriority.__doc__ = "Normal priority"
|
|
QgsScrollBarHighlight.Priority.HighPriority.__doc__ = "High priority"
|
|
QgsScrollBarHighlight.Priority.HighestPriority.__doc__ = "Highest priority, rendered above all other highlights"
|
|
QgsScrollBarHighlight.Priority.__doc__ = "Priority, which dictates how overlapping highlights are rendered\n\n" + '* ``Invalid``: ' + QgsScrollBarHighlight.Priority.Invalid.__doc__ + '\n' + '* ``LowPriority``: ' + QgsScrollBarHighlight.Priority.LowPriority.__doc__ + '\n' + '* ``NormalPriority``: ' + QgsScrollBarHighlight.Priority.NormalPriority.__doc__ + '\n' + '* ``HighPriority``: ' + QgsScrollBarHighlight.Priority.HighPriority.__doc__ + '\n' + '* ``HighestPriority``: ' + QgsScrollBarHighlight.Priority.HighestPriority.__doc__
|
|
# --
|