Class: QgsOptionsDialogHighlightTable

class qgis.gui.QgsOptionsDialogHighlightTable

Bases: QgsOptionsDialogHighlightWidget

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

New in version 3.22.

QgsOptionsDialogHighlightTable(tableView: QTableView) constructs a highlight widget for a table view or widget.

QgsOptionsDialogHighlightTable(QgsOptionsDialogHighlightTable)

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