Class: QgsHighlightableLineEdit¶
A QgsFilterLineEdit subclass with the ability to “highlight”
the edges of the widget.
Added in version 3.14.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
QLineEdit subclass with built in support for clearing the widget’s value and handling custom null value representations. |
|
Methods
Returns |
|
Sets whether the line edit is currently highlighted. |
- class qgis.gui.QgsHighlightableLineEdit[source]¶
Bases:
QgsFilterLineEdit- __init__(parent: QWidget | None = None)
Constructor for QgsHighlightableLineEdit, with the specified
parentwidget.- Parameters:
parent (Optional[QWidget] = None)
- isHighlighted(self) bool[source]¶
Returns
Trueif the line edit is currently highlighted.See also
- Return type:
bool