mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
6 lines
516 B
Python
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
|