QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Signals | Public Member Functions | List of all members
QgsFindFilesByPatternWidget Class Reference

A reusable widget for finding files (recursively) by file pattern. More...

#include <qgsfindfilesbypatternwidget.h>

Inheritance diagram for QgsFindFilesByPatternWidget:
Inheritance graph
[legend]

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...
 

Detailed Description

A reusable widget for finding files (recursively) by file pattern.

Since
QGIS 3.8

Definition at line 32 of file qgsfindfilesbypatternwidget.h.

Constructor & Destructor Documentation

◆ QgsFindFilesByPatternWidget()

QgsFindFilesByPatternWidget::QgsFindFilesByPatternWidget ( QWidget *parent  SIP_TRANSFERTHIS = nullptr)

Constructor for QgsFindFilesByPatternWidget, with the specified parent widget.

Definition at line 25 of file qgsfindfilesbypatternwidget.cpp.

Member Function Documentation

◆ files()

QStringList QgsFindFilesByPatternWidget::files ( ) const
inline

Returns the list of files found by the dialog.

This may be empty if no matching files were found.

See also
findComplete()

Definition at line 48 of file qgsfindfilesbypatternwidget.h.

◆ findComplete

void QgsFindFilesByPatternWidget::findComplete ( const QStringList &  files)
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.

See also
files()

The documentation for this class was generated from the following files: