Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
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)
 
virtual QSize sizeHint () const override
 
virtual void paintEvent (QPaintEvent *e) override
 

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 file: