Class: QgsOptionsDialogHighlightButton

class qgis.gui.QgsOptionsDialogHighlightButton

Bases: QgsOptionsDialogHighlightWidget

A highlight widget for buttons. This is used to search and highlight text in QgsOptionsDialogBase implementations.

QgsOptionsDialogHighlightButton(button: QAbstractButton) constructs a highlight widget for a button.

QgsOptionsDialogHighlightButton(QgsOptionsDialogHighlightButton)

Methods

highlightText

param text:

reset

searchText

param text:

highlightText(self, text: str) bool
Parameters:

text (str) –

Return type:

bool

reset(self)
searchText(self, text: str) bool
Parameters:

text (str) –

Return type:

bool