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