QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A reusable widget for finding files (recursively) by file pattern. More...
#include <qgsfindfilesbypatternwidget.h>
Signals | |
void | findComplete (const QStringList &files) |
Emitted after files are found in the dialog. More... | |
Public Member Functions | |
QgsFindFilesByPatternWidget (QWidget *parent SIP_TRANSFERTHIS=nullptr) | |
Constructor for QgsFindFilesByPatternWidget, with the specified parent widget. More... | |
QStringList | files () const |
Returns the list of files found by the dialog. More... | |
A reusable widget for finding files (recursively) by file pattern.
Definition at line 32 of file qgsfindfilesbypatternwidget.h.
QgsFindFilesByPatternWidget::QgsFindFilesByPatternWidget | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Constructor for QgsFindFilesByPatternWidget, with the specified parent widget.
Definition at line 25 of file qgsfindfilesbypatternwidget.cpp.
|
inline |
Returns the list of files found by the dialog.
This may be empty if no matching files were found.
Definition at line 48 of file qgsfindfilesbypatternwidget.h.
|
signal |
Emitted after files are found in the dialog.
The files argument contains a list of all matching files found. This may be empty if no matching files were found.