[kdeui Index] [kdeui Hierarchy] [Headers]
Restricted Editline: Only selected Characters are valid input More...
#include <krestrictedline.h>
Inherits: QLineEdit (qt)
Restricted Editline: Only selected Characters are valid input. All other characters will be discarded and the signal invalidChar()
will be emitted for each of them. Valid characters can be passed
through a pointer to the constructor or call of a public method.
The default key binding of QLineEdit is still in effect.
[public]
Constructor: This contructor takes three - optional - arguments.The first two parameters are simply passed on to QLineEdit.
valid | pointer to set of valid characters |
name | pointer to the name of this widget |
parent | pointer to the parent widget |
[public]
Destructor
[public]
All characters in *valid are treated as valid characters
[protected]
Handles the special keys
[signal]
This signal is emitted, if an invalid character was typed
| Kdoc |