Class: QgsFindFilesByPatternDialog

A dialog for finding files (recursively) by file pattern.

Added in version 3.8.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsFindFilesByPatternDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

files

Returns the list of files found by the dialog.

class qgis.gui.QgsFindFilesByPatternDialog[source]

Bases: QDialog

__init__(parent: QWidget | None = None)

Constructor for QgsFindFilesByPatternDialog, with the specified parent widget.

Parameters:

parent (Optional[QWidget] = None)

files(self) List[str][source]

Returns the list of files found by the dialog. This may be empty if no matching files were found.

Return type:

List[str]