mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05: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 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
|