Inviwo
0.9.10.1
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) | |
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.