16#ifndef QGSHIGHLIGHTABLELINEEDIT_H
17#define QGSHIGHLIGHTABLELINEEDIT_H
54 void setHighlighted(
bool highlighted );
57 void paintEvent( QPaintEvent *e )
override;
60 bool mHighlight =
false;
QgsFilterLineEdit(QWidget *parent=nullptr, const QString &nullValue=QString())
Constructor for QgsFilterLineEdit.
bool isHighlighted() const
Returns true if the line edit is currently highlighted.
QgsHighlightableLineEdit(QWidget *parent=nullptr)
Constructor for QgsHighlightableLineEdit, with the specified parent widget.