mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
7 lines
512 B
Python
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
|