Contents:
A dialog for finding files (recursively) by file pattern.
Added in version 3.8.
Inheritance diagram of qgis.gui.QgsFindFilesByPatternDialog
QDialog
QWidget
QObject
QPaintDevice
Bases: QDialog
Constructor for QgsFindFilesByPatternDialog, with the specified parent widget.
parent
parent (Optional[QWidget] = None)
Returns the list of files found by the dialog. This may be empty if no matching files were found.
List[str]