QGIS/python/gui/auto_additions/qgsfindfilesbypatternwidget.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
494 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 may be empty if\nno matching files were found.\n\n.. seealso:: :py:func:`files`\n'}
QgsFindFilesByPatternWidget.__signal_arguments__ = {'findComplete': ['files: List[str]']}
except NameError:
pass