|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
A dialog for finding files (recursively) by file pattern. More...
#include <qgsfindfilesbypatternwidget.h>

Public Member Functions | |
| QgsFindFilesByPatternDialog (QWidget *parent SIP_TRANSFERTHIS=nullptr) | |
| Constructor for QgsFindFilesByPatternDialog, with the specified parent widget. | |
| QStringList | files () const |
| Returns the list of files found by the dialog. | |
A dialog for finding files (recursively) by file pattern.
Definition at line 79 of file qgsfindfilesbypatternwidget.h.
| QgsFindFilesByPatternDialog::QgsFindFilesByPatternDialog | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Constructor for QgsFindFilesByPatternDialog, with the specified parent widget.
Definition at line 118 of file qgsfindfilesbypatternwidget.cpp.
| QStringList QgsFindFilesByPatternDialog::files | ( | ) | const |
Returns the list of files found by the dialog.
This may be empty if no matching files were found.
Definition at line 143 of file qgsfindfilesbypatternwidget.cpp.