lineedit.h
void setCursorAtEnd(bool end=true)
Sets whether the cursor should be set at the beginning or end of the text when setText() is called.
Definition lineedit.h:79
void setNoSelect()
Prevents the line edit's contents being selected when the widget receives focus.
Definition lineedit.h:75
virtual void setText(const TQString &str)
Sets the contents of the line edit to be str.
Definition lineedit.cpp:90