|
Engauge Digitizer 2
|
Adds key event handling to QLineEdit. More...
#include <ChecklistLineEdit.h>


Signals | |
| void | signalKeyRelease () |
| Signal that user has just released a key. | |
Public Member Functions | |
| ChecklistLineEdit () | |
| Single constructor. | |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| Intercept the key press event. | |
Adds key event handling to QLineEdit.
Definition at line 13 of file ChecklistLineEdit.h.
| ChecklistLineEdit::ChecklistLineEdit | ( | ) |
Single constructor.
Definition at line 10 of file ChecklistLineEdit.cpp.
|
virtual |
Intercept the key press event.
Definition at line 18 of file ChecklistLineEdit.cpp.
|
signal |
Signal that user has just released a key.