Class: QgsOptionsDialogHighlightCheckBox

class qgis.gui.QgsOptionsDialogHighlightCheckBox

Bases: QgsOptionsDialogHighlightWidget

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

New in version 3.0.

QgsOptionsDialogHighlightCheckBox(checkBox: QCheckBox) constructs a highlight widget for a checkbox

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)