mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
16 lines
787 B
Python
16 lines
787 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
|
|
QgsDataItem.findItem = staticmethod(QgsDataItem.findItem)
|
|
QgsDataItem.pathComponent = staticmethod(QgsDataItem.pathComponent)
|
|
try:
|
|
QgsDataItem.__group__ = ['browser']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsErrorItem.__group__ = ['browser']
|
|
except NameError:
|
|
pass
|