16 #ifndef QGSHIGHLIGHTABLECOMBOBOX_H 
   17 #define QGSHIGHLIGHTABLECOMBOBOX_H 
   54     void setHighlighted( 
bool highlighted );
 
   57     void paintEvent( QPaintEvent *e ) 
override;
 
   61     bool mHighlight = 
false;
 
A QComboBox subclass with the ability to "highlight" the edges of the widget.
bool isHighlighted() const
Returns true if the combo box is currently highlighted.