Inviwo  0.9.10.1
Inviwo documentation
inviwo::LineEditQt Class Reference

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>

+ Inheritance diagram for inviwo::LineEditQt:

Signals

void editingCanceled ()
 

Public Member Functions

 LineEditQt (QWidget *parent=nullptr)
 

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *e) override
 

Detailed Description

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.


The documentation for this class was generated from the following files: