7 #ifndef DLG_EDIT_POINT_GRAPH_LINE_EDIT_H 8 #define DLG_EDIT_POINT_GRAPH_LINE_EDIT_H 38 #endif // DLG_EDIT_POINT_GRAPH_LINE_EDIT_H Adds hover highlighting to QLineEdit.
void updateBackground()
Update background given the current state.
virtual void enterEvent(QEvent *)
Hover entry triggers clearing of the background color so user does not think of widget as disabled an...
virtual void leaveEvent(QEvent *)
Hover exit triggers restoration of the background color.
DlgEditPointGraphLineEdit(QWidget *widget=0)
Single constructor.