mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
776 B
Python
8 lines
776 B
Python
# The following has been generated automatically from src/gui/qgsdatasourceselectdialog.h
|
|
try:
|
|
QgsDataSourceSelectWidget.__attribute_docs__ = {'validationChanged': 'This signal is emitted whenever the validation status of the widget\nchanges.\n\n:param isValid: ``True`` if the current status of the widget is valid\n', 'selectionChanged': 'Emitted when the current selection changes in the widget.\n', 'itemTriggered': 'Emitted when an item is triggered, e.g. via a double-click.\n'}
|
|
QgsDataSourceSelectWidget.__overridden_methods__ = ['showEvent', 'dragEnterEvent', 'dropEvent']
|
|
QgsDataSourceSelectWidget.__signal_arguments__ = {'validationChanged': ['isValid: bool'], 'itemTriggered': ['uri: QgsMimeDataUtils.Uri']}
|
|
except (NameError, AttributeError):
|
|
pass
|