QGIS/python/core/auto_additions/qgsdataitem.py

8 lines
642 B
Python
Raw Normal View History

# 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
QgsDataItem.findItem = staticmethod(QgsDataItem.findItem)
QgsDataItem.pathComponent = staticmethod(QgsDataItem.pathComponent)