Class: QgsFindFilesByPatternWidget

class qgis.gui.QgsFindFilesByPatternWidget(parent: QWidget = None)

Bases: PyQt5.QtWidgets.QWidget

Constructor for QgsFindFilesByPatternWidget, with the specified parent widget.

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

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
files(self) → List[str]

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

See also

findComplete()

findComplete

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() [signal]

focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
wheelEvent()