Class: QgsHistoryWidgetContext

class qgis.gui.QgsHistoryWidgetContext

Bases: sip.wrapper

Contains settings which reflect the context in which a history widget is shown, e.g., an associated message bar.

Added in version 3.32.

QgsHistoryWidgetContext() Constructor for QgsHistoryWidgetContext.

QgsHistoryWidgetContext(a0: QgsHistoryWidgetContext)

Methods

messageBar

Returns the message bar associated with the widget.

setMessageBar

Sets the message bar associated with the widget.

messageBar(self) QgsMessageBar | None

Returns the message bar associated with the widget.

See also

setMessageBar()

Return type:

Optional[QgsMessageBar]

setMessageBar(self, bar: QgsMessageBar | None)

Sets the message bar associated with the widget. This allows the widget to push feedback messages to the appropriate message bar.

See also

messageBar()

Parameters:

bar (Optional[QgsMessageBar])