Class: QgsOptionsDialogHighlightTable¶
A highlight widget for table widgets. This is used to search and
highlight text in QgsOptionsDialogBase
implementations.
Added in version 3.22.
Class Hierarchy¶
Base classes¶
Container for a widget to be used to search text in the option dialog If the widget type is handled, it is valid. It can perform a text search in the widget and highlight it in case of success. This uses stylesheets. |
- class qgis.gui.QgsOptionsDialogHighlightTable[source]¶
Bases:
QgsOptionsDialogHighlightWidget
- __init__(tableView: QTableView | None)
constructs a highlight widget for a table view or widget.
- Parameters:
tableView (Optional[QTableView])
- __init__(a0: QgsOptionsDialogHighlightTable)
- Parameters: