QGIS/python/gui/auto_additions/qgsfindfilesbypatternwidget.py
2024-12-03 07:47:10 +00: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 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, AttributeError):
pass