Class: QgsOptionsDialogHighlightTree

class qgis.gui.QgsOptionsDialogHighlightTree(treeView: QTreeView)

Bases: QgsOptionsDialogHighlightWidget

constructs a highlight widget for a tree view or widget.

A highlight widget for trees. This is used to search and highlight text in QgsOptionsDialogBase implementations. Highlighting is only available for tree widgets only while searching can be performed in any tree view or inherited class.

New in version 3.0.

Parameters

treeView

childEvent()
connectNotify()
customEvent()
disconnectNotify()
highlightText(self, text: str) → bool
Parameters

text (str) –

Return type

bool

isSignalConnected()
receivers()
reset(self)
searchText(self, text: str) → bool
Parameters

text (str) –

Return type

bool

sender()
senderSignalIndex()
timerEvent()