QGIS/python/PyQt6/gui/auto_additions/qgsfindfilesbypatternwidget.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

7 lines
512 B
Python

# The following has been generated automatically from src/gui/qgsfindfilesbypatternwidget.h
try:
QgsFindFilesByPatternWidget.__attribute_docs__ = {'findComplete': 'Emitted after files are found in the dialog.\n\nThe ``files`` argument contains a list of all matching files found. This\nmay be empty if no matching files were found.\n\n.. seealso:: :py:func:`files`\n'}
QgsFindFilesByPatternWidget.__signal_arguments__ = {'findComplete': ['files: List[str]']}
except (NameError, AttributeError):
pass