Class: QgsOptionsDialogHighlightGroupBox

class qgis.gui.QgsOptionsDialogHighlightGroupBox(groupBox: QGroupBox)

Bases: QgsOptionsDialogHighlightWidget

constructs a highlight widget for a group box.

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

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
highlightText(self, text: str)bool
Parameters

text (str) –

Return type

bool

isSignalConnected(self, QMetaMethod)bool
receivers(self, PYQT_SIGNAL)int
reset(self)
searchText(self, text: str)bool
Parameters

text (str) –

Return type

bool

sender(self)QObject
senderSignalIndex(self)int
timerEvent(self, QTimerEvent)