2023-11-08 14:54:41 +10:00
|
|
|
# The following has been generated automatically from src/gui/qgssourceselectprovider.h
|
|
|
|
# monkey patching scoped based enum
|
|
|
|
QgsSourceSelectProvider.Capability.NoCapabilities.__doc__ = "No capabilities"
|
|
|
|
QgsSourceSelectProvider.Capability.ConfigureFromUri.__doc__ = "The source select widget can be configured from a URI"
|
2024-08-31 18:05:36 +10:00
|
|
|
QgsSourceSelectProvider.Capability.__doc__ = """The Capability enum describes the capabilities of the source select implementation.
|
|
|
|
|
|
|
|
.. versionadded:: 3.38
|
|
|
|
|
|
|
|
* ``NoCapabilities``: No capabilities
|
|
|
|
* ``ConfigureFromUri``: The source select widget can be configured from a URI
|
|
|
|
|
|
|
|
"""
|
2023-11-08 14:54:41 +10:00
|
|
|
# --
|
|
|
|
QgsSourceSelectProvider.Capability.baseClass = QgsSourceSelectProvider
|
|
|
|
QgsSourceSelectProvider.Capabilities.baseClass = QgsSourceSelectProvider
|
|
|
|
Capabilities = QgsSourceSelectProvider # dirty hack since SIP seems to introduce the flags in module
|