QGIS/python/core/auto_additions/qgsdataitem.py
2024-08-14 13:05:46 +10:00

6 lines
516 B
Python

# The following has been generated automatically from src/core/browser/qgsdataitem.h
try:
QgsDataItem.__attribute_docs__ = {'stateChanged': "Emitted when an item's state is changed.\n", 'connectionsChanged': 'Emitted when the connections of the provider with the specified ``providerKey`` have changed.\n\nThis signal is normally forwarded to the app in order to refresh the connection\nitem in the provider dialogs and to refresh the connection items in the other\nopen browsers.\n'}
except NameError:
pass