Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The following class members are part of the Qt 3 compatibility layer. They are provided to help you port old code to Qt 4. We strongly advise against using them in new code.
Constructs a line edit with no text.
The maximum text length is set to 32767 characters.
The parent and name arguments are sent to the QWidget constructor.
See also setText() and setMaxLength().
Constructs a line edit containing the text contents.
The cursor position is set to the end of the line and the maximum text length to 32767 characters.
The parent and name arguments are sent to the QWidget constructor.
See also text() and setMaxLength().
Constructs a line edit with an input inputMask and the text contents.
The cursor position is set to the end of the line and the maximum text length is set to the length of the mask (the number of mask characters and separators).
The parent and name arguments are sent to the QWidget constructor.
See also setMask() and text().
###
Use setValidator(0) instead.
Use cursorForward() with a negative number of steps instead. For example, cursorForward(mark, -steps).
Use cursorForward() instead.
Use isModified() instead.
Use hasFrame() instead.
Use hasSelectedText() instead.
Use selectedText() instead.
Use update() instead.
To set isModified() to false use clearModified() or setText.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |