QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
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. More... | |
QStringList | files () const |
Returns the list of files found by the dialog. More... | |
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 119 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 144 of file qgsfindfilesbypatternwidget.cpp.