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