QGIS/python/gui/auto_additions/qgsprovidersourcewidget.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

7 lines
575 B
Python

# The following has been generated automatically from src/gui/qgsprovidersourcewidget.h
try:
QgsProviderSourceWidget.__attribute_docs__ = {'validChanged': 'Emitted whenever the validation status of the widget changes.\n\nIf ``isValid`` is ``False`` then the widget is not valid, and any dialog using the widget should be prevented from\nbeing accepted.\n', 'changed': 'Emitted whenever the configuration of the widget changes.\n\n.. versionadded:: 3.30\n'}
QgsProviderSourceWidget.__signal_arguments__ = {'validChanged': ['isValid: bool']}
except NameError:
pass