|  | Inviwo 0.9.12-pre
    Inviwo documentation | 
customized line edit class based on QLineEdit. Pressing Escape will emit a cancel signal. This signal can be used to revert the changes and loose focus without changing the property. More...
#include <lineeditqt.h>
| Signals | |
| void | editingCanceled () | 
| Public Member Functions | |
| LineEditQt (QWidget *parent=nullptr) | |
| virtual QSize | sizeHint () const override | 
| virtual void | paintEvent (QPaintEvent *e) override | 
| Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) override | 
customized line edit class based on QLineEdit. Pressing Escape will emit a cancel signal. This signal can be used to revert the changes and loose focus without changing the property.