16 #ifndef QGSHIGHLIGHTABLELINEEDIT_H 
   17 #define QGSHIGHLIGHTABLELINEEDIT_H 
   54     void setHighlighted( 
bool highlighted );
 
   57     void paintEvent( QPaintEvent *e ) 
override;
 
   61     bool mHighlight = 
false;
 
QLineEdit subclass with built in support for clearing the widget's value and handling custom null val...
A QgsFilterLineEdit subclass with the ability to "highlight" the edges of the widget.
bool isHighlighted() const
Returns true if the line edit is currently highlighted.