Engauge Digitizer
2
|
Adds hover highlighting to QLineEdit. More...
#include <DlgEditPointGraphLineEdit.h>
Public Member Functions | |
DlgEditPointGraphLineEdit (QWidget *widget=0) | |
Single constructor. | |
virtual void | enterEvent (QEvent *) |
Hover entry triggers clearing of the background color so user does not think of widget as disabled and is encouraged to enter text. | |
virtual void | leaveEvent (QEvent *) |
Hover exit triggers restoration of the background color. | |
void | updateBackground () |
Update background given the current state. | |
Adds hover highlighting to QLineEdit.
Definition at line 15 of file DlgEditPointGraphLineEdit.h.