Class: QgsProcessingHistoryWidget¶
A widget for showing Processing algorithm execution history.
Added in version 3.32.
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as an inline panel. |
|
Methods
Clears the Processing history (after user confirmation). |
|
Opens helps for the widget. |
|
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)