QGIS/python/gui/auto_additions/qgsdatabasetablecombobox.py

10 lines
397 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsdatabasetablecombobox.h
try:
QgsDatabaseTableComboBox.__attribute_docs__ = {'tableChanged': 'Emitted whenever the currently selected table changes.\n'}
except NameError:
pass
2024-08-28 11:14:23 +10:00
try:
QgsDatabaseTableComboBox.__signal_arguments__ = {'tableChanged': ['table: str', 'schema: Optional[str] = None']}
except NameError:
pass