QGIS/python/PyQt6/gui/auto_additions/qgsabstractdbsourceselect.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
367 B
Python

# The following has been generated automatically from src/gui/providers/qgsabstractdbsourceselect.h
try:
QgsAbstractDbSourceSelect.__virtual_methods__ = ['treeviewClicked', 'treeviewDoubleClicked']
QgsAbstractDbSourceSelect.__abstract_methods__ = ['setSql']
QgsAbstractDbSourceSelect.__group__ = ['providers']
except (NameError, AttributeError):
pass