QGIS/python/gui/auto_additions/qgsproviderconnectioncombobox.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
368 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsproviderconnectioncombobox.h
try:
QgsProviderConnectionComboBox.__attribute_docs__ = {'connectionChanged': 'Emitted whenever the currently selected connection changes.\n'}
2024-08-28 11:14:23 +10:00
QgsProviderConnectionComboBox.__signal_arguments__ = {'connectionChanged': ['connection: str']}
except NameError:
pass