Class: QgsProcessingHistoryWidget

A widget for showing Processing algorithm execution history.

Added in version 3.32.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsProcessingHistoryWidget

Base classes

QgsPanelWidget

Base class for any widget that can be shown as an inline panel.

QWidget

QObject

QPaintDevice

Methods

clearHistory

Clears the Processing history (after user confirmation).

openHelp

Opens helps for the widget.

saveLog

Interactively allows users to save the history log.

class qgis.gui.QgsProcessingHistoryWidget[source]

Bases: QgsPanelWidget

__init__(parent: QWidget | None = None)

Constructor for QgsProcessingHistoryWidget, with the specified parent widget.

Parameters:

parent (Optional[QWidget] = None)

clearHistory(self)[source]

Clears the Processing history (after user confirmation).

openHelp(self)[source]

Opens helps for the widget.

saveLog(self)[source]

Interactively allows users to save the history log.